Skip to content

Commit

Permalink
Stash
Browse files Browse the repository at this point in the history
  • Loading branch information
jinglemansweep committed Nov 21, 2023
1 parent c7e67c5 commit ed5a838
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions wideboy/scenes/default/tile_grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ def value(self):
self.state.get("sensor.octopus_energy_electricity_current_demand", 0)
)

@property
def open(self):
return self.value > self.limit_high

@property
def label(self):
return format_watts(self.value)
Expand Down

0 comments on commit ed5a838

Please sign in to comment.