You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[1.0.7] - 2026-02-19
Added
[guide]: Add a guide about using filters and select here.
[names]: Add a warning message in the logs and on the frontend with the total number of devices and entities discarded due to duplicate names.
[names]: Add a warning message in the logs and on the frontend with the total number of devices and entities whose name exceeds Matter’s 32-character limit.
[create]: Add an error message in the logs and on the frontend with the total number of devices and entities that failed to be created.
[group]: Add the link on the frontend for group helpers (platform = group).
[unavailable]: Add check for not provided entities (state = unavailable, restored = true): they are ignored.
[config]: Check if all splitEntities in the config exist.
[update]: Add queue to fast updates: a new update stops the older ones that are still executing.
Changed
[package]: Update dependencies.
[package]: Bump package to automator v.3.0.8.
[package]: Bump node-ansi-logger to v.3.2.0.
[package]: Bump node-persist-manager to v.2.0.1.
[package]: Bump eslint to v.10.0.0.
[config]: Improve descriptions of fields in the config.
Fixed
[create]: When a device creation fails, the device is now removed from the select (Devices panel on the Home page).