Added HA integration script for my calendar to avoid all day events. Notes for G2.

This commit is contained in:
Norm Rasmussen
2023-08-21 20:38:44 -04:00
parent 84b6e51a40
commit b4ff268b5a
5 changed files with 142 additions and 1 deletions

View File

@ -0,0 +1,14 @@
{
"timeZone": "America/New_York",
"dependencies": {
"enabledAdvancedServices": [
{
"userSymbol": "Calendar",
"version": "v3",
"serviceId": "calendar"
}
]
},
"exceptionLogging": "STACKDRIVER",
"runtimeVersion": "V8"
}