mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 10:59:40 +00:00
Enable dhcp flows for tplink registered devices (#66592)
References: https://github.com/home-assistant/developers.home-assistant/pull/1212 https://github.com/home-assistant/core/pull/66528 I am doing these one at a time to make sure codeowners are aware and do not glance over the PR because it has a lot of integrations in it
This commit is contained in:
@@ -98,6 +98,7 @@ DHCP: list[dict[str, str | bool]] = [
|
||||
'macaddress': '4CFCAA*'},
|
||||
{'domain': 'tolo', 'hostname': 'usr-tcp232-ed2'},
|
||||
{'domain': 'toon', 'hostname': 'eneco-*', 'macaddress': '74C63B*'},
|
||||
{'domain': 'tplink', 'registered_devices': True},
|
||||
{'domain': 'tplink', 'hostname': 'k[lp]*', 'macaddress': '60A4B7*'},
|
||||
{'domain': 'tplink', 'hostname': 'k[lp]*', 'macaddress': '005F67*'},
|
||||
{'domain': 'tplink', 'hostname': 'k[lp]*', 'macaddress': '1027F5*'},
|
||||
|
||||
Reference in New Issue
Block a user