2020-09-27 17:44:21 +00:00
|
|
|
{
|
|
|
|
"domain": "goalzero",
|
|
|
|
"name": "Goal Zero Yeti",
|
2023-02-08 19:27:05 +00:00
|
|
|
"codeowners": ["@tkdrob"],
|
2020-09-27 17:44:21 +00:00
|
|
|
"config_flow": true,
|
2023-02-08 19:27:05 +00:00
|
|
|
"dhcp": [
|
|
|
|
{
|
|
|
|
"registered_devices": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"hostname": "yeti*"
|
|
|
|
}
|
|
|
|
],
|
2020-09-27 17:44:21 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/goalzero",
|
2023-02-08 19:27:05 +00:00
|
|
|
"integration_type": "device",
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "local_polling",
|
2022-11-07 18:39:29 +00:00
|
|
|
"loggers": ["goalzero"],
|
2023-02-08 19:27:05 +00:00
|
|
|
"quality_scale": "silver",
|
|
|
|
"requirements": ["goalzero==0.2.1"]
|
2020-09-27 17:44:21 +00:00
|
|
|
}
|