mirror of
https://github.com/elisspace/core.git
synced 2026-09-24 11:36:53 +00:00
* set alarmdecoder code_arm_required to False * rm unnecessary f strings * add code_arm_required config option * add self as codeowner :-) * add self as codeowner the right way
9 lines
246 B
JSON
9 lines
246 B
JSON
{
|
|
"domain": "alarmdecoder",
|
|
"name": "AlarmDecoder",
|
|
"documentation": "https://www.home-assistant.io/integrations/alarmdecoder",
|
|
"requirements": ["alarmdecoder==1.13.2"],
|
|
"dependencies": [],
|
|
"codeowners": ["@ajschmidt8"]
|
|
}
|