Introduce quality parameter for live streaming (#9182)

* Introduce quality parameter for live streaming

* Add sample quality
This commit is contained in:
cgtobi 2019-05-08 03:08:35 +02:00 committed by Klaas Schoute
parent ac958d5ad8
commit 4945b0dc3e

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