Fix typo in tplink OUI (#97644)

The last two were reversed for https://ouilookup.com/search/788cb5
This commit is contained in:
J. Nick Koston 2023-08-03 00:20:35 -10:00 committed by GitHub
parent 7b7b8689ef
commit 53703448ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -154,7 +154,7 @@
}, },
{ {
"hostname": "k[lps]*", "hostname": "k[lps]*",
"macaddress": "788C5B*" "macaddress": "788CB5*"
} }
], ],
"documentation": "https://www.home-assistant.io/integrations/tplink", "documentation": "https://www.home-assistant.io/integrations/tplink",

View File

@ -782,7 +782,7 @@ DHCP: list[dict[str, str | bool]] = [
{ {
"domain": "tplink", "domain": "tplink",
"hostname": "k[lps]*", "hostname": "k[lps]*",
"macaddress": "788C5B*", "macaddress": "788CB5*",
}, },
{ {
"domain": "tuya", "domain": "tuya",