Skip to content

Instantly share code, notes, and snippets.

@thejeffreystone
Created February 4, 2023 13:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thejeffreystone/005e097be9061d6bf1478809f73ff043 to your computer and use it in GitHub Desktop.
Save thejeffreystone/005e097be9061d6bf1478809f73ff043 to your computer and use it in GitHub Desktop.
Example google_calendars.yaml file for Home Assistant
- cal_id: yourgooglecalemail@gmail.com
entities:
- device_id: mdl_holidays
name: MaisonDesLunes Holidays
search: "#mh"
track: true
max_results: 30
- device_id: kid_events
name: Kid Events
search: "#se"
track: true
max_results: 30
- device_id: vacation
name: Vacation
search: "#vacation"
track: true
max_results: 10
- device_id: mdl_birthdays
name: birthdays
search: "#birthday"
track: true
max_results: 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment