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
fix(clg-collection): resolve UUID members via management API
device.id on local Homey.Device instances doesn't reliably expose the
Homey-wide UUID under SDK 3, so the previous fallback never matched
configs whose member ids were stored as UUIDs. resolveMemberEntries is
now async and uses api.devices.getDevices() to translate any UUID in
the config to its data.id before mapping to the local device instance.
This unblocks pre-existing Collections (incl. the one in this repo)
without requiring re-pairing.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: no.tiwas.booleantoolbox/.homeychangelog.json
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -82,5 +82,8 @@
82
82
},
83
83
"1.10.11": {
84
84
"en": "Fix: Circadian Light Group Collection now correctly forwards pause/resume/turn-on/apply and other flow actions to each member group."
85
+
},
86
+
"1.10.12": {
87
+
"en": "Fix: Circadian Light Group Collection now resolves existing UUID-based members via Homey API, so toggling the Collection actually turns each member group on/off."
0 commit comments