Enable dhcp flows for goalzero registered devices (#66586)

This commit is contained in:
J. Nick Koston 2022-02-16 04:59:57 -06:00 committed by GitHub
parent cf5652737a
commit ce4daab833
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -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"],

View File

@ -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*'},