#Config Alarm to arm with no code ,disarm with a code

5 messages · Page 1 of 1 (latest)

turbid sedge
#

Hello want to make alarm in HA to be arm just with simple click ( i am aware of the problem of doing that ) and to disarm the alarm only if the right code is use it.
My config is simple:
`
alarm_control_panel:

  • platform: manual
    name: Zlatev alarm
    unique_id: alarm_home_zlatev
    code: !secret alarm_code
    arming_time: 30
    delay_time: 20
    trigger_time: 4
    arming_states:
    • armed_away
      disarmed:
      trigger_time: 0
      armed_home:
      arming_time: 0
      delay_time: 0
      `
keen thistle
#

When you say "simple click" what does that mean?

turbid sedge
#

just when click on the button to automatically be arm , without pop up keyboard to put a code.

#

but when the alarm is arm and if you click to disarm it keypad to pop up to ask for code

keen thistle