1
mirror of https://github.com/home-assistant/core synced 2024-08-28 03:36:46 +02:00
ha-core/homeassistant/components/sia/manifest.json
Eduard van Valkenburg 09517668fe
Update pysiaalarm to 3.1.0 (#91500)
* 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
2023-04-21 10:51:49 +02:00

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"]
}