Update pages.py

This commit is contained in:
Johannes
2022-03-28 20:08:35 +02:00
committed by GitHub
parent f5395153ee
commit 89174c2bbd

View File

@@ -249,7 +249,8 @@ class LuiPagesGen(object):
if len(speakerlist) == 1:
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)
def generate_alarm_page(self, item):