diff --git a/custom_components/wellbeing/api.py b/custom_components/wellbeing/api.py index 2adcef0..befc445 100644 --- a/custom_components/wellbeing/api.py +++ b/custom_components/wellbeing/api.py @@ -151,8 +151,8 @@ def _create_entities(data): unit=PERCENTAGE ), ApplianceSensor( - name="CO2", - attr='CO2', + name="eCO2", + attr='ECO2', unit=CONCENTRATION_PARTS_PER_MILLION, device_class=SensorDeviceClass.CO2 ),