From 7c508c2a44208b1ee03b663d257504e44019018d Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 15 Feb 2022 18:30:52 -0600 Subject: [PATCH] Enable dhcp flows for hunterdouglas_powerview registered devices (#66587) --- homeassistant/components/hunterdouglas_powerview/manifest.json | 1 + homeassistant/generated/dhcp.py | 1 + 2 files changed, 2 insertions(+) diff --git a/homeassistant/components/hunterdouglas_powerview/manifest.json b/homeassistant/components/hunterdouglas_powerview/manifest.json index 29b260c2fa3..4e1ece9a3b0 100644 --- a/homeassistant/components/hunterdouglas_powerview/manifest.json +++ b/homeassistant/components/hunterdouglas_powerview/manifest.json @@ -9,6 +9,7 @@ "models": ["PowerView"] }, "dhcp": [ + {"registered_devices": true}, { "hostname": "hunter*", "macaddress": "002674*" diff --git a/homeassistant/generated/dhcp.py b/homeassistant/generated/dhcp.py index f78c8003457..26b2aa61aeb 100644 --- a/homeassistant/generated/dhcp.py +++ b/homeassistant/generated/dhcp.py @@ -41,6 +41,7 @@ DHCP: list[dict[str, str | bool]] = [ {'domain': 'guardian', 'hostname': 'gvc*', 'macaddress': '30AEA4*'}, {'domain': 'guardian', 'hostname': 'gvc*', 'macaddress': 'B4E62D*'}, {'domain': 'guardian', 'hostname': 'guardian*', 'macaddress': '30AEA4*'}, + {'domain': 'hunterdouglas_powerview', 'registered_devices': True}, {'domain': 'hunterdouglas_powerview', 'hostname': 'hunter*', 'macaddress': '002674*'},