Skip to content

Commit

Permalink
Merge branch 'main' of github.com:jinglemansweep/wideboy
Browse files Browse the repository at this point in the history
  • Loading branch information
jinglemansweep committed Nov 18, 2023
2 parents fe5ba94 + a25dca1 commit 300524a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wideboy/scenes/default/tiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ class GridTileTemperatureOutside(HomeAssistantEntityGridTile):
def process(self, state):
self.visible = True
value = float(state.get("sensor.blink_back_temperature", 0))
print(value)
self.label = f"{value:.0f}°"


Expand Down

0 comments on commit 300524a

Please sign in to comment.