mirror of https://github.com/home-assistant/core
11 lines
298 B
JSON
11 lines
298 B
JSON
{
|
|
"domain": "solarlog",
|
|
"name": "Solar-Log",
|
|
"codeowners": ["@Ernst79", "@dontinelli"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/solarlog",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["solarlog_cli"],
|
|
"requirements": ["solarlog_cli==0.4.0"]
|
|
}
|