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:
parent
f069a37f7d
commit
9f1c58cda3
2 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
"quality_scale": "platinum",
|
||||
"iot_class": "local_polling",
|
||||
"dhcp": [
|
||||
{"registered_devices": true},
|
||||
{
|
||||
"hostname": "k[lp]*",
|
||||
"macaddress": "60A4B7*"
|
||||
|
|
|
@ -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*'},
|
||||
|
|
Loading…
Add table
Reference in a new issue