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

Call any service in notification task #1113

Open
2 tasks done
kristjanbjarni opened this issue Feb 7, 2025 · 0 comments
Open
2 tasks done

Call any service in notification task #1113

kristjanbjarni opened this issue Feb 7, 2025 · 0 comments

Comments

@kristjanbjarni
Copy link

Checklist

  • I checked for similar existing requests (both open and closed) before posting.
  • My request is generic, other users may benefit from it too.

Proposal

Currently you can only use notify.* and similar services for notifications. It would be much more flexible to be able to call any action or service for notifcations.

As an example I have a shell command action that I can use to send SMS directly to a phone but currently I can't use that for any notifications in Alarmo. It would look something like this in the Task editor in YAML mode:

service: shell_command.send_sms
data:
  number: 1234567890
  message: "{{open_sensors}}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant