v2.1.1 - Firefox Fix, MQTT Pinned IDs & Danish Support
This maintenance release resolves a critical loading issue on Firefox and improves MQTT event reliability for pinned timers.
Highlights ✨
- Firefox support restored: The card is now bundled with its dependencies, resolving the CORS / "Custom element doesn't exist" errors on Firefox. 🦊✅
- Smarter MQTT events: Pinned timers now correctly use their user-configured
idin MQTT payloads instead of a generic index, making automations much more reliable (fixes #78). 📡 - New language: Added Danish translation! 🇩🇰
Changes 🔧
Fixes
- Bundled Architecture: Switched to a bundled build process (Rollup). This fixes the
Cross-Origin Request Blockederrors seen on Firefox and improves reliability for offline/local-only setups (fixes #77). - MQTT Pinned IDs: Fixed a bug where
pinned_idin MQTT events would default topinned-0,pinned-1, etc., ignoring the manualidset in the config. It now correctly respects your configured ID (e.g.,study_1h), allowing for robust automation triggers. Thanks @andrewfoster!
Localization
Breaking changes ⚠️
- None expected.