Skip to content

Commit

Permalink
fix name for eCO2
Browse files Browse the repository at this point in the history
I think this should be adjusted, as the A9 doesn't return CO2. It does show ECO2 in the json.
  • Loading branch information
hermanops authored Jan 22, 2024
1 parent 77fc6c1 commit 96ab629
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/wellbeing/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
),
Expand Down

0 comments on commit 96ab629

Please sign in to comment.