Skip to content

v2.1.1 - Firefox Fix, MQTT Pinned IDs & Danish Support

Choose a tag to compare

@eyalgal eyalgal released this 26 Jan 04:38

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 id in 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 Blocked errors seen on Firefox and improves reliability for offline/local-only setups (fixes #77).
  • MQTT Pinned IDs: Fixed a bug where pinned_id in MQTT events would default to pinned-0, pinned-1, etc., ignoring the manual id set in the config. It now correctly respects your configured ID (e.g., study_1h), allowing for robust automation triggers. Thanks @andrewfoster!

Localization

  • Added Danish language support. Thanks @JakobHP! (#79)

Breaking changes ⚠️

  • None expected.