diff --git a/README.md b/README.md index 6e5526c..c1ce8b3 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/nspanel.HMI b/nspanel.HMI index 5f08090..822354d 100644 Binary files a/nspanel.HMI and b/nspanel.HMI differ diff --git a/nspanel.tft b/nspanel.tft index dd915ad..86f8c3c 100644 Binary files a/nspanel.tft and b/nspanel.tft differ diff --git a/nspanel_blueprint.yaml b/nspanel_blueprint.yaml index 1ec48fc..24498d4 100644 --- a/nspanel_blueprint.yaml +++ b/nspanel_blueprint.yaml @@ -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 }}"