mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Add new OUI for Axis products (#114923)
* Add new OUI for Axis products * Run hassfest --------- Co-authored-by: Robert Svensson <Kane610@users.noreply.github.com>
This commit is contained in:
@@ -58,6 +58,11 @@ DHCP: list[dict[str, str | bool]] = [
|
||||
"hostname": "axis-b8a44f*",
|
||||
"macaddress": "B8A44F*",
|
||||
},
|
||||
{
|
||||
"domain": "axis",
|
||||
"hostname": "axis-e82725*",
|
||||
"macaddress": "E82725*",
|
||||
},
|
||||
{
|
||||
"domain": "blink",
|
||||
"hostname": "blink*",
|
||||
|
||||
Reference in New Issue
Block a user