1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 23:53:49 +01:00
Files
core/homeassistant/components/vera/manifest.json
2026-02-22 10:49:00 +01:00

12 lines
278 B
JSON

{
"domain": "vera",
"name": "Vera",
"codeowners": [],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/vera",
"integration_type": "hub",
"iot_class": "local_polling",
"loggers": ["pyvera"],
"requirements": ["pyvera==0.3.16"]
}