Add DHCP support for TPLink KP400 (#57023)

This commit is contained in:
J. Nick Koston
2021-10-03 14:40:27 -10:00
committed by Paulus Schoutsen
parent 48fecc916a
commit 779ae6c801
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

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