From c5ae43144d941f75ec156b21d9a9a613c3730d11 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 15 Feb 2022 14:32:10 -0600 Subject: [PATCH] Enable dhcp flows for axis registered devices (#66581) References: https://github.com/home-assistant/developers.home-assistant/pull/1212 https://github.com/home-assistant/core/pull/66528 I am doing these one at a time to make sure codeowners are aware and do not glance over the PR because it has a lot of integrations in it --- homeassistant/components/axis/manifest.json | 1 + homeassistant/generated/dhcp.py | 1 + 2 files changed, 2 insertions(+) diff --git a/homeassistant/components/axis/manifest.json b/homeassistant/components/axis/manifest.json index 41580aa39d0..c07db62a04f 100644 --- a/homeassistant/components/axis/manifest.json +++ b/homeassistant/components/axis/manifest.json @@ -5,6 +5,7 @@ "documentation": "https://www.home-assistant.io/integrations/axis", "requirements": ["axis==44"], "dhcp": [ + {"registered_devices": true}, { "hostname": "axis-00408c*", "macaddress": "00408C*" diff --git a/homeassistant/generated/dhcp.py b/homeassistant/generated/dhcp.py index d49ab1b2891..a4dd8b092c8 100644 --- a/homeassistant/generated/dhcp.py +++ b/homeassistant/generated/dhcp.py @@ -11,6 +11,7 @@ DHCP: list[dict[str, str | bool]] = [ {'domain': 'august', 'hostname': 'connect', 'macaddress': 'B8B7F1*'}, {'domain': 'august', 'hostname': 'connect', 'macaddress': '2C9FFB*'}, {'domain': 'august', 'hostname': 'august*', 'macaddress': 'E076D0*'}, + {'domain': 'axis', 'registered_devices': True}, {'domain': 'axis', 'hostname': 'axis-00408c*', 'macaddress': '00408C*'}, {'domain': 'axis', 'hostname': 'axis-accc8e*', 'macaddress': 'ACCC8E*'}, {'domain': 'axis', 'hostname': 'axis-b8a44f*', 'macaddress': 'B8A44F*'},