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:
J. Nick Koston 2022-02-15 13:33:45 -06:00 committed by GitHub
parent f069a37f7d
commit 9f1c58cda3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -9,6 +9,7 @@
"quality_scale": "platinum",
"iot_class": "local_polling",
"dhcp": [
{"registered_devices": true},
{
"hostname": "k[lp]*",
"macaddress": "60A4B7*"

View file

@ -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*'},