You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 25, 2021. It is now read-only.
Advanced calendar card for Home Assistant with Lovelace
3
3
4
4
Calendar card with advanced settings. It loads calendar events from Home Assistant - Google calendar component.
@@ -64,11 +64,6 @@ If you have any suggestions about design or functionality, please let me know, o
64
64
| dateFormat | string | optional | v0.7.2 | `LL` Custom date format - see https://devhints.io/moment for examples
65
65
| hoursFormat | string | optional | v0.7.3 | `default` Custom hours format - you can set `12h` or `24h` or `default` (default for local HA language settings) or even provide your custom, like `HH:mm` or `h:mm A` - see https://devhints.io/moment for examples
66
66
| startDaysAhead | integer | optional | v0.7.3 | `0` If you set more than 0, events will be loaded starting `x` days from today. For example `1` - the component will show events starting from tomorrow.
67
-
| showHours | boolean | optional | v0.7.6 | `true` Show the time od duration of event (the bottom line)
68
-
| showCalNameInEvent | boolean | optional | v0.7.6 | `false` Show calendar name in event title, to distinguish between multiple calendars
69
-
| showNoEventsForToday | boolean | optional | v0.7.6 | `false` Show "no events for today" if no events (configurable text)
70
-
| noEventsForTodayText | string | optional | v0.7.6 | `No events for today` "no events for today" text, if showNoEventsForToday is enabled
71
-
72
67
73
68
### Text colors and fonts
74
69
| Name | Type | Since | Description |
@@ -99,13 +94,6 @@ If you have any suggestions about design or functionality, please let me know, o
99
94
| showProgressBar | boolean | optional | v0.5.5 | `true` Show event progress with moving icon. Don't enable when showCurrentEventLine - will look bad
100
95
| progressBarColor | string | v0.5.5 | `default color` Color of progress bar
101
96
102
-
### Entity options (configurations for each calendar)
103
-
| Name | Type | Since | Description |
104
-
|------|:----:|:-----:|-------------|
105
-
| type | string | optional | v0.5.5 | `` Type of calendar (in calendar mode) Icon1, Icon2, Icon3, Birthday. Explained below.
106
-
| blacklist | string | v0.7.9 | `` List of comma separated blacklisted keywords. Events containing any of them will not be shown.
107
-
108
-
109
97
## 3. Calendar Mode
110
98
The second mode of view - calendar mode - is to show full month calendar with simple events icons or colors, for most important, infrequent events, like holiday or birthday.
111
99
You can change mode by clicking "Calendar" title, or even make it default view.
@@ -219,21 +207,19 @@ This card will show maximum 5 events from each calendar. It's because of Home As
219
207
220
208
1. Go to your Home Assistant config directory (where you have configuration.yaml file)
221
209
2. Create a subdirectory `custom_components/google` and go inside:
222
-
3. Download files. Important: in Home Assistant 92.0 and above all 4 files are needed! It will be ignored if you have only calendar.py.
3. Download files. Important: in Home Assistant 89.0 and above all 3 files are needed! It will be ignored if you have only calendar.py. 
0 commit comments