mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 14:26:51 +00:00
Introduce quality parameter for live streaming (#9182)
* Introduce quality parameter for live streaming * Add sample quality
This commit is contained in:
parent
ac958d5ad8
commit
4945b0dc3e
@ -41,6 +41,11 @@ cameras:
|
||||
keys:
|
||||
camera_name:
|
||||
description: Name of the camera to display.
|
||||
quality:
|
||||
description: Quality of the live stream. (`'high'`, `'medium'`, `'low'` or `'poor'`)
|
||||
required: false
|
||||
type: string
|
||||
default: high
|
||||
{% endconfiguration %}
|
||||
|
||||
If **home** and **cameras** are not provided, all cameras will be displayed. For more control over your cameras check the configuration sample below.
|
||||
@ -50,6 +55,7 @@ If **home** and **cameras** are not provided, all cameras will be displayed. For
|
||||
camera:
|
||||
platform: netatmo
|
||||
home: home_name
|
||||
quality: medium
|
||||
cameras:
|
||||
- camera_name1
|
||||
- camera_name2
|
||||
|
Loading…
x
Reference in New Issue
Block a user