Add Google Calendar integration with display manager. Includes calendar manager implementation, configuration updates, and registration script.

This commit is contained in:
ChuckBuilds
2025-04-21 09:01:42 -05:00
parent be178b1465
commit d30ec921ae
7 changed files with 226 additions and 4 deletions

View File

@@ -43,9 +43,10 @@
"calendar": {
"enabled": true,
"credentials_file": "credentials.json",
"token_file": "token.json",
"token_file": "token.pickle",
"update_interval": 300,
"max_events": 3
"max_events": 3,
"calendars": ["primary"]
},
"mqtt": {
"broker": "homeassistant.local",