Hi!
Attempoting to use Appdaemon to enable the alarm, using the following code:
self.set_state(alarm_control_panel.home_alarm, state = armed_away)
The alarm control panel displays the correct state of “armed away”, but HA isn’t triggering the alarm when a sensor is triggered.
Clearly missing something here, ie do I eed to send additional parameters to HA in order to enable the alarm?
Thanks,
Rob.