Skip to content

v1.2.3

Choose a tag to compare

@arszagi arszagi released this 06 May 15:10
· 10 commits to main since this release

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.