Feature: dockhand service widget (#6229)

This commit is contained in:
shamoon
2026-01-23 13:20:56 -08:00
committed by GitHub
parent 6b6090e303
commit 6c945d6573
10 changed files with 252 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ import customapi from "./customapi/widget";
import deluge from "./deluge/widget";
import develancacheui from "./develancacheui/widget";
import diskstation from "./diskstation/widget";
import dockhand from "./dockhand/widget";
import downloadstation from "./downloadstation/widget";
import emby from "./emby/widget";
import esphome from "./esphome/widget";
@@ -171,6 +172,7 @@ const widgets = {
deluge,
develancacheui,
diskstation,
dockhand,
downloadstation,
emby,
esphome,