hi,
I am trying to get an alarm panel to show up using the manual panel.
here the current config i have:
# Alarm
alarm_control_panel:
- platform: manual
name: Home Alarm
code: 1234
pending_time: 30
delay_time: 20
trigger_time: 4
disarmed:
trigger_time: 0
armed_home:
pending_time: 0
delay_time: 0
group:
Alarm:
name: Alarm
entities:
- alarm_control_panel.ha_alarm
- sensor.kitchen_door_sensor_alarm_level
- sensor.front_door_sensor_alarm_level
#and a view:
Alarm_View:
name: Alarm
view: yes
entities:
- alarm_control_panel.ha_alarm
my Alarm page is blank… any help?
sorry about that, here it is.
Thanks,