mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-10 21:03:01 +00:00
Add Google Calendar integration with display manager. Includes calendar manager implementation, configuration updates, and registration script.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user