I am trying to get HA to TTS all events from my google calendar 15 min before the start time. I know that the google calendar components can have a offset time if the event name is renamed which is not practical for my use. I have created a sensor for the start time and want to get an automation to start 15 min before. The sensor format is below. I thought maybe a python application to convert to a format HA can use or perhaps with appdaemon which I haven’t explored yet. Has anyone have idea’s or has done this?
but I get this error. I haven’t done this before so any help would be appreciated.
17-03-03 08:23:02 ERROR (MainThread) [homeassistant.bootstrap] Invalid config for [google]: [default_offset] is an invalid option for [google]. Check: google->google->default_offset.
I removed the default_offset: 15 from the configuration and now it give default_offset: false on the sensor data even after the event start time. How do I set the default_offset time?
message test
start time 2017-03-03 09:00:00
description
location
all day false
offset reached false
end time 2017-03-03 10:00:00
Add the default_offset to one of the calendars in your “google_calendar.yaml” file. Thats the file that should be generated by hass after you authenticate with google.