v0.9.8
What's Changed
Exciting New Features 🎉
Heat Pump Mode
Yes, it's here. This component can now be set up to control a heat pump with only one switch but can do cooling and heating using that lonely switch. Dual Smart Thermostat can now control it by providing a new input for the current mode of the heat pump (heating or cooling). This input can hook up a boolean sensor provider by the heat pump or with an input boolean for a manual switch to switch between heating and cooling.
heater: switch.study_heat_pump
target_sensor: sensor.study_temperature
heat_pump_cooling: sensor.study_heat_pump_state
- feat: heat pump mode (dual with only one switch) by @swingerman in #246
Suggested Power Level
If the feature is enabled, the component can provide two new state attributes: hvac_power_level
and hvac_power_percent
. These attributes are helpful if you can and want to control the speed or power of your devices.
To enable you need to add these to your config:
hvac_power_levels: 5 # <--- set this and/or
hvac_power_tolerance: 0.1 # <-- this to enable
hvac_power_min: 1 # <-- optional
hvac_power_max: 5 # <-- optional
- feat: provides power level and power per cent by @swingerman in #250
Other Changes
- Fix heater controller warning on reload by @duddi in #260
- Bump HA version to 2024.8.4 by @swingerman in #277
- fix: hvac_action set to fan when active by @swingerman in #248
- fix: adds support opening-closing valve entity by @swingerman in #249
- Fix small typo in README.md by @thurstylark in #254
- fix: rounds percentage by @swingerman in #258
- feat: expose fan_hot_tolerance as a switch to enable/disable on frontend by @swingerman in #259
- fix: properly restores preset modes and temps by @swingerman in #262
- fix: toggling fan_hot_tolerance malfunction by @swingerman in #265
- fix: picks temp if set n presets by @swingerman in #273
- sets hvac_power_level to when off and ensures the values are rounded by @swingerman in #280
- fix: sets proper power levels if device state changes by @swingerman in #282
- fix: rounds percentage proper by @swingerman in #283
New Contributors
- @thurstylark made their first contribution in #254
- @duddi made their first contribution in #260
Full Changelog: v0.9.7...v0.9.8