Update dynalite.markdown (#13918)

* Update dynalite.markdown

* Update dynalite.markdown
This commit is contained in:
Ziv 2020-08-13 15:01:26 +03:00 committed by GitHub
parent d80b8f9167
commit e48f6b5cc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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." 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 require: false
type: string type: string
default: No template
TEMPLATE_PARAMS: 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." 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 required: false
@ -129,6 +128,10 @@ area:
required: false required: false
type: float type: float
default: 2.0 default: 2.0
level:
description: Level of the channels when the preset is selected, between 0 and 1.
required: false
type: float
nodefault: nodefault:
description: Do not use the default presets defined globally, but only the specific ones defined for this area. description: Do not use the default presets defined globally, but only the specific ones defined for this area.
required: false required: false
@ -179,6 +182,10 @@ preset:
required: false required: false
type: float type: float
default: 2.0 default: 2.0
level:
description: Level of the channels when the preset is selected, between 0 and 1.
required: false
type: float
template: template:
description: Set the default parameters for the templates. description: Set the default parameters for the templates.
required: false required: false
@ -223,7 +230,6 @@ template:
description: Channel that monitors the cover. description: Channel that monitors the cover.
required: false required: false
type: integer type: integer
default: No channel
duration: duration:
description: Time in seconds it takes to open or close the cover. description: Time in seconds it takes to open or close the cover.
required: false required: false