mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2025-12-23 07:54:25 +01:00
fix
This commit is contained in:
@@ -160,7 +160,7 @@ class LuiPagesGen(object):
|
|||||||
|
|
||||||
def generate_entities_page(self, heading, items):
|
def generate_entities_page(self, heading, items):
|
||||||
navigation = ""
|
navigation = ""
|
||||||
command = "entityUpd,{heading},{navigation}"
|
command = f"entityUpd,{heading},{navigation}"
|
||||||
# Get items and construct cmd string
|
# Get items and construct cmd string
|
||||||
for item in items:
|
for item in items:
|
||||||
command += self.generate_entities_item(item)
|
command += self.generate_entities_item(item)
|
||||||
|
|||||||
Reference in New Issue
Block a user