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

Commit 8684c2c

Browse files
authored
Update README.md
1 parent 144db46 commit 8684c2c

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,17 @@ If you have any suggestions about design or functionality, please let me know, o
3434
![Preview](https://user-images.githubusercontent.com/11677097/53302875-b6205200-3863-11e9-8ab2-5ec95b0799d0.png)
3535

3636
## 1. Installation
37-
1. Download `atomic-calendar.js` file to `/www` directory in your Home Assistant - [latest release](https://github.com/atomic7777/atomic_calendar/releases/download/v0.7.1/atomic-calendar.js) - link not working (in development)
38-
2. Add this reference to your `ui-lovelace.yaml` file:
37+
1. You need to have the ![Google calendar](https://www.home-assistant.io/components/calendar.google/) 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.1/atomic-calendar.js) - link not working (in development)
39+
3. Add this reference to your `ui-lovelace.yaml` file:
3940
```yaml
4041
resources:
4142
- url: /local/atomic-calendar.js
4243
type: module
4344
```
44-
3. Add card with options to `ui-lovelace.yaml`, examples below
45-
4. If you are upgrading, try to reload your browser cache by pressing ctrl-shift-r or shift-F5.
45+
4. Add card with options to `ui-lovelace.yaml`, examples below
46+
5. If you are upgrading, try to reload your browser cache by pressing ctrl-shift-r or shift-F5.
47+
6. If you want to use `Calendar mode` follow the guide in chapter 6, because HA is getting only 5 nearest events from Google Calendar.
4648

4749
## 2. Options
4850
### Main settings

0 commit comments

Comments
 (0)