Files
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"]
}