1
mirror of https://github.com/home-assistant/core synced 2024-08-02 23:40:32 +02:00
ha-core/homeassistant/components/pvoutput/manifest.json

11 lines
283 B
JSON

{
"domain": "pvoutput",
"name": "PVOutput",
"documentation": "https://www.home-assistant.io/integrations/pvoutput",
"config_flow": true,
"codeowners": ["@fabaff", "@frenck"],
"requirements": ["pvo==0.2.0"],
"iot_class": "cloud_polling",
"quality_scale": "platinum"
}