mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2025-12-19 22:24:15 +01:00
fix state update bug with iid
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user