Last active
October 3, 2024 09:01
-
-
Save piitaya/5859cedeeafe2b097053c41496825a05 to your computer and use it in GitHub Desktop.
Assist Calendar Blueprint
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
blueprint: | |
name: Assist Calendar | |
author: Piitaya | |
description: Use Assist and a calendar to schedule actions in natural language. | |
domain: automation | |
input: | |
calendar: | |
name: Calendar | |
description: All events in this calendar will be processed by Assist | |
selector: | |
entity: | |
multiple: false | |
filter: | |
domain: calendar | |
source_url: https://gist.github.com/piitaya/5859cedeeafe2b097053c41496825a05 | |
mode: parallel | |
max: 100 | |
triggers: | |
- trigger: calendar | |
event: start | |
entity_id: !input calendar | |
actions: | |
- service: conversation.process | |
data: | |
text: "{{ trigger.calendar_event.summary }}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can you test with an event in a slightly more distant future? Looks like calendar events can take 15 min to be available for triggers.
Source : home-assistant/core#85596 (comment)