Skip to content

Instantly share code, notes, and snippets.

@jtaseff
Created March 3, 2024 19:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jtaseff/74bc63bf05326438a425d96bec722c99 to your computer and use it in GitHub Desktop.
Save jtaseff/74bc63bf05326438a425d96bec722c99 to your computer and use it in GitHub Desktop.
RemindMe engine for Home Assistant - show my reminders
alias: RemindMe show my reminders
description: ""
trigger:
- platform: conversation
command: Show my reminders
condition: []
action:
- service: notify.reminder_notification_group
data:
message: command_webview
data:
command: /todo?entity_id=todo.remind_me
mode: single
@jtaseff
Copy link
Author

jtaseff commented Mar 3, 2024

Todo -
[ ] figure out the source user, and only show on their device

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment