Skip to content

Version 0.6.4

Choose a tag to compare

@kayl-codes kayl-codes released this 07 May 23:05

🏷️ Entity Naming Standardization & Diagnostic Sensors

This release heavily focuses on aligning the integration's internal architecture with strict Home Assistant Core standards.

πŸš€ Enhancements

  • Entity Naming Standard: All platforms (Sensors, Switches, Numbers, Binary Sensors) now strictly adhere to the modern HA naming standard (has_entity_name = True). This guarantees clean, uniform, and predictable entity_id generation for all current and future Comexio devices.
  • New Sync Status Sensor: Added a dedicated Web-IO Sync Status sensor. You can now easily track the current sync mode, progress (in %), and the exact active step directly from your dashboard or the device view.
  • Diagnostic Grouping: System-level entities (like the Sync buttons and the new Status sensor) are now properly grouped under the Diagnostic section of the Home Assistant device page to keep your primary controls clean.
  • Unified Notifications: Standardized all backend-generated UI pop-ups to English to bypass global localization limitations in Home Assistant Core.

πŸ› Bugfixes

  • Fixed a string termination syntax error in the sensor.py platform.