Add additional tplink kasa OUI (#96383)

Found on another test device
This commit is contained in:
J. Nick Koston 2023-07-11 15:20:41 -10:00 committed by GitHub
parent 62fe4957c9
commit 78a8f90488
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

View File

@ -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",

View File

@ -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*",