1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-26 14:08:21 +00:00
Files
core/homeassistant/components/alarmdecoder/manifest.json
2023-02-08 20:29:44 +01:00

11 lines
283 B
JSON

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