diff --git a/custom_components/prusa_mini/sensor.py b/custom_components/prusa_mini/sensor.py index d540161..093f49f 100644 --- a/custom_components/prusa_mini/sensor.py +++ b/custom_components/prusa_mini/sensor.py @@ -42,7 +42,7 @@ def __init__(self, coordinator, name, sensor_name, entity_id): @property def name(self): """Return the name of the sensor.""" - return self._condition_name + return f"{self._name} {self._condition_name}" @property def icon(self):