mirror of
https://github.com/home-assistant/core.git
synced 2025-12-25 05:26:47 +00:00
Update tplink dhcp discovery (#96191)
* Update tplink dhcp discovery - Found a KP device with 54AF97 - Found ES devices also use the same OUIs as EP * from issue 95028
This commit is contained in:
@@ -597,24 +597,34 @@ DHCP: list[dict[str, str | bool]] = [
|
||||
},
|
||||
{
|
||||
"domain": "tplink",
|
||||
"hostname": "es*",
|
||||
"hostname": "e[sp]*",
|
||||
"macaddress": "54AF97*",
|
||||
},
|
||||
{
|
||||
"domain": "tplink",
|
||||
"hostname": "ep*",
|
||||
"hostname": "e[sp]*",
|
||||
"macaddress": "E848B8*",
|
||||
},
|
||||
{
|
||||
"domain": "tplink",
|
||||
"hostname": "ep*",
|
||||
"hostname": "e[sp]*",
|
||||
"macaddress": "1C61B4*",
|
||||
},
|
||||
{
|
||||
"domain": "tplink",
|
||||
"hostname": "ep*",
|
||||
"hostname": "e[sp]*",
|
||||
"macaddress": "003192*",
|
||||
},
|
||||
{
|
||||
"domain": "tplink",
|
||||
"hostname": "hs*",
|
||||
"macaddress": "B4B024*",
|
||||
},
|
||||
{
|
||||
"domain": "tplink",
|
||||
"hostname": "hs*",
|
||||
"macaddress": "9C5322*",
|
||||
},
|
||||
{
|
||||
"domain": "tplink",
|
||||
"hostname": "hs*",
|
||||
@@ -750,6 +760,11 @@ DHCP: list[dict[str, str | bool]] = [
|
||||
"hostname": "k[lp]*",
|
||||
"macaddress": "6C5AB0*",
|
||||
},
|
||||
{
|
||||
"domain": "tplink",
|
||||
"hostname": "k[lp]*",
|
||||
"macaddress": "54AF97*",
|
||||
},
|
||||
{
|
||||
"domain": "tuya",
|
||||
"macaddress": "105A17*",
|
||||
|
||||
Reference in New Issue
Block a user