Skip to content

Commit

Permalink
Update underlying API version, fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
klejejs committed Dec 27, 2022
1 parent 0423306 commit a318a9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/thermia/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@klejejs"
],
"requirements": [
"ThermiaOnlineAPI==3.4.dev2"
"ThermiaOnlineAPI==3.4"
],
"version": "1.0",
"iot_class": "cloud_polling",
Expand Down
2 changes: 1 addition & 1 deletion custom_components/thermia/sensors/generic_sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def state_class(self):

@property
def native_value(self):
"""Return active alarms count of the sensor."""
"""Return value of the sensor."""
return getattr(self.coordinator.data.heat_pumps[self.idx], self._value_prop)

@property
Expand Down

0 comments on commit a318a9b

Please sign in to comment.