mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
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
@ -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…
x
Reference in New Issue
Block a user