Fixed example of how to add secrets (#7921)

and added an example of how to list the secrets
This commit is contained in:
Tal Salmona 2018-12-21 22:30:58 +02:00 committed by Fabian Affolter
parent 07e0c96faa
commit a1b2465b29

View File

@ -27,6 +27,12 @@ http:
Create an entry in your credstash store.
```bash
$ hass --script credstash set http_password
$ hass --script credstash put http_password 123
```
List your secrets.
```bash
$ hass --script credstash list
```