diff --git a/custom_components/wellyou/sensor.py b/custom_components/wellyou/sensor.py index d0af319..8b1915b 100644 --- a/custom_components/wellyou/sensor.py +++ b/custom_components/wellyou/sensor.py @@ -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)