From e1575678ed6721de5878d6c7f16c3e2cb9cbef4b Mon Sep 17 00:00:00 2001 From: Bengt Sirbelius <95758234+bengtsir@users.noreply.github.com> Date: Fri, 5 Apr 2024 19:06:18 +0200 Subject: [PATCH] Add new OUI for Axis products (#114923) * Add new OUI for Axis products * Run hassfest --------- Co-authored-by: Robert Svensson --- homeassistant/components/axis/manifest.json | 10 ++++++++++ homeassistant/generated/dhcp.py | 5 +++++ homeassistant/generated/zeroconf.py | 6 ++++++ 3 files changed, 21 insertions(+) diff --git a/homeassistant/components/axis/manifest.json b/homeassistant/components/axis/manifest.json index 1065783d957..bbea7954be1 100644 --- a/homeassistant/components/axis/manifest.json +++ b/homeassistant/components/axis/manifest.json @@ -19,6 +19,10 @@ { "hostname": "axis-b8a44f*", "macaddress": "B8A44F*" + }, + { + "hostname": "axis-e82725*", + "macaddress": "E82725*" } ], "documentation": "https://www.home-assistant.io/integrations/axis", @@ -50,6 +54,12 @@ "properties": { "macaddress": "b8a44f*" } + }, + { + "type": "_axis-video._tcp.local.", + "properties": { + "macaddress": "e82725*" + } } ] } diff --git a/homeassistant/generated/dhcp.py b/homeassistant/generated/dhcp.py index 4f9f822e85e..9c5d25a7f22 100644 --- a/homeassistant/generated/dhcp.py +++ b/homeassistant/generated/dhcp.py @@ -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*", diff --git a/homeassistant/generated/zeroconf.py b/homeassistant/generated/zeroconf.py index 060084209fd..68373fa7fe9 100644 --- a/homeassistant/generated/zeroconf.py +++ b/homeassistant/generated/zeroconf.py @@ -342,6 +342,12 @@ ZEROCONF = { "macaddress": "b8a44f*", }, }, + { + "domain": "axis", + "properties": { + "macaddress": "e82725*", + }, + }, { "domain": "doorbird", "properties": {