mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Fix incorrect option in example (#18226)
Last example is using `icon_template when it should be using `entity_picture_template`.
This commit is contained in:
parent
ba81a1a580
commit
aa9f1cf6a4
@ -334,7 +334,7 @@ cover:
|
||||
data:
|
||||
modus: "stop"
|
||||
value_template: "{{is_state('sensor.cover_group', 'open')}}"
|
||||
icon_template: >-
|
||||
entity_picture_template: >-
|
||||
{% if is_state('sensor.cover_group', 'open') %}
|
||||
/local/cover-open.png
|
||||
{% else %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user