* Update vera integration with the latest pyvera package * python3 -m script.gen_requirements_all * Fix license
11 lines
249 B
JSON
11 lines
249 B
JSON
{
|
|
"domain": "vera",
|
|
"name": "Vera",
|
|
"codeowners": [],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/vera",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["pyvera"],
|
|
"requirements": ["pyvera==0.3.16"]
|
|
}
|