2020-09-27 17:44:21 +00:00
|
|
|
{
|
|
|
|
"domain": "goalzero",
|
|
|
|
"name": "Goal Zero Yeti",
|
|
|
|
"config_flow": true,
|
|
|
|
"documentation": "https://www.home-assistant.io/integrations/goalzero",
|
2021-04-28 19:24:56 +00:00
|
|
|
"requirements": ["goalzero==0.1.7"],
|
2021-05-14 18:12:46 +00:00
|
|
|
"dhcp": [
|
|
|
|
{"hostname": "yeti*"}
|
|
|
|
],
|
2021-04-15 08:21:38 +00:00
|
|
|
"codeowners": ["@tkdrob"],
|
2021-08-22 18:13:44 +00:00
|
|
|
"quality_scale": "silver",
|
2021-04-15 08:21:38 +00:00
|
|
|
"iot_class": "local_polling"
|
2020-09-27 17:44:21 +00:00
|
|
|
}
|