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.
Copy file name to clipboardExpand all lines: README.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,19 +56,23 @@ If you have any suggestions about design or functionality, please let me know, o
56
56
| type | string | **required** | v0.3.0 | `custom:atomic-calendar`
57
57
| entities | list | **required** | v0.3.0 | One or more calendars, configured in HA [Google Calendar component](https://www.home-assistant.io/components/calendar.google/)
58
58
| title | string | optional | v0.3.0 | `Calendar` Calendar title
59
-
| untilText | string | optional | v0.3.0 | `Until` Custom translation of `Until` text
60
59
| showColors | string | optional | v0.3.0 | `true` Show colors in events, configured in entities list
61
60
| maxDaysToShow | integer | optional | v0.3.0 | `7` Maximum number of days to show
62
61
| showLocation | boolean | optional | v0.3.0 | `true` Show location link (right side)
63
62
| showMonth | boolean | optional | v0.3.0 | `false` Show month under day (left side)
64
63
| showLoader | boolean | optional | v0.7.0 | `true` Show animation, when events are being loaded from Google Calendar.
65
64
| showDate | boolean | optional | v0.7.2 | `false` Show the date on the right side of the title
66
-
| dateFormat | string | optional | v0.7.2 | `LL` Custom date format - see https://devhints.io/moment for examples
67
-
| 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
68
65
| 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.
69
-
| language | string | optional | v0.8.4 | `default` Force language change. For example `pt-br`. If not set, default HA language is used.
70
66
| showDescription | boolean | optional | v0.8.4 | `false` Shows long description of event from Google Calendar.
71
67
68
+
### Translations and language related settings
69
+
Week / month names are translated automatically
70
+
| language | string | optional | v0.8.4 | `default` Force language change. For example `pt-br`. If not set, default HA language is used.
71
+
| untilText | string | optional | v0.3.0 | `Until` Custom translation of `Until` text
72
+
| fullDayEventText | string | optional | v0.3.0 | `All day` Custom translation of `All day` text
73
+
| noEventsForTodayText | string | optional | v0.3.0 | `No events for today` Custom translation of `No events for today` text
74
+
| dateFormat | string | optional | v0.7.2 | `LL` Custom date format - see https://devhints.io/moment for examples
75
+
| 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
0 commit comments