fix state update bug with iid

This commit is contained in:
joBr99
2023-12-01 23:39:49 +01:00
parent bae64dcee5
commit 4795cc23ad
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# https://developers.home-assistant.io/docs/add-ons/configuration#add-on-config
name: NSPanel Lovelace UI Addon
version: "4.7.64"
version: "4.7.65"
slug: nspanel-lovelace-ui
description: NSPanel Lovelace UI Addon
services:

View File

@@ -134,7 +134,7 @@ class LovelaceUIPanel:
entity_id_iid = ""
for e in self.current_card.entities:
if entity_id == e.entity_id:
entity_id_iid = e.iid
entity_id_iid = f'iid.{e.iid}'
effectList = None
if etype=="light":