1
mirror of https://github.com/home-assistant/core synced 2024-10-10 12:28:01 +02:00
ha-core/homeassistant/components/pvoutput/manifest.json
2023-11-20 19:58:22 +01:00

12 lines
304 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",
"quality_scale": "platinum",
"requirements": ["pvo==2.1.1"]
}