mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 12:45:28 +02:00
Add DHCP support for TPLink KP400 (#57023)
This commit is contained in:
@@ -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*",
|
||||||
|
Reference in New Issue
Block a user