Version 0.6.4
π·οΈ 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 predictableentity_idgeneration for all current and future Comexio devices. - New Sync Status Sensor: Added a dedicated
Web-IO Sync Statussensor. 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
Diagnosticsection 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.pyplatform.