Update tplink manifest.json with 2 new MACs for KP200 (#101359)
* Update manifest.json with 2 new MACs for KP200 those MAC are missing from the list so there are not detected like the other K200 i have (like 68ff7b) * run hassfest --------- Co-authored-by: J. Nick Koston <nick@koston.org>pull/101418/head
parent
a3fe120457
commit
c495d607d8
|
@ -155,6 +155,14 @@
|
||||||
{
|
{
|
||||||
"hostname": "k[lps]*",
|
"hostname": "k[lps]*",
|
||||||
"macaddress": "788CB5*"
|
"macaddress": "788CB5*"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"hostname": "k[lps]*",
|
||||||
|
"macaddress": "3460F9*"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"hostname": "k[lps]*",
|
||||||
|
"macaddress": "1C61B4*"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"documentation": "https://www.home-assistant.io/integrations/tplink",
|
"documentation": "https://www.home-assistant.io/integrations/tplink",
|
||||||
|
|
|
@ -784,6 +784,16 @@ DHCP: list[dict[str, str | bool]] = [
|
||||||
"hostname": "k[lps]*",
|
"hostname": "k[lps]*",
|
||||||
"macaddress": "788CB5*",
|
"macaddress": "788CB5*",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"domain": "tplink",
|
||||||
|
"hostname": "k[lps]*",
|
||||||
|
"macaddress": "3460F9*",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"domain": "tplink",
|
||||||
|
"hostname": "k[lps]*",
|
||||||
|
"macaddress": "1C61B4*",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"domain": "tuya",
|
"domain": "tuya",
|
||||||
"macaddress": "105A17*",
|
"macaddress": "105A17*",
|
||||||
|
|
Loading…
Reference in New Issue