home-assistant-konnected-tutorial
home-assistant-konnected-tutorial copied to clipboard
alarm_control_panel in configuration.yaml edits for disarmed and armed_home
Reading the docs, https://www.home-assistant.io/integrations/manual/, it would seem adding the following state specific settings are a good idea:
The disarmed state never triggers the alarm. The armed_home state will leave no time to leave the building or disarm the alarm. (since you are staying home) The other states will give 30 seconds to leave the building before triggering the alarm, and 20 seconds to disarm the alarm when coming back.
alarm_control_panel:
- platform: manual name: Home Alarm arming_time: 15 delay_time: 30 trigger_time: 180 disarmed: trigger_time: 0 armed_home: arming_time: 0 delay_time: 0
- platform: manual name: Fire and CO Alarm arming_time: 0 delay_time: 0 trigger_time: 180