mirror of https://github.com/home-assistant/core
20 lines
412 B
JSON
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"]
|
|
}
|