Skip to content

Instantly share code, notes, and snippets.

@jtaseff
Last active May 21, 2024 11:52
Show Gist options
  • 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 }}"
@alexd1983
Copy link

where is script.remindme_processor code?

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