mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Update dynalite.markdown (#13918)
* Update dynalite.markdown * Update dynalite.markdown
This commit is contained in:
parent
d80b8f9167
commit
e48f6b5cc2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user