mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Enable dhcp flows for goalzero registered devices (#66586)
This commit is contained in:
parent
cf5652737a
commit
ce4daab833
@ -5,6 +5,7 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/goalzero",
|
"documentation": "https://www.home-assistant.io/integrations/goalzero",
|
||||||
"requirements": ["goalzero==0.2.1"],
|
"requirements": ["goalzero==0.2.1"],
|
||||||
"dhcp": [
|
"dhcp": [
|
||||||
|
{"registered_devices": true},
|
||||||
{"hostname": "yeti*"}
|
{"hostname": "yeti*"}
|
||||||
],
|
],
|
||||||
"codeowners": ["@tkdrob"],
|
"codeowners": ["@tkdrob"],
|
||||||
|
@ -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': 'zengge_[0-9a-f][0-9a-f]_*'},
|
||||||
{'domain': 'flux_led', 'hostname': 'sta*', 'macaddress': 'C82E47*'},
|
{'domain': 'flux_led', 'hostname': 'sta*', 'macaddress': 'C82E47*'},
|
||||||
{'domain': 'fronius', 'macaddress': '0003AC*'},
|
{'domain': 'fronius', 'macaddress': '0003AC*'},
|
||||||
|
{'domain': 'goalzero', 'registered_devices': True},
|
||||||
{'domain': 'goalzero', 'hostname': 'yeti*'},
|
{'domain': 'goalzero', 'hostname': 'yeti*'},
|
||||||
{'domain': 'gogogate2', 'hostname': 'ismartgate*'},
|
{'domain': 'gogogate2', 'hostname': 'ismartgate*'},
|
||||||
{'domain': 'guardian', 'hostname': 'gvc*', 'macaddress': '30AEA4*'},
|
{'domain': 'guardian', 'hostname': 'gvc*', 'macaddress': '30AEA4*'},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user