feat: added home assistant widget

This commit is contained in:
2026-09-21 17:48:09 +02:00
parent 62e760f126
commit e0a27e59b4
9 changed files with 1006 additions and 6 deletions
+10
View File
@@ -104,6 +104,8 @@ FocusScope {
return audioWidgetComponent;
case "apps":
return appsWidgetComponent;
case "home":
return homeWidgetComponent;
case "system":
return systemWidgetComponent;
}
@@ -124,6 +126,14 @@ FocusScope {
GameBarAppMixer {}
}
Component {
id: homeWidgetComponent
GameBarHomeWidget {
service: root.daemon ? root.daemon.homeService : null
}
}
Component {
id: systemWidgetComponent