Hi home assistant guys. I realise that (using retain:true) after reboot Home Assistant the alarm state goes to disamr and doens’t retain if it was armed before reboot. By the other hand if I don’t use retain=true after reboot the alarm state goes to arm and doesn’t retain if it was disarmed before reboot.
Any solution to this issue? This is my code (I’m using Hassio):
alarm_control_panel:
- platform: manual_mqtt
state_topic: home/alarm
command_topic: home/alarm/set
retain: true
pending_time: 10
delay_time: 20
trigger_time: 4
disarmed:
trigger_time: 0
armed_home:
pending_time: 0
delay_time: 0