mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 05:03:59 +01:00
* updated sia requirements * updates because of changes in package * linting and other small fixes * linting and other small fixes * small release on package that fixes issue with autospec
11 lines
282 B
JSON
11 lines
282 B
JSON
{
|
|
"domain": "sia",
|
|
"name": "SIA Alarm Systems",
|
|
"codeowners": ["@eavanvalkenburg"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/sia",
|
|
"iot_class": "local_push",
|
|
"loggers": ["pysiaalarm"],
|
|
"requirements": ["pysiaalarm==3.1.1"]
|
|
}
|