Skip to content

Commit

Permalink
Merge pull request #1 from timniklas/add-icon
Browse files Browse the repository at this point in the history
added icon
  • Loading branch information
timniklas authored Oct 18, 2024
2 parents fce050d + ff9a8c1 commit 6d42b17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/wellyou/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ class WorkloadPercentageSensor(CoordinatorEntity):
_attr_should_poll = False
_attr_has_entity_name = True
_attr_unit_of_measurement = PERCENTAGE
_attr_icon = "mdi:dumbbell"

def __init__(self, coordinator: MyfitappCoordinator) -> None:
super().__init__(coordinator)
Expand Down

0 comments on commit 6d42b17

Please sign in to comment.