Skip to content

Commit

Permalink
Update climate.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ee02217 committed Sep 29, 2021
1 parent 9503be9 commit f82a756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/miheater/climate.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def getAttrData(self):
humidity=self._device.raw_command('get_properties', [{"siid":3,"piid":2}])
target_temperature=self._device.raw_command('get_properties', [{"siid":2,"piid":2}])
current_temperature=self._device.raw_command('get_properties', [{"siid":3,"piid":1}])
data['humidity'] = humidity[0]["value"]
data['humidity'] = 0
else:
_LOGGER.exception('Unsupported model: %s', self._model)

Expand Down

0 comments on commit f82a756

Please sign in to comment.