Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
joBr99 committed Nov 23, 2023
1 parent 254aa2d commit 7ecad20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nspanel-lovelace-ui/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# https://developers.home-assistant.io/docs/add-ons/configuration#add-on-config
name: NSPanel Lovelace UI Addon
version: "4.7.30"
version: "4.7.31"
slug: nspanel-lovelace-ui
description: NSPanel Lovelace UI Addon
services:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ def gen_nav(self):
'color': [255, 255, 255],
}, self.panel
).render()[1:]
if self.hidden
if self.hidden:
leftBtn = panel_cards.Entity(self.locale,
{
'entity': f'navigate.UP',
Expand Down

0 comments on commit 7ecad20

Please sign in to comment.