1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 05:03:59 +01:00
Files
core/homeassistant/components/pvoutput/manifest.json
2025-03-30 21:12:42 +03:00

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"]
}