v2.2.2 - Italian Language, Spook Fallback & YAML Timer Fix
This release adds Italian language support, improves compatibility for non-admin users, and fixes a regression with YAML-defined timers.
✨ New Features
- Italian language support: Full Italian (
it) translation added to the card and language selector. Thanks @jodibruschi! (#86) - Spook integration fallback: When the native
timer/updateWS call fails, the card now falls back to Spook'stimer.set_durationservice if available - useful for non-admin users. (#83) - Auto-detect HA language: The card now automatically picks up your Home Assistant language when no explicit
languageis configured. (#52)
🐛 Bug Fixes
- YAML-defined timers: Fixed
_saveTimerConfigcrashing on timers defined in YAML (not registry-managed). (#87)
📖 Docs
- Updated README and CONFIGURATION with Italian language, Spook fallback, and auto-detect HA language