Skip to content

v1.2.5

Choose a tag to compare

@Lamarqe Lamarqe released this 11 Dec 22:01

Breaking change: In order to comply with Home assistant naming schemes, untranslated UI strings are converted by default to snake_case (lower-case only). Translated strings will not change. Pull requests which extend the translation coverage are highly welcome.

Additional changes since v1.1.0:

  • Use WebSocket to query for config data, also for non-cloud connections
  • Fix: correct intialization of number properties without references
  • Fix: Resolve many issues identified by python type checker, add more type hints.
  • Improvement: Add first few unit tests
  • Improvement: Enhance NLS implementation, especially for select entities
  • Fix: Avoid interference with HA implementation for select and sensor string options
  • Fix: Prevent that enum sensors and select entities show numbers in instead of labels