Hi,
I did some configuration in configuration.yaml to use “alarm_control_panel”
alarm_control_panel:
- platform: manual
name: Home Alarm
code: “1234”
arming_time: 5
delay_time: 20
trigger_time: 4
disarmed:
trigger_time: 0
armed_home:
arming_time: 5
delay_time: 0
It was working properly in the previous GUI.
Now, i am with lovelace , please tell me how to add my alarm_control_panel in the ui-lovelace.yaml file ?
thanks