mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 20:36:52 +00:00
Wrong word in template cover (#16770)
This commit is contained in:
parent
1c331fa6e5
commit
f185fb01b4
@ -58,7 +58,7 @@ cover:
|
|||||||
required: exclusive
|
required: exclusive
|
||||||
type: template
|
type: template
|
||||||
position_template:
|
position_template:
|
||||||
description: Defines a template to get the state of the cover. Legal values are numbers between `0` (closed) and `100` (open). [`value_template`](#value_template) and [`position_template`](#position_template) cannot be specified concurrently.
|
description: Defines a template to get the position of the cover. Legal values are numbers between `0` (closed) and `100` (open). [`value_template`](#value_template) and [`position_template`](#position_template) cannot be specified concurrently.
|
||||||
required: exclusive
|
required: exclusive
|
||||||
type: template
|
type: template
|
||||||
icon_template:
|
icon_template:
|
||||||
@ -189,7 +189,7 @@ This example allows you to control two or more covers at once.
|
|||||||
homeassistant:
|
homeassistant:
|
||||||
customize:
|
customize:
|
||||||
cover_group:
|
cover_group:
|
||||||
assume_state: true
|
assumed_state: true
|
||||||
|
|
||||||
cover:
|
cover:
|
||||||
- platform: template
|
- platform: template
|
||||||
|
Loading…
x
Reference in New Issue
Block a user