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]*",
"macaddress": "788C5B*"
"macaddress": "788CB5*"
}
],
"documentation": "https://www.home-assistant.io/integrations/tplink",

View file

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