Skip to content

Commit

Permalink
fixes #802
Browse files Browse the repository at this point in the history
  • Loading branch information
joBr99 authored Oct 25, 2023
1 parent d34a835 commit ffcd872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/nspanel-lovelace-ui/luibackend/pages.py
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ def generate_entities_item(self, item, cardType="cardGrid", temp_unit="", mask=N
font = 3
elif isinstance(item.font, int):
font = item.font
icon_id += f'{icon_id}¬{font}'
icon_id = f'{icon_id}¬{font}'
return f"~{entityTypePanel}~{entityId}~{icon_id}~{color}~{name}~{value}"

def generate_entities_page(self, navigation, heading, items, cardType, tempUnit):
Expand Down

0 comments on commit ffcd872

Please sign in to comment.