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