Fix nested fixture transition draining

This commit is contained in:
Gabriel Brown
2026-08-17 17:16:36 -04:00
parent 4f93522f7d
commit 9a99c6064e
3 changed files with 100 additions and 3 deletions
+2
View File
@@ -274,6 +274,8 @@ ShellRoot {
busyEntityIds: HomeAssistant.busyEntityIds,
pendingBrightness: HomeAssistant.pendingBrightness,
entityErrors: HomeAssistant.entityErrors,
actionProcessRunning: HomeAssistant.actionProcessRunning,
actionStreamFinished: HomeAssistant.actionStreamFinished,
lastError: HomeAssistant.lastError
});
}