* Type hints: Replace deprecated helpers.typing.EventType with core.Event
* Replace deprecated use of hass.helpers.service.async_register_admin_service
* Update base_thermostat.py
issue with ac and mouvement detection
* issue ac with detection mouvement
modif class find_preset_temps for preset activity
* Change VTherm temperature unit to HA's preferred unit.
* fix pytest issue
* update current_temperature, explicitly convert temps (fixes pytest error)
* [feature/autoregulation-send-for-underlyingtemp] Do not forget regulation send when using underlying device temperature for offset
* [feature/autoregulation-send-for-underlyingtemp] Add unit test for dtemp = 0
* [feature/autoregulation-send-for-underlyingtemp] Test with dtemp lower than 0.5
* [feature/autoregulation-send-for-underlyingtemp] Comments
* Typing: Make BaseThermostat generic on the UnderlyingEntity type
* Typing: Change the type of IntervalCaller._interval_sec from int to float
This makes the IntervalCaller class more reusable.
* Keep-alive: Expose UnderlyingSwitch.keep_alive_sec as a HASS Dev Tools attribute
Also improve a keep-alive log message.
* HA 2024.2.b4
* Add temp entities initialization
* Python12 env rebuild
* Init temperature number for central configuration + testus ok
* With calculation of VTherm temp entities + test ok
* FIX some testus. Some others are still KO
* Beers
* Update central config Number temp entity
* Many but not all testus ok
* All testus ok
* With central config temp change ok
* Cleaning and fixing Issues
* Validation tests ok
* With new menu. Testus KO
* All developped and tests ok
* Fix central_config menu
* Documentation and release
* Fix testus KO
* Add log into migration for testu
---------
Co-authored-by: Jean-Marc Collin <jean-marc.collin-extern@renault.com>
* Add config option
* With all features + testu ok
* Change algo using underlying internal temp
* Algo fixes
* Bières !
* Change reset cumulated_error formula
* FIX pi algo test with accumulated_error reset
---------
Co-authored-by: Jean-Marc Collin <jean-marc.collin-extern@renault.com>
* Add keep_alive feature for directly controlled switches
* Add test cases for the switch keep-alive feature
* Add documentation (readme) and translations for the keep-alive feature
* Add step temperature in config
* All testus ok
* Keep the step of the VTherm and not the step of the underlying
* Release 5.4.0
---------
Co-authored-by: Jean-Marc Collin <jean-marc.collin-extern@renault.com>