mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 21:57:51 +00:00
parent
62fe4957c9
commit
78a8f90488
@ -143,6 +143,10 @@
|
|||||||
{
|
{
|
||||||
"hostname": "k[lp]*",
|
"hostname": "k[lp]*",
|
||||||
"macaddress": "54AF97*"
|
"macaddress": "54AF97*"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"hostname": "k[lp]*",
|
||||||
|
"macaddress": "AC15A2*"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"documentation": "https://www.home-assistant.io/integrations/tplink",
|
"documentation": "https://www.home-assistant.io/integrations/tplink",
|
||||||
|
@ -765,6 +765,11 @@ DHCP: list[dict[str, str | bool]] = [
|
|||||||
"hostname": "k[lp]*",
|
"hostname": "k[lp]*",
|
||||||
"macaddress": "54AF97*",
|
"macaddress": "54AF97*",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"domain": "tplink",
|
||||||
|
"hostname": "k[lp]*",
|
||||||
|
"macaddress": "AC15A2*",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"domain": "tuya",
|
"domain": "tuya",
|
||||||
"macaddress": "105A17*",
|
"macaddress": "105A17*",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user