From 163556559a57f20bd394801ba9461fff6808d747 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 2 Nov 2019 09:54:58 +0100 Subject: [PATCH] Replace api_password with a generic example (#11078) --- source/_docs/tools/keyring.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_docs/tools/keyring.markdown b/source/_docs/tools/keyring.markdown index 8c0e77191f4..048d60d1426 100644 --- a/source/_docs/tools/keyring.markdown +++ b/source/_docs/tools/keyring.markdown @@ -12,14 +12,14 @@ $ hass --script keyring --help To store a password in keyring, replace your password or API key with `!secret` and an identifier in `configuration.yaml` file. ```yaml -http: - api_password: !secret http_password +integration1: + api_key: !secret integration1_key ``` Create an entry in your keyring. ```bash -$ hass --script keyring set http_password +$ hass --script keyring set integration1_key ``` If you launch Home Assistant now, you will be prompted for the keyring password to unlock your keyring.