Alarmdecoder

Hi There,

Great work including Alarmdecoder. Is there a way to arm and disarm the alarm using automation’s? The question is how I do include the pass code int it? Thanks!

Hi Julius
Here’s what I did which seems to work.

action:
  - service: alarm_control_panel.alarm_arm_away
        data:
          entity_id: alarm_control_panel.alarm_panel
          code: !secret alarm_pin

Thanks Marty,

It is exactly what I was asking for. Now that we are on topic (sorry if I ask…) have you noticed that the icon for the “opening” sensors do not change, even though the value has changed?
Thanks again!
Julio C.

Hrm, yup, good observation. Perhaps a ticket is in order?

Just a follow up, this should be fixed in the next release. I think it will be 0.44.

Great! Thank you! I have been using it with customized sensors and I got the status to show on the icon. But don’t having to customize is better :slight_smile: