From ff9a8c1c9fe574103b2418304715fe32946e8c65 Mon Sep 17 00:00:00 2001 From: timniklas Date: Fri, 18 Oct 2024 11:17:31 +0200 Subject: [PATCH] added icon --- custom_components/wellyou/sensor.py | 1 + 1 file changed, 1 insertion(+) 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)