mirror of
https://github.com/home-assistant/core.git
synced 2025-07-12 15:57:06 +00:00
Add OUI for KL430 tplink light strip to discovery (#65159)
This commit is contained in:
parent
406801ef73
commit
c74a8bf65a
@ -25,6 +25,10 @@
|
|||||||
"hostname": "k[lp]*",
|
"hostname": "k[lp]*",
|
||||||
"macaddress": "403F8C*"
|
"macaddress": "403F8C*"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"hostname": "k[lp]*",
|
||||||
|
"macaddress": "C0C9E3*"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"hostname": "ep*",
|
"hostname": "ep*",
|
||||||
"macaddress": "E848B8*"
|
"macaddress": "E848B8*"
|
||||||
|
@ -392,6 +392,11 @@ DHCP = [
|
|||||||
"hostname": "k[lp]*",
|
"hostname": "k[lp]*",
|
||||||
"macaddress": "403F8C*"
|
"macaddress": "403F8C*"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"domain": "tplink",
|
||||||
|
"hostname": "k[lp]*",
|
||||||
|
"macaddress": "C0C9E3*"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"domain": "tplink",
|
"domain": "tplink",
|
||||||
"hostname": "ep*",
|
"hostname": "ep*",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user