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
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# atomic calendar card v0.7.4
1
+
# atomic calendar card v0.7.5
2
2
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.
@@ -35,7 +35,7 @@ If you have any suggestions about design or functionality, please let me know, o
35
35
36
36
## 1. Installation
37
37
1. You need to have the  component configured in Home Assistant.
38
-
2. Download `atomic-calendar.js` file to `/www` directory in your Home Assistant - [latest release](https://github.com/atomic7777/atomic_calendar/releases/download/v0.7.4/atomic-calendar.js) - link not working (in development)
38
+
2. Download `atomic-calendar.js` file to `/www` directory in your Home Assistant - [latest release](https://github.com/atomic7777/atomic_calendar/releases/download/v0.7.5/atomic-calendar.js) - link not working (in development)
39
39
3. Add this reference to your `ui-lovelace.yaml` file:
40
40
```yaml
41
41
resources:
@@ -138,6 +138,7 @@ If you set filters (keywords) for any type, it will show an icon only when event
| CalEventIcon3Color | string | v0.7.0 | `default` Color of icon for `type: icon3` calendar
140
140
| CalEventIcon3Filter | string | v0.7.0 | `null` List of comma separated keywords
141
+
| showLastCalendarWeek | boolean | v0.7.5 | `true` If true (default) it will always show 6 lines. If false, the 6th line won't be displayed if not needed.
0 commit comments