diff --git a/source/_docs/tools/credstash.markdown b/source/_docs/tools/credstash.markdown index 023ee239988..34bf8b0e2f9 100644 --- a/source/_docs/tools/credstash.markdown +++ b/source/_docs/tools/credstash.markdown @@ -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 ```