@Aaron_West wrote:
I am using an alarmdecoder alarm panel and everything is working in the lovelace front end, however when I try to call the alarm_control_panel.alarm_arm_home service it does nothing.
Ultimately I am trying to put the arming of the panel into a script. But I cant even get it to set with calling the service.
This is the script I am trying to use and it seems to do nothing as well. The only way I can arm it is if I use the lovlace card
arm_panel_home: alias: "Arm Panel Home" sequence: - service: alarm_control_panel.alarm_arm_home data: entity_id: alarm_control_panel.alarm_panel code: !secret alarm_code
Posts: 2
Participants: 2