Closed rolandsteinmeyer closed 8 months ago
Hey there @rytilahti, @thegardenmonkey, @bdraco, @sdb9696, mind taking a look at this issue as it has been labeled with an integration (tplink
) you are listed as a code owner for? Thanks!
(message by CodeOwnersMention)
tplink documentation tplink source (message by IssueLinks)
Its likely a bug in the mac address formatting and we have a unique id mismatch with mac address formatting
To fix this we need to write code to:
format_mac
format_mac
on the incoming data in config_entry.py
for both discovery method. I thought we didn't need this but it turns out dhcp
has to strip :
for historical reasons.
The problem
Since core-2024.2.X HA auto discovery finds a TP-Link Switch HS110 in my network which I have previously disabled. Disabling it again does not persist: It is shown as new discovered device shortly after.
What version of Home Assistant Core has the issue?
core-2024.2.1
What was the last working version of Home Assistant Core?
core-2024.1
What type of installation are you running?
Home Assistant OS
Integration causing the issue
tp-link
Link to integration documentation on our website
https://www.home-assistant.io/integrations/tplink
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
No response