Hi all, i'm trying to update a boolean helper called "Occupied" based on a remote calendar. If there is an all day event, I want the helper to be on. If not, i want the helper to be off. I created 2 automations to flip between on and off, but neither are working. Any recommendations?
#Update Boolean Helper with Remote Calendar
1 messages · Page 1 of 1 (latest)
To format your text as code, enter three backticks on the first line, press Enter for a new line, paste your code, press Enter again for another new line, and lastly three more backticks.
```yaml
example: here
```
Don't forget you can edit your post rather than repeatedly posting the same thing.
Why not use the calendar start event and the calendar end event s or is FRC not a calendar
trigger: calendar
entity_id: calendar.yourcalendar
event: start
offset: "0:0:0"
FRC is a calendar. But I think i fixed the helper boolean. The Not-occupied automation didn't have a target with the action: