Fix typo in tplink OUI (#97644)
The last two were reversed for https://ouilookup.com/search/788cb5
This commit is contained in:
parent
7b7b8689ef
commit
53703448ec
2 changed files with 2 additions and 2 deletions
|
@ -154,7 +154,7 @@
|
|||
},
|
||||
{
|
||||
"hostname": "k[lps]*",
|
||||
"macaddress": "788C5B*"
|
||||
"macaddress": "788CB5*"
|
||||
}
|
||||
],
|
||||
"documentation": "https://www.home-assistant.io/integrations/tplink",
|
||||
|
|
|
@ -782,7 +782,7 @@ DHCP: list[dict[str, str | bool]] = [
|
|||
{
|
||||
"domain": "tplink",
|
||||
"hostname": "k[lps]*",
|
||||
"macaddress": "788C5B*",
|
||||
"macaddress": "788CB5*",
|
||||
},
|
||||
{
|
||||
"domain": "tuya",
|
||||
|
|
Loading…
Add table
Reference in a new issue