Add dhcp support for tplink KP401 (#57456)

This commit is contained in:
J. Nick Koston 2021-10-11 05:15:31 -10:00 committed by GitHub
parent 858739949b
commit 6c470ac28b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

View File

@ -9,6 +9,10 @@
"quality_scale": "platinum",
"iot_class": "local_polling",
"dhcp": [
{
"hostname": "k[lp]*",
"macaddress": "1027F5*"
},
{
"hostname": "k[lp]*",
"macaddress": "403F8C*"

View File

@ -289,6 +289,11 @@ DHCP = [
"hostname": "eneco-*",
"macaddress": "74C63B*"
},
{
"domain": "tplink",
"hostname": "k[lp]*",
"macaddress": "1027F5*"
},
{
"domain": "tplink",
"hostname": "k[lp]*",