From 4945b0dc3e55cd27a0e64f2f51ad1f0a05f517af Mon Sep 17 00:00:00 2001 From: cgtobi Date: Wed, 8 May 2019 03:08:35 +0200 Subject: [PATCH] Introduce quality parameter for live streaming (#9182) * Introduce quality parameter for live streaming * Add sample quality --- source/_components/camera.netatmo.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/_components/camera.netatmo.markdown b/source/_components/camera.netatmo.markdown index 0d9c6e98a80..094466b802a 100644 --- a/source/_components/camera.netatmo.markdown +++ b/source/_components/camera.netatmo.markdown @@ -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