core/homeassistant/components/venstar/manifest.json

12 lines
261 B
JSON
Raw Normal View History

{
"domain": "venstar",
"name": "Venstar",
2021-10-25 21:40:36 +00:00
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/venstar",
2021-10-25 21:40:36 +00:00
"requirements": [
"venstarcolortouch==0.15"
2021-10-25 21:40:36 +00:00
],
"codeowners": ["@garbled1"],
"iot_class": "local_polling"
}