1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-02 22:52:06 +01:00
Files
core/homeassistant/components/goalzero/manifest.json
2024-11-20 20:54:15 +01:00

20 lines
412 B
JSON

{
"domain": "goalzero",
"name": "Goal Zero Yeti",
"codeowners": ["@tkdrob"],
"config_flow": true,
"dhcp": [
{
"registered_devices": true
},
{
"hostname": "yeti*"
}
],
"documentation": "https://www.home-assistant.io/integrations/goalzero",
"integration_type": "device",
"iot_class": "local_polling",
"loggers": ["goalzero"],
"requirements": ["goalzero==0.2.2"]
}