mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
parent
34b4840d6d
commit
c0fa7d1681
@ -20,7 +20,16 @@ The stream integration provides a way to proxy live streams through Home Assista
|
|||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
The `stream` integration is automatically loaded by `default_config` and enabled by the `camera` platforms that support it. If `default_config` is used, no separate {% term "`configuration.yaml`" %} entry is necessary. However, there are some extra options you can configure.
|
The `stream` integration is automatically loaded by `default_config` and enabled by camera platforms that support it. If `default_config` is used, no separate {% term "`configuration.yaml`" %} entry is necessary. If `default_config` is **not** used, add the `stream` integration to {% term "`configuration.yaml`" %} to enable it.
|
||||||
|
|
||||||
|
Example configuration:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
# Enables the stream integration when not using the default configuration
|
||||||
|
stream:
|
||||||
|
```
|
||||||
|
|
||||||
|
Some extra options can be configured. If specified, these options will be used whenever the stream integration is loaded.
|
||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
ll_hls:
|
ll_hls:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user