From ce4daab8333a82fb879995f8c9d0bdd472da3254 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 16 Feb 2022 04:59:57 -0600 Subject: [PATCH] Enable dhcp flows for goalzero registered devices (#66586) --- homeassistant/components/goalzero/manifest.json | 1 + homeassistant/generated/dhcp.py | 1 + 2 files changed, 2 insertions(+) diff --git a/homeassistant/components/goalzero/manifest.json b/homeassistant/components/goalzero/manifest.json index 04bd538322e..5cb00c11191 100644 --- a/homeassistant/components/goalzero/manifest.json +++ b/homeassistant/components/goalzero/manifest.json @@ -5,6 +5,7 @@ "documentation": "https://www.home-assistant.io/integrations/goalzero", "requirements": ["goalzero==0.2.1"], "dhcp": [ + {"registered_devices": true}, {"hostname": "yeti*"} ], "codeowners": ["@tkdrob"], diff --git a/homeassistant/generated/dhcp.py b/homeassistant/generated/dhcp.py index ead49a36b67..b4536f92426 100644 --- a/homeassistant/generated/dhcp.py +++ b/homeassistant/generated/dhcp.py @@ -36,6 +36,7 @@ DHCP: list[dict[str, str | bool]] = [ {'domain': 'flux_led', 'hostname': 'zengge_[0-9a-f][0-9a-f]_*'}, {'domain': 'flux_led', 'hostname': 'sta*', 'macaddress': 'C82E47*'}, {'domain': 'fronius', 'macaddress': '0003AC*'}, + {'domain': 'goalzero', 'registered_devices': True}, {'domain': 'goalzero', 'hostname': 'yeti*'}, {'domain': 'gogogate2', 'hostname': 'ismartgate*'}, {'domain': 'guardian', 'hostname': 'gvc*', 'macaddress': '30AEA4*'},