mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Add DHCP support for TPLink KP400 (#57023)
This commit is contained in:
parent
a4530d2bfc
commit
19d54399c2
@ -9,6 +9,10 @@
|
|||||||
"quality_scale": "platinum",
|
"quality_scale": "platinum",
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"dhcp": [
|
"dhcp": [
|
||||||
|
{
|
||||||
|
"hostname": "k[lp]*",
|
||||||
|
"macaddress": "403F8C*"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"hostname": "ep*",
|
"hostname": "ep*",
|
||||||
"macaddress": "E848B8*"
|
"macaddress": "E848B8*"
|
||||||
|
@ -279,6 +279,11 @@ DHCP = [
|
|||||||
"hostname": "eneco-*",
|
"hostname": "eneco-*",
|
||||||
"macaddress": "74C63B*"
|
"macaddress": "74C63B*"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"domain": "tplink",
|
||||||
|
"hostname": "k[lp]*",
|
||||||
|
"macaddress": "403F8C*"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"domain": "tplink",
|
"domain": "tplink",
|
||||||
"hostname": "ep*",
|
"hostname": "ep*",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user