mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2025-12-28 10:24:20 +01:00
render qr code string as HA template #251
This commit is contained in:
@@ -429,6 +429,7 @@ class LuiPagesGen(object):
|
||||
|
||||
|
||||
def generate_qr_page(self, navigation, heading, items, cardType, qrcode):
|
||||
qrcode = self._ha_api.render_template(qrcode)
|
||||
command = f"entityUpd~{heading}~{navigation}~{qrcode}"
|
||||
# Get items and construct cmd string
|
||||
for item in items:
|
||||
|
||||
Reference in New Issue
Block a user