-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
Add Netgear ssid and conn_ap_mac sensors #57226
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Hey there @hacf-fr, @Quentame, mind taking a look at this pull request as it has been labeled with an integration ( |
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since all these sensors are disabled by default, I think it's ok.
Please run black. |
The model of the device would be overwritten to None if it was already known by another integration with the same mac connection. The router does not always provide model information
I am also still testing |
I removed the fixes and moved them to this PR: #57277 |
One thing to note is that these new ssid and conn_ap_mac sensors will only work when using the V2 update method, so at the moment only with orbi routers. |
Can we check model before we create the sensors so we don't create sensors that never will update? |
We probably can, will try to work on that tommorow |
We'll hold this until we've merged the fix PR. |
@MartinHjelmare since the fix PR is now merged, can this also be merged? |
@MartinHjelmare last revieuw comment processed, and tests have passed. |
Breaking change
Proposed change
Type of change
Additional information
Checklist
black --fast homeassistant tests
)If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
Updated and included derived files by running:
python3 -m script.hassfest
.requirements_all.txt
.Updated by running
python3 -m script.gen_requirements_all
..coveragerc
.The integration reached or maintains the following Integration Quality Scale:
To help with the load of incoming pull requests: