Releases: chomupashchuk/ariston-remotethermo-home-assistant
Releases · chomupashchuk/ariston-remotethermo-home-assistant
1.3.14
1.3.13
change log:
- Update translation files due to changes in HA 0.109 release
1.3.12
change log:
- due to changes in reported values by the server the new value of dhw_mode = "-1" is supported as well.
- minor bug fixes
1.3.11
change log:
- bug fixes with
online
binary sensor;
1.3.10
change log:
- tweaks in
dhw_flame
andch_flame
binary sensors; - tweaks in
hvac_action
attribute in climate and water_heater; - new algorithm to determine flame being used for DHW based on trend;
1.3.9
change log:
- align handling of binary_sensor and
hvac_action
of climate;
1.3.8
change log:
- added attribute
dhw_and_ch_simultaneously
to controlch_flame
value when DHW and CH are both being used for heating. Does not work for all hardware.
1.3.7
changelog:
- minor bug fixes;
1.3.6
changelog:
dhw_flame
detection logic updated (based on temperature differences if supported);
1.3.5
changelog:
- setting of temperature bug fixed for climate (now it has dedicated requests depending on program or manual mode);
hvac_mode
attribute added towater_heater
entity (showed in frontend card but not in history due to no support from backend);- new
binary_sensor
dhw_flame
, which also uses new attributedhw_flame_unknown_as_on
(see README.MD for more details);