mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-02-10 07:16:34 +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):
|
def generate_qr_page(self, navigation, heading, items, cardType, qrcode):
|
||||||
|
qrcode = self._ha_api.render_template(qrcode)
|
||||||
command = f"entityUpd~{heading}~{navigation}~{qrcode}"
|
command = f"entityUpd~{heading}~{navigation}~{qrcode}"
|
||||||
# Get items and construct cmd string
|
# Get items and construct cmd string
|
||||||
for item in items:
|
for item in items:
|
||||||
|
|||||||
Reference in New Issue
Block a user