This commit is contained in:
Blackymas
2022-12-30 01:02:53 +01:00
4 changed files with 3 additions and 1 deletions

View File

@@ -13,6 +13,8 @@ The goal was to create a version that allows everyone to use the NSpanel fully l
📕 Full documentation and installation is available here [NSPanel Configuration, Setup and HowTo](https://github.com/Blackymas/NSPanel_HA_Blueprint/wiki).
📌 **_Step by Step - [Setup Video](https://www.youtube.com/watch?v=3afPFg6kUdc)_**
🚀 How to create "Issues" when I have a problem [WIKI HowTo](https://github.com/Blackymas/NSPanel_HA_Blueprint/wiki)
⭐ All Feature Requests can be found here [All Feature Request](https://github.com/Blackymas/NSPanel_HA_Blueprint/labels/new%20feature%20request)

Binary file not shown.

Binary file not shown.

View File

@@ -2266,7 +2266,7 @@ action:
sequence:
- if:
- condition: template
value_template: '{{ repeat.item.entity|length > 0 and states[repeat.item.entity].state != "unavailable" }}'
value_template: '{{ repeat.item.entity|length > 0 and states[repeat.item.entity].state != "unavailable" and states[repeat.item.entity].state != "unknown" }}'
then:
- variables:
component_to_update: "{{ repeat.item.button }}"