Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] Trigger alarm from automation #117

Open
renspr opened this issue Oct 24, 2023 · 1 comment
Open

[Question] Trigger alarm from automation #117

renspr opened this issue Oct 24, 2023 · 1 comment

Comments

@renspr
Copy link

renspr commented Oct 24, 2023

Is there a way to trigger the alarm from an automation?

I tried:

trigger:
  [snip]
condition:
  [snip]
action:
  - device_id: 5a5737d16598b757697aaf915ff2ed03
    domain: alarm_control_panel
    entity_id: fc93fc8d849a4edc5f453331047aae54
    type: trigger

and

trigger:
  [snip]
condition:
  [snip]
action:
  - service: alarm_control_panel.alarm_trigger
    data:
      entity_id: alarm_control_panel.intrusion_detection_system

In both cases I get "Entity alarm_control_panel.intrusion_detection_system does not support this service" error.

Is this not implemented/possible with the integration or I'm doing something wrong?

@MephistoJB
Copy link

I second this question. I try to enable this with my Twinguards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants