core/homeassistant/components/velux/manifest.json

10 lines
240 B
JSON
Raw Normal View History

{
"domain": "velux",
"name": "Velux",
"codeowners": ["@Julius2342"],
2023-02-08 19:10:18 +00:00
"documentation": "https://www.home-assistant.io/integrations/velux",
"iot_class": "local_polling",
2023-02-08 19:10:18 +00:00
"loggers": ["pyvlx"],
"requirements": ["pyvlx==0.2.20"]
}