We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f562aad commit 72aa7b3Copy full SHA for 72aa7b3
source/_components/stream.markdown
@@ -15,9 +15,13 @@ ha_iot_class: Local Push
15
ha_qa_scale: internal
16
---
17
18
-The Stream component provides a way to proxy live streams through Home Assistant. The component currently only supports the HLS format.
+The `stream` component provides a way to proxy live streams through Home Assistant. The component currently only supports the HLS format.
19
+
20
+## {% linkable_title Configuration %}
21
22
+To enable the random binary sensor, add the following lines to your `configuration.yaml` file:
23
-Add the following to your configuration.yaml file.
24
```yaml
25
+# Example configuration.yaml entry
26
stream:
27
```
0 commit comments