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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,11 @@ All notable changes to Smart (Components) Toolkit for Homey will be documented i
6
6
7
7
---
8
8
9
-
## [1.10.16] - July 2026
9
+
## [1.10.16] - July 2026 (Test channel)
10
10
11
11
### Added
12
-
- Captures Homey device IDs and names in the app so Flow Doctor can resolve references to previously deleted devices.
13
-
- Flow Doctor now shows resolved device names, or `N/A (ID: ...)` when a deleted device was never captured.
12
+
- Captures Homey device IDs and names in the app so [Flow Doctor](https://tiwas.github.io/SmartComponentsToolkit/tools/flow-doctor.html) can resolve references to previously deleted devices.
13
+
-[Flow Doctor](https://tiwas.github.io/SmartComponentsToolkit/tools/flow-doctor.html) now shows resolved device names, or `N/A (ID: ...)` when a deleted device was never captured.
# Smart (Components) Toolkit — stable v1.10.9 / test v1.10.16
9
9
10
10
> **📚 Full Documentation:**https://tiwas.github.io/SmartComponentsToolkit/
11
11
@@ -17,20 +17,20 @@ Replace complex flow networks with powerful logic devices controlled by dynamic
17
17
18
18
## Changelog
19
19
20
-
### v1.10.16
20
+
### v1.10.16 (test channel)
21
21
22
-
- Captures Homey device IDs and names so Flow Doctor can resolve references to previously deleted devices.
23
-
- Flow Doctor now shows resolved device names, or `N/A (ID: ...)` when a deleted device was never captured by the app.
22
+
- Captures Homey device IDs and names so <ahref="https://tiwas.github.io/SmartComponentsToolkit/tools/flow-doctor.html"target="_blank">Flow Doctor</a> can resolve references to previously deleted devices.
23
+
-<ahref="https://tiwas.github.io/SmartComponentsToolkit/tools/flow-doctor.html"target="_blank">Flow Doctor</a> now shows resolved device names, or `N/A (ID: ...)` when a deleted device was never captured by the app.
24
24
25
25
---
26
26
27
27
## ✨ Circadian Light Group — now on stable
28
28
29
-
A virtual **light device** that adjusts brightness and color temperature for a group of real lights — automatically following a circadian rhythm. As of v1.10.16 it ships on both the stable and test channels.
29
+
A virtual **light device** that adjusts brightness and color temperature for a group of real lights — automatically following a circadian rhythm. Stable is currently v1.10.9; v1.10.16 is available on the test channel.
30
30
31
31
### 🆕 What's new in 1.10.x
32
32
33
-
-**Device ID resolver (v1.10.16).** The app now captures Homey device IDs and names so Flow Doctor can resolve references to previously deleted devices.
33
+
-**Device ID resolver (v1.10.16 test).** The app now captures Homey device IDs and names so <ahref="https://tiwas.github.io/SmartComponentsToolkit/tools/flow-doctor.html"target="_blank">Flow Doctor</a> can resolve references to previously deleted devices.
34
34
-**Parallel device writes (v1.10.7).** Multi-device flow actions and the scheduler push to up to 5 lights at the same time instead of one-after-another. A 16-light "turn on all" goes from minute-scale to seconds.
35
35
-**Last-write-wins on conflicting commands (v1.10.7).** Trigger "all off" right after "all on" and the off command supersedes the in-flight on, instead of fighting it on every lamp. Each pass also verifies the on/off state afterwards and serially retries transient Z-Wave / Zigbee timeouts.
36
36
-**Group-level "Turn on / off all members" actions (v1.10.7).** Convenience cards that switch every enabled light in the group, respecting the current circadian dim/temperature when turning on.
@@ -76,7 +76,9 @@ Choose how the device knows how bright it is outside:
76
76
77
77
<ahref="https://tiwas.github.io/SmartComponentsToolkit/docs/circadian-light-group.html"target="_blank">→ Read full Circadian Light Group guide</a>
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,11 @@
6
6
7
7
Advanced logic and state management for your Homey automations. Create smart devices that react to multiple inputs with customizable formulas, and manage device states with powerful capture/restore functionality.
> **v1.10.16** — captures Homey device IDs and names so Flow Doctor can resolve references to previously deleted devices. [Open Flow Doctor →](https://tiwas.github.io/SmartComponentsToolkit/tools/flow-doctor.html)
13
+
> **v1.10.16 test** — captures Homey device IDs and names so [Flow Doctor](https://tiwas.github.io/SmartComponentsToolkit/tools/flow-doctor.html) can resolve references to previously deleted devices.
14
14
15
15
---
16
16
@@ -122,7 +122,7 @@ THEN: Pop state (restore previous)
122
122
123
123
---
124
124
125
-
### Circadian Light Group *(v1.10.16)*
125
+
### Circadian Light Group *(stable v1.10.9 / test v1.10.16)*
126
126
127
127
Virtual light device that adjusts brightness and color temperature for a group of real lights based on time, sun position or ambient lux.
<pclass="text-gray-600 mb-8">A virtual light device that automatically adjusts brightness and color temperature throughout the day based on time, sun position or ambient light, with an optional red mode for night use.</p>
79
79
80
80
<divclass="card">
81
81
<h2class="text-xl font-semibold mb-2 text-purple-600">What's new in 1.10.x</h2>
<li><strong>1.10.16</strong> — Flow Doctor can now resolve previously captured Homey device IDs when deleted devices only appear by ID in broken flows.</li>
83
+
<li><strong>1.10.16 test</strong> — <ahref="../tools/flow-doctor.html" class="text-purple-600 hover:text-purple-800">Flow Doctor</a> can now resolve previously captured Homey device IDs when deleted devices only appear by ID in broken flows.</li>
84
84
<li><strong>1.10.7</strong> — Multi-device flow cards and the scheduler now write to up to 5 lights in parallel and retry transient mesh timeouts. Conflicting commands (e.g. an "all off" arriving mid-"all on") supersede the running one instead of fighting it.</li>
85
85
<li><strong>1.10.7</strong> — Group-level actions <em>Turn on all members</em> and <em>Turn off all members</em>.</li>
86
86
<li><strong>1.10.6</strong> — On/off state is now respected correctly under all paths.</li>
<pclass="text-gray-700 mb-4">A virtual light device that automatically adjusts brightness and color temperature for a group of real lights based on time of day, sun position or ambient light, with optional red mode at night.</p>
Copy file name to clipboardExpand all lines: no.tiwas.booleantoolbox/.homeychangelog.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -96,6 +96,6 @@
96
96
"en": "Cleaned up the app store description (removed redundant intro)."
97
97
},
98
98
"1.10.16": {
99
-
"en": "Captures Homey device IDs and names so Flow Doctor can resolve references to previously deleted devices."
99
+
"en": "Captures Homey device IDs and names so Flow Doctor (https://tiwas.github.io/SmartComponentsToolkit/tools/flow-doctor.html) can resolve references to previously deleted devices."
0 commit comments