Replace api_password with a generic example (#11078)

This commit is contained in:
Fabian Affolter 2019-11-02 09:54:58 +01:00 committed by GitHub
parent 54bd13f57f
commit 163556559a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.