forked from home-assistant/core
Add tplink KP303 to discovery (#58548)
This commit is contained in:
committed by
Paulus Schoutsen
parent
2cae44c98a
commit
49e0bbe3df
@@ -9,6 +9,10 @@
|
||||
"quality_scale": "platinum",
|
||||
"iot_class": "local_polling",
|
||||
"dhcp": [
|
||||
{
|
||||
"hostname": "k[lp]*",
|
||||
"macaddress": "005F67*"
|
||||
},
|
||||
{
|
||||
"hostname": "k[lp]*",
|
||||
"macaddress": "1027F5*"
|
||||
|
@@ -351,6 +351,11 @@ DHCP = [
|
||||
"hostname": "eneco-*",
|
||||
"macaddress": "74C63B*"
|
||||
},
|
||||
{
|
||||
"domain": "tplink",
|
||||
"hostname": "k[lp]*",
|
||||
"macaddress": "005F67*"
|
||||
},
|
||||
{
|
||||
"domain": "tplink",
|
||||
"hostname": "k[lp]*",
|
||||
|
Reference in New Issue
Block a user