Introduce quality parameter for live streaming (#9182) (#9411)

* Introduce quality parameter for live streaming

* Add sample quality
This commit is contained in:
Klaas Schoute 2019-05-08 08:30:32 +02:00 committed by Fabian Affolter
parent 46ed18319b
commit cffdfd5c7c

View File

@ -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