Feature: Filebrowser service widget (#5546)

Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
Albin Médoc
2025-07-26 02:08:43 +02:00
committed by GitHub
parent bbb013e0ce
commit 0c000c1ecd
9 changed files with 161 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ import downloadstation from "./downloadstation/widget";
import emby from "./emby/widget";
import esphome from "./esphome/widget";
import evcc from "./evcc/widget";
import filebrowser from "./filebrowser/widget";
import fileflows from "./fileflows/widget";
import firefly from "./firefly/widget";
import flood from "./flood/widget";
@@ -167,6 +168,7 @@ const widgets = {
emby,
esphome,
evcc,
filebrowser,
fileflows,
firefly,
flood,