core/tests/components/tplink
J. Nick Koston cd1c633ff9
Fix tplink not updating IP from DHCP discovery and discovering twice (#110557)
We only called format_mac on the mac address if we connected
to the device during entry creation. Since the format of the
mac address from DHCP discovery did not match the format saved
in the unique id, the IP would not get updated and a second
discovery would appear

Thankfully the creation path does format the mac so we did not
create any entries with an inconsistantly formatted unique id

fixes #110460
2024-02-14 23:03:30 +01:00
..
fixtures
__init__.py Fix tplink not updating IP from DHCP discovery and discovering twice (#110557) 2024-02-14 23:03:30 +01:00
conftest.py
test_config_flow.py Fix tplink not updating IP from DHCP discovery and discovering twice (#110557) 2024-02-14 23:03:30 +01:00
test_diagnostics.py
test_init.py Handle tplink credential change at run time (#108692) 2024-01-22 13:30:21 -10:00
test_light.py Fix light color mode in tplink (#108760) 2024-01-24 15:28:40 +01:00
test_sensor.py
test_switch.py