mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 21:36:52 +00:00
Fixed example of how to add secrets (#7921)
and added an example of how to list the secrets
This commit is contained in:
parent
07e0c96faa
commit
a1b2465b29
@ -27,6 +27,12 @@ http:
|
|||||||
Create an entry in your credstash store.
|
Create an entry in your credstash store.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ hass --script credstash set http_password
|
$ hass --script credstash put http_password 123
|
||||||
|
```
|
||||||
|
|
||||||
|
List your secrets.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ hass --script credstash list
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user