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: content/components/api.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,9 +75,13 @@ api:
75
75
If you need a key, you can use the key below; it is randomly generated by your browser each time this page loads:
76
76
77
77
{{< api-key-input >}}
78
+
78
79
> [!NOTE]
79
80
> Support for configuring the encryption key on-the-fly will be implemented in a future release of Home Assistant.
80
81
82
+
> [!TIP]
83
+
> For comprehensive security guidance including API encryption best practices, see the [Security Best Practices](/guides/security_best_practices) guide.
84
+
81
85
- **actions** (*Optional*, list): A list of user-defined actions. See [User-defined Actions](#api-device-actions).
82
86
- **batch_delay** (*Optional*, [Time](/guides/configuration-types#time)): The delay time for batching multiple state update messages
83
87
together to reduce network overhead. Lower values send updates sooner but use more network packets,
0 commit comments