Skip to content

Commit

Permalink
Stash
Browse files Browse the repository at this point in the history
  • Loading branch information
jinglemansweep committed Oct 12, 2023
1 parent 5fd5587 commit 725a0ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wideboy/scenes/default/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def setup(self):
dict(
entity_id="sensor.delta_2_max_downstairs_battery_level",
icon=MaterialIcons.MDI_BATTERY,
icon_color=Color(255, 128, 255, 255),
icon_color=Color(255, 255, 128, 255),
template="{{ states('sensor.delta_2_max_downstairs_battery_level') | int }}%",
)
]
Expand Down

0 comments on commit 725a0ec

Please sign in to comment.