mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +00:00
Add 3C52A1 oui to tplink for tapo l5 devices (#108750)
This commit is contained in:
parent
cffd95a015
commit
87898b7487
@ -176,6 +176,10 @@
|
||||
"hostname": "l5*",
|
||||
"macaddress": "5CE931*"
|
||||
},
|
||||
{
|
||||
"hostname": "l5*",
|
||||
"macaddress": "3C52A1*"
|
||||
},
|
||||
{
|
||||
"hostname": "l5*",
|
||||
"macaddress": "5C628B*"
|
||||
|
@ -813,6 +813,11 @@ DHCP: list[dict[str, str | bool]] = [
|
||||
"hostname": "l5*",
|
||||
"macaddress": "5CE931*",
|
||||
},
|
||||
{
|
||||
"domain": "tplink",
|
||||
"hostname": "l5*",
|
||||
"macaddress": "3C52A1*",
|
||||
},
|
||||
{
|
||||
"domain": "tplink",
|
||||
"hostname": "l5*",
|
||||
|
Loading…
x
Reference in New Issue
Block a user