mirror of
https://github.com/Threnklyn/NSPanel_HA_Blueprint.git
synced 2026-05-19 13:13:28 +02:00
Fix so home page works when one of home values 01-03 is unavailable.
Signed-off-by: Joachim Wickman <joachim@wickman.in>
This commit is contained in:
@@ -5005,7 +5005,7 @@ action:
|
||||
sequence:
|
||||
- if:
|
||||
- condition: template
|
||||
value_template: '{{ repeat.item.entity is match "sensor." and states(repeat.item.entity).state != "unavailable" }}'
|
||||
value_template: '{{ repeat.item.entity is match "sensor." and states(repeat.item.entity) != "unavailable" }}'
|
||||
then:
|
||||
- if:
|
||||
- condition: template
|
||||
|
||||
Reference in New Issue
Block a user