v1.2.3
What's changed
Settings menu now uses correct translations
The options menu (Configure → settings) was displaying hardcoded English
labels regardless of the HA interface language. It now reads labels from
the translation files, so French and Dutch users see the menu in their
language.
GitHub Actions added
Two automated validation workflows now run on every push and pull request:
- HACS Validation — verifies the repository meets HACS requirements
- Hassfest — validates the integration against Home Assistant standards
(manifest.json, code structure, dependencies)
Both also run daily to catch upstream compatibility changes.