Skip to content

Commit 3bf95b0

Browse files
committed
minor edit for new secrets text
1 parent 5c8b30f commit 3bf95b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1454,9 +1454,9 @@ triggers and application logic, eg:
14541454
14551455
Validating the configuration can be done either manually or with the ``voluptuous`` package.
14561456

1457-
Secrets can also be bound to variables by substituting the value with ``!secret my_secret``. This is useful API keys and passwords needed for services on the network.
1457+
Secrets can also be bound to variables by substituting the value with ``!secret my_secret``. This is useful for API keys or passwords.
14581458

1459-
Here is an example config for ``service_checker`` which needs a name (not a secret) and a URL and an API key:
1459+
Here is an example config for ``service_checker`` which needs a name (not a secret) and a URL and an API key (which are secret):
14601460

14611461
.. code:: yaml
14621462

0 commit comments

Comments
 (0)