1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-27 21:35:48 +00:00
Files
core/homeassistant/components/alarmdecoder/manifest.json
2022-02-08 15:14:33 +01:00

11 lines
283 B
JSON

{
"domain": "alarmdecoder",
"name": "AlarmDecoder",
"documentation": "https://www.home-assistant.io/integrations/alarmdecoder",
"requirements": ["adext==0.4.2"],
"codeowners": [],
"config_flow": true,
"iot_class": "local_push",
"loggers": ["adext", "alarmdecoder"]
}