From a1b2465b29fa215e37b1e1543b5ad580e93aa4a0 Mon Sep 17 00:00:00 2001 From: Tal Salmona <222969+talsalmona@users.noreply.github.com> Date: Fri, 21 Dec 2018 22:30:58 +0200 Subject: [PATCH] Fixed example of how to add secrets (#7921) and added an example of how to list the secrets --- source/_docs/tools/credstash.markdown | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 ```