Skip to content

Commit

Permalink
Merge pull request #106 from tbarnekov/fix_external_temp
Browse files Browse the repository at this point in the history
Update sensor_avg_temp when setting external temperature
  • Loading branch information
MTrab committed Feb 19, 2024
2 parents 0b90d31 + 468c698 commit b7cff82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/danfoss_ally/climate.py
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,7 @@ def set_external_temperature(self, **kwargs):
self._device_id,
[
("ext_measured_rs", temp_100),
("sensor_avg_temp", temp_10),
],
False,
)
Expand Down

0 comments on commit b7cff82

Please sign in to comment.