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

Commit 96fd03b

Browse files
authored
Update README.md
1 parent a34a2ad commit 96fd03b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,15 @@ If you have any suggestions about design or functionality, please let me know, o
6464
| showDate | boolean | optional | v0.7.2 | `false` Show the date on the right side of the title
6565
| 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.
6666
| showDescription | boolean | optional | v0.8.4 | `false` Shows long description of event from Google Calendar.
67+
| showNoEventsForToday | boolean | optional | v0.8.6 | `false` Shows `No events for today` if no events, instead of omit the entry.
6768

6869
### Translations and language related settings
6970
Week / month names are translated automatically
7071
| language | string | optional | v0.8.4 | `default` Force language change. For example `pt-br`. If not set, default HA language is used.
7172
| untilText | string | optional | v0.3.0 | `Until` Custom translation of `Until` text
7273
| 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+
| noEventsForNextDaysText | string | optional | v0.8.6 | `No events in the next days` Custom translation of `No events in the next days` text
75+
| noEventsForTodayText | string | optional | v0.8.6 | `No events for today` Custom translation of `No events for today` text, only if `showNoEventsForToday` is true
7476
| dateFormat | string | optional | v0.7.2 | `LL` Custom date format - see https://devhints.io/moment for examples
7577
| 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
7678

0 commit comments

Comments
 (0)