Skip to content
This repository was archived by the owner on Sep 25, 2021. It is now read-only.

Commit a34a2ad

Browse files
authored
Update README.md
1 parent 72355a6 commit a34a2ad

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,19 +56,23 @@ If you have any suggestions about design or functionality, please let me know, o
5656
| type | string | **required** | v0.3.0 | `custom:atomic-calendar`
5757
| entities | list | **required** | v0.3.0 | One or more calendars, configured in HA [Google Calendar component](https://www.home-assistant.io/components/calendar.google/)
5858
| title | string | optional | v0.3.0 | `Calendar` Calendar title
59-
| untilText | string | optional | v0.3.0 | `Until` Custom translation of `Until` text
6059
| showColors | string | optional | v0.3.0 | `true` Show colors in events, configured in entities list
6160
| maxDaysToShow | integer | optional | v0.3.0 | `7` Maximum number of days to show
6261
| showLocation | boolean | optional | v0.3.0 | `true` Show location link (right side)
6362
| showMonth | boolean | optional | v0.3.0 | `false` Show month under day (left side)
6463
| showLoader | boolean | optional | v0.7.0 | `true` Show animation, when events are being loaded from Google Calendar.
6564
| 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
6865
| 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.
7066
| showDescription | boolean | optional | v0.8.4 | `false` Shows long description of event from Google Calendar.
7167

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
7276

7377
### Text colors and fonts
7478
| Name | Type | Since | Description |

0 commit comments

Comments
 (0)