mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +00:00
Replace api_password with a generic example (#11078)
This commit is contained in:
parent
54bd13f57f
commit
163556559a
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user