mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 09:47:13 +00:00
Add dhcp support for tplink KP401 (#57456)
This commit is contained in:
parent
858739949b
commit
6c470ac28b
@ -9,6 +9,10 @@
|
||||
"quality_scale": "platinum",
|
||||
"iot_class": "local_polling",
|
||||
"dhcp": [
|
||||
{
|
||||
"hostname": "k[lp]*",
|
||||
"macaddress": "1027F5*"
|
||||
},
|
||||
{
|
||||
"hostname": "k[lp]*",
|
||||
"macaddress": "403F8C*"
|
||||
|
@ -289,6 +289,11 @@ DHCP = [
|
||||
"hostname": "eneco-*",
|
||||
"macaddress": "74C63B*"
|
||||
},
|
||||
{
|
||||
"domain": "tplink",
|
||||
"hostname": "k[lp]*",
|
||||
"macaddress": "1027F5*"
|
||||
},
|
||||
{
|
||||
"domain": "tplink",
|
||||
"hostname": "k[lp]*",
|
||||
|
Loading…
x
Reference in New Issue
Block a user