v0.9.5
What's Changed
🚀 New Features
🎯 hvac_action_reason
As requested by users and myself, I added a new state property, hvac_action_reason
, to indicate why the thermostat is in its current state. It's helpful in situations when the thermostat is idle because an opening is open or an overheating protection is active.
I also added a service you can call from your automation to set this property.
- feat: additional attribute or hvac_action_reason by @swingerman in #140
2️⃣ secondary_heater_dual_mode
The secondary heater is a great feature that helps you use two-stage heating, but it cannot have both heaters on simultaneously. secondary_heater_dual_mode: true
enables you to do just that.
- feat(AUX heating): Adds option to keep the primary heater on while aux heater is on by @swingerman in #125
🐞 Fixes
- fix: HVAC mode and temperature issues by @swingerman in #131
- fix: restores support for climate.turn_on by @swingerman in #134
- fix: preset mode not available by @swingerman in #135
📜 Other Changes
- docs: Fix typo in README by @lord-ne in #110
- docs: Update README.md by @jwillemsen in #132
- docs: add unique_id to documentation by @swingerman in #137
- docs: some typos in the docs by @dancingcactus in #141
- Swingerman/issue102 by @swingerman in #123
- chore: updates required home assistant version by @swingerman in #127
🙏 New Contributors
- @lord-ne made their first contribution in #110
- @jwillemsen made their first contribution in #132
- @dancingcactus made their first contribution in #141
Full Changelog: v0.9.4...v0.9.5