mirror of
https://github.com/home-assistant/core.git
synced 2025-08-08 07:05:07 +02:00
Add support for TP-Link KL400L5 (#58944)
Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
committed by
GitHub
parent
0c4863198e
commit
26055e1f14
@@ -9,6 +9,10 @@
|
|||||||
"quality_scale": "platinum",
|
"quality_scale": "platinum",
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"dhcp": [
|
"dhcp": [
|
||||||
|
{
|
||||||
|
"hostname": "k[lp]*",
|
||||||
|
"macaddress": "60A4B7*"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"hostname": "k[lp]*",
|
"hostname": "k[lp]*",
|
||||||
"macaddress": "005F67*"
|
"macaddress": "005F67*"
|
||||||
|
@@ -361,6 +361,11 @@ DHCP = [
|
|||||||
"hostname": "eneco-*",
|
"hostname": "eneco-*",
|
||||||
"macaddress": "74C63B*"
|
"macaddress": "74C63B*"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"domain": "tplink",
|
||||||
|
"hostname": "k[lp]*",
|
||||||
|
"macaddress": "60A4B7*"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"domain": "tplink",
|
"domain": "tplink",
|
||||||
"hostname": "k[lp]*",
|
"hostname": "k[lp]*",
|
||||||
|
Reference in New Issue
Block a user