Skip to content

Commit

Permalink
Add DHCP support for TPLink KP400 (#57023)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Oct 4, 2021
1 parent a4530d2 commit 19d5439
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions homeassistant/components/tplink/manifest.json
Expand Up @@ -9,6 +9,10 @@
"quality_scale": "platinum",
"iot_class": "local_polling",
"dhcp": [
{
"hostname": "k[lp]*",
"macaddress": "403F8C*"
},
{
"hostname": "ep*",
"macaddress": "E848B8*"
Expand Down
5 changes: 5 additions & 0 deletions homeassistant/generated/dhcp.py
Expand Up @@ -279,6 +279,11 @@
"hostname": "eneco-*",
"macaddress": "74C63B*"
},
{
"domain": "tplink",
"hostname": "k[lp]*",
"macaddress": "403F8C*"
},
{
"domain": "tplink",
"hostname": "ep*",
Expand Down

0 comments on commit 19d5439

Please sign in to comment.