-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
Netgear fix port and device model beeing 8000 overwritten #57277
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 ( |
@MartinHjelmare I tested this and it does not break anything. |
Please rebase and only add the fix commits to a clean branch. Thanks! |
35e6fe0
to
f6d8943
Compare
Netgear add ssid, conn_ap_mac and allow_or_block sensors Update homeassistant/components/netgear/sensor.py Update homeassistant/components/netgear/sensor.py Update homeassistant/components/netgear/sensor.py remove defaults remove allow/block fix black add debug to ssdp discovery do not overwrite model if it is None 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 fix isort Do not update port of already setup router fix if attribute is not available Co-Authored-By: Martin Hjelmare <marhje52@gmail.com>
f6d8943
to
b4f88e8
Compare
@MartinHjelmare I rebased and squased the commits, hope this is alright. |
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Do we need to wait for user testing? |
This change looks good. Specially I don't think we need to wait for user testing, as it looks like it should work. |
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
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: