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
`
- armed_away