feat(home-assistant): remove old alarm_control_panel

Switched to Alarmo, which is managed via the UI.
This commit is contained in:
Felix Schröter 2023-09-14 04:04:48 +02:00
parent ff66a1fba4
commit d585a9eeb3
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -43,6 +43,7 @@ in {
"roku" "roku"
"sonos" "sonos"
"onvif" "onvif"
"alarm_control_panel"
"assist_pipeline" "assist_pipeline"
"wyoming" "wyoming"
"shopping_list" "shopping_list"
@ -83,19 +84,8 @@ in {
"${config.services.home-assistant.configDir}/zha_quirks/"; "${config.services.home-assistant.configDir}/zha_quirks/";
zigpy_config = { ota = { ikea_provider = true; }; }; zigpy_config = { ota = { ikea_provider = true; }; };
}; };
zha_toolkit = { };
conversation = { intents = { }; }; conversation = { intents = { }; };
alarm_control_panel = [{
platform = "manual";
code = "!secret alarm_code";
arming_time = 30;
delay_time = 30;
trigger_time = 120;
disarmed = { trigger_time = 0; };
armed_home = {
arming_time = 0;
delay_time = 0;
};
}];
}; };
# configWritable = true; # doesn't work atm # configWritable = true; # doesn't work atm
}; };