Skip to content

Commit

Permalink
Update info.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PiotrMachowski committed Aug 19, 2019
1 parent 56c263f commit bd7f8e1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion info.md
Expand Up @@ -31,9 +31,16 @@ sensor:

* If you define more than one constraint (`titles`, `labels`, `pinned`) all of them will be applied and intersection of results will be returned.

* **Do I have to use my Google Account password?**

You can set up an App Password to use this component.
* Go to [https://myaccount.google.com/apppasswords](https://myaccount.google.com/apppasswords)
* In `Select app` menu choose `other` and provide your own identifier (e.g. `Home Assistant`)
* Use generated password in sensor configuration (**Warning:** password will not be shown again!)

* **What to do if Home Assistant does not find this component?**

Most likely you have to install additional dependency required for it to run. Activate Python environment Home Assistant is running in and use following command:
```bash
pip install gkeepapi
```
```

0 comments on commit bd7f8e1

Please sign in to comment.