mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 18:27:09 +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",
|
"quality_scale": "platinum",
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"dhcp": [
|
"dhcp": [
|
||||||
|
{
|
||||||
|
"hostname": "k[lp]*",
|
||||||
|
"macaddress": "1027F5*"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"hostname": "k[lp]*",
|
"hostname": "k[lp]*",
|
||||||
"macaddress": "403F8C*"
|
"macaddress": "403F8C*"
|
||||||
|
@ -289,6 +289,11 @@ DHCP = [
|
|||||||
"hostname": "eneco-*",
|
"hostname": "eneco-*",
|
||||||
"macaddress": "74C63B*"
|
"macaddress": "74C63B*"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"domain": "tplink",
|
||||||
|
"hostname": "k[lp]*",
|
||||||
|
"macaddress": "1027F5*"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"domain": "tplink",
|
"domain": "tplink",
|
||||||
"hostname": "k[lp]*",
|
"hostname": "k[lp]*",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user