v1.1.0
-
Changes
Version 1.1.0 is a substantial usability and reliability update for the Webasto Connect integration.
The biggest addition in this release is the new custom Webasto dashboard card, which makes it much easier to work with heater state, mode selection, timers, connectivity, and location directly from the Home Assistant UI. This release also introduces timer support to the integration with dedicated timer sensors and timer actions, making scheduled control available in both automations and the frontend for the first time.
This release also improves the integration itself behind the scenes. Connection handling is more robust, pywebasto sessions are cleaned up correctly, reauthentication is handled more safely, redundant state writes have been reduced, and writable entities now become unavailable when the device is disconnected.
In addition, language coverage has been expanded with several new AI-assisted translations. These translations have been added to broaden accessibility, though native-speaker review may still further improve wording over time.
🚀 Features
- #237 Improve connect/update robustness @MTrab
- #238 Add timer sensor and timer actions for Webasto devices @MTrab
- #243 Add Webasto device connectivity indicator @MTrab
- #246 Mark writable entities unavailable when disconnected @MTrab
- #218 Add Custom Webasto Connect Card @MTrab
🐛 Bug Fixes
- #232 Guard reauth behind credential re-validation @MTrab
- #241 Avoid redundant state writes on coordinator updates @MTrab
- #242 Close pywebasto sessions during setup and unload @MTrab
- #248 Fix timer repeat weekday bitmask @MTrab
🔈 Translations update
- #249 Add Czech translations (AI) @MTrab
- #250 Add Dutch translations (AI) @MTrab
- #252 Add Finnish translations (AI) @MTrab
- #253 Add French translations (AI) @MTrab
- #254 Add German translations (AI) @MTrab
- #255 Add Norwegian Bokmal translations (AI) @MTrab
- #256 Add Spanish translations (AI) @MTrab
🧰 Maintenance
📦 Dependencies
- #239 Bump pywebasto from 2.0.1 to 2.0.2 @dependabot[bot]
