From e48f6b5cc28d96728e8272bfae545510ed6c6093 Mon Sep 17 00:00:00 2001 From: Ziv <16467659+ziv1234@users.noreply.github.com> Date: Thu, 13 Aug 2020 15:01:26 +0300 Subject: [PATCH] Update dynalite.markdown (#13918) * Update dynalite.markdown * Update dynalite.markdown --- source/_integrations/dynalite.markdown | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/source/_integrations/dynalite.markdown b/source/_integrations/dynalite.markdown index d703b20c1a8..3a4eccc5006 100755 --- a/source/_integrations/dynalite.markdown +++ b/source/_integrations/dynalite.markdown @@ -98,7 +98,6 @@ area: description: "Type of template to use for the area. Supported values are: `room` and `time_cover`. They are described in detail below in the **template** section. If the template parameters are different than defaults, they can be overridden in this section as well." require: false type: string - default: No template TEMPLATE_PARAMS: description: "This can be any of the settings of the template. For example, for template `room`: `room_on` and `room_off` are possible options." required: false @@ -129,6 +128,10 @@ area: required: false type: float default: 2.0 + level: + description: Level of the channels when the preset is selected, between 0 and 1. + required: false + type: float nodefault: description: Do not use the default presets defined globally, but only the specific ones defined for this area. required: false @@ -179,6 +182,10 @@ preset: required: false type: float default: 2.0 + level: + description: Level of the channels when the preset is selected, between 0 and 1. + required: false + type: float template: description: Set the default parameters for the templates. required: false @@ -223,7 +230,6 @@ template: description: Channel that monitors the cover. required: false type: integer - default: No channel duration: description: Time in seconds it takes to open or close the cover. required: false