Bug Fixes
- Restored Basic Heating Controls: Fixed lost basic functionality on heating devices
- HVAC Features Restored: Added back TURN_ON/TURN_OFF features to climate entity
- HVAC Modes Support: Restored hvac_modes property for basic HVAC mode support
- Thermostat Control Maintained: Keeps thermostat in control while restoring essential functionality
Technical Details
- Added TURN_ON/TURN_OFF features to supported_features
- Restored hvac_modes property with basic modes (OFF, HEAT, COOL, AUTO)
- Added async_turn_on/async_turn_off methods
- Maintains thermostat control of mode changes while restoring basic controls
Impact
- Fixes issue where heating devices lost basic functionality after v0.21.8
- Restores essential heating controls without interfering with thermostat operation
- Maintains the BOOST mode functionality added in v0.21.8
This hotfix addresses the basic heating functionality issues while preserving the new BOOST mode features.