Releases: jmcollin78/versatile_thermostat
Compatibility with HA 2023.9.0
Bug fixes
Home Assistant 2023.9.0 introduce breaking changes for climate entities which were not documented and not marked as deprecated.
This release IS NOT COMPATIBLE with previous Home Assistant Release. It should be installed only since 2023.9.0 HA release.
--
Home Assistant 2023.9.0 introduit des changements radicaux pour les entités climatiques qui n'étaient pas documentées et non marquées comme obsolètes.
Cette version N'EST PAS COMPATIBLE avec la version précédente de Home Assistant. Elle ne doit être installée qu'à partir de la version. 2023.9.0
Try to solve issue 99 take 2
Issue fixed
Issue #99 with another approch: a VTherm over a climate is regulated by the underlying device itself and should not go into security mode even if temperature is not received. The security mode is only usefull for VTherm over switch.
So this beta release aims to deactivate the security mode for VTherm over climate. Because the impact could be important, it is a beta release waiting for more feedback.
Try to fix #99 issue
FIX loop when over_climate goes to security
FIX AC climate stops even if already stopped
Saml fixe for AC climate:
- FIX AC climate stops even if already stopped
FIX error in cancel_cycle
Small fix. Please install.
FIX errors in log
Some error appears in log:
- "TypeError: object NoneType can't be used in 'await' expression"
- "KeyError: 'ac_mode'" when reconfiguring a Switch thermostat.
Thank to @WarC0zes to signal those error in logs.
Add AC mode for over-climate thermostat
This release contains:
Add optionnal AC mode (Air Conditioning) and preset - #90
To use this feature you must reconfigure the thermostat and check the "Use AC Mode ?" checkbox and configure temperature for each preset in AC mode.
- documentation
Add AC mode for over-climate thermostat
This release contains:
- Add optionnal AC mode (Air Conditioning) and preset - #90
To use this feature you must reconfigure the thermostat and check the "Use AC Mode ?" checkbox and configure temperature for each preset in AC mode.
FIX #89 - is_aux_heat error
This release fixes the issue:
- _is_aux_heat error - #89. Thanks to gioele-antoci
I add more missing attributes that is_aux_heat that were also missing.
@gioele-antoci because I don't have any auxiliary heater, i was not able to test it on my side.