Skip to content

Commit

Permalink
Enable dhcp flows for tplink registered devices (home-assistant#66592)
Browse files Browse the repository at this point in the history
References:
home-assistant/developers.home-assistant#1212
home-assistant#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
  • Loading branch information
bdraco authored Feb 15, 2022
1 parent f069a37 commit 9f1c58c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions homeassistant/components/tplink/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"quality_scale": "platinum",
"iot_class": "local_polling",
"dhcp": [
{"registered_devices": true},
{
"hostname": "k[lp]*",
"macaddress": "60A4B7*"
Expand Down
1 change: 1 addition & 0 deletions homeassistant/generated/dhcp.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
'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*'},
Expand Down

0 comments on commit 9f1c58c

Please sign in to comment.