mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 05:03:59 +01:00
11 lines
273 B
JSON
11 lines
273 B
JSON
{
|
|
"domain": "pvoutput",
|
|
"name": "PVOutput",
|
|
"codeowners": ["@frenck"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/pvoutput",
|
|
"integration_type": "device",
|
|
"iot_class": "cloud_polling",
|
|
"requirements": ["pvo==2.2.1"]
|
|
}
|