mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2025-12-21 23:14:25 +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
|
# https://developers.home-assistant.io/docs/add-ons/configuration#add-on-config
|
||||||
name: NSPanel Lovelace UI Addon
|
name: NSPanel Lovelace UI Addon
|
||||||
version: "4.7.64"
|
version: "4.7.65"
|
||||||
slug: nspanel-lovelace-ui
|
slug: nspanel-lovelace-ui
|
||||||
description: NSPanel Lovelace UI Addon
|
description: NSPanel Lovelace UI Addon
|
||||||
services:
|
services:
|
||||||
|
|||||||
@@ -134,7 +134,7 @@ class LovelaceUIPanel:
|
|||||||
entity_id_iid = ""
|
entity_id_iid = ""
|
||||||
for e in self.current_card.entities:
|
for e in self.current_card.entities:
|
||||||
if entity_id == e.entity_id:
|
if entity_id == e.entity_id:
|
||||||
entity_id_iid = e.iid
|
entity_id_iid = f'iid.{e.iid}'
|
||||||
|
|
||||||
effectList = None
|
effectList = None
|
||||||
if etype=="light":
|
if etype=="light":
|
||||||
|
|||||||
Reference in New Issue
Block a user