mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 17:57:11 +00:00
Add missing OUI to august (#127064)
This commit is contained in:
parent
b573e5a2b3
commit
f5ef213842
@ -16,6 +16,10 @@
|
||||
"hostname": "connect",
|
||||
"macaddress": "2C9FFB*"
|
||||
},
|
||||
{
|
||||
"hostname": "connect",
|
||||
"macaddress": "789C85*"
|
||||
},
|
||||
{
|
||||
"hostname": "august*",
|
||||
"macaddress": "E076D0*"
|
||||
|
@ -27,6 +27,11 @@ DHCP: Final[list[dict[str, str | bool]]] = [
|
||||
"hostname": "connect",
|
||||
"macaddress": "2C9FFB*",
|
||||
},
|
||||
{
|
||||
"domain": "august",
|
||||
"hostname": "connect",
|
||||
"macaddress": "789C85*",
|
||||
},
|
||||
{
|
||||
"domain": "august",
|
||||
"hostname": "august*",
|
||||
|
Loading…
x
Reference in New Issue
Block a user