mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-02-07 13:58:56 +01:00
Update pages.py
This commit is contained in:
@@ -249,7 +249,8 @@ class LuiPagesGen(object):
|
|||||||
if len(speakerlist) == 1:
|
if len(speakerlist) == 1:
|
||||||
speakerlist = []
|
speakerlist = []
|
||||||
speakerlist = "?".join(speakerlist)
|
speakerlist = "?".join(speakerlist)
|
||||||
command = f"entityUpd,|{item}|{heading}|{icon}|{title}|{author}|{volume}|{iconplaypause}|{source}|{speakerlist}"
|
supported_features = entity.attributes.supported_features
|
||||||
|
command = f"entityUpd,|{item}|{heading}|{icon}|{title}|{author}|{volume}|{iconplaypause}|{source}|{speakerlist}|{supported_features}"
|
||||||
self._send_mqtt_msg(command)
|
self._send_mqtt_msg(command)
|
||||||
|
|
||||||
def generate_alarm_page(self, item):
|
def generate_alarm_page(self, item):
|
||||||
|
|||||||
Reference in New Issue
Block a user