You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1454,9 +1454,9 @@ triggers and application logic, eg:
1454
1454
1455
1455
Validating the configuration can be done either manually or with the ``voluptuous`` package.
1456
1456
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.
1458
1458
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):
0 commit comments