core/homeassistant/components/vera/manifest.json

10 lines
233 B
JSON
Raw Normal View History

{
"domain": "vera",
"name": "Vera",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/vera",
2021-02-08 14:25:54 +00:00
"requirements": ["pyvera==0.3.13"],
"codeowners": ["@pavoni"],
"iot_class": "local_polling"
}