Skip to content

Instantly share code, notes, and snippets.

@jtaseff
Last active March 4, 2024 03:14
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/bd670b077c0bc157357715ea1a4aa40f to your computer and use it in GitHub Desktop.
Save jtaseff/bd670b077c0bc157357715ea1a4aa40f to your computer and use it in GitHub Desktop.
RemindMe engine for Home Assistant - intent script
intent_script:
RemindMe:
action:
service: script.remindme_processor
data:
reminder: "{{ reminder }}"
on_day: "{{ on_day }}"
duration: "{{ duration }}"
units: "{{ units }}"
partofday: "{{ partofday }}"
speech:
text: "Creating reminder {{ reminder }}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment