Add DHCP support for TPLink KP400 (#57023)

pull/57026/head
J. Nick Koston 2021-10-03 14:40:27 -10:00 committed by GitHub
parent a4530d2bfc
commit 19d54399c2
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": "403F8C*"
},
{
"hostname": "ep*",
"macaddress": "E848B8*"

View File

@ -279,6 +279,11 @@ DHCP = [
"hostname": "eneco-*",
"macaddress": "74C63B*"
},
{
"domain": "tplink",
"hostname": "k[lp]*",
"macaddress": "403F8C*"
},
{
"domain": "tplink",
"hostname": "ep*",