Feature: Firefly widget (#4683)

Signed-off-by: Amjad Alsharafi <26300843+Amjad50@users.noreply.github.com>
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
Amjad Alsharafi 2025-02-02 11:40:21 +08:00 committed by GitHub
parent e6a821ecc3
commit cae304b7eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 117 additions and 0 deletions

View file

@ -24,6 +24,7 @@ import emby from "./emby/widget";
import esphome from "./esphome/widget";
import evcc from "./evcc/widget";
import fileflows from "./fileflows/widget";
import firefly from "./firefly/widget";
import flood from "./flood/widget";
import freshrss from "./freshrss/widget";
import frigate from "./frigate/widget";
@ -157,6 +158,7 @@ const widgets = {
esphome,
evcc,
fileflows,
firefly,
flood,
freshrss,
frigate,