diff --git a/custom_components/wellbeing/api.py b/custom_components/wellbeing/api.py index 8563599..f3ec819 100644 --- a/custom_components/wellbeing/api.py +++ b/custom_components/wellbeing/api.py @@ -207,7 +207,7 @@ def _create_entities(data): device_class=SensorDeviceClass.ENUM, ), ApplianceVacuum( - name="Vacuum", + name=data.get("applianceName","Vacuum"), attr="robotStatus", ), ]