mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 21:36:52 +00:00
Updated keyring link (#2667)
* Updated keyring link New link: https://pypi.python.org/pypi/keyring/10.3.2 * Point to the upstream source of the information
This commit is contained in:
parent
cfe778cb1c
commit
28c9ab8b27
@ -59,7 +59,7 @@ This will print all your secrets
|
||||
|
||||
### {% linkable_title Storing passwords in a keyring managed by your OS %}
|
||||
|
||||
Using [Keyring](http://pythonhosted.org/keyring/) is an alternative way to `secrets.yaml`. They can be managed from the command line via the keyring script.
|
||||
Using [Keyring](https://github.com/jaraco/keyring) is an alternative way to `secrets.yaml`. They can be managed from the command line via the keyring script.
|
||||
|
||||
```bash
|
||||
$ hass --script keyring --help
|
||||
|
Loading…
x
Reference in New Issue
Block a user