Skip to content

Commit

Permalink
Update examples/function/calendar/README.md
Browse files Browse the repository at this point in the history
An update to show that the user must change the name of the target to their own calendar, and also to show that multiple calendars are a possibility.
  • Loading branch information
Floris3 authored and jekalmin committed Jan 13, 2024
1 parent d44fd3d commit 22d05e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/function/calendar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
start_date_time: "{{start_date_time}}"
end_date_time: "{{end_date_time}}"
target:
entity_id: calendar.test
entity_id:
- calendar.[YourCalendarHere]
- calendar.[MoreCalendarsArePossible]
response_variable: _function_result
```

0 comments on commit 22d05e5

Please sign in to comment.