Feature: Add Homebox widget (#3095)

---------

Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
Christian DeLuca 2024-03-10 16:24:13 -04:00 committed by GitHub
parent b5258c5200
commit 2d5f93668a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 203 additions and 0 deletions

View file

@ -33,6 +33,7 @@ import gotify from "./gotify/widget";
import grafana from "./grafana/widget";
import hdhomerun from "./hdhomerun/widget";
import homeassistant from "./homeassistant/widget";
import homebox from "./homebox/widget";
import homebridge from "./homebridge/widget";
import healthchecks from "./healthchecks/widget";
import immich from "./immich/widget";
@ -145,6 +146,7 @@ const widgets = {
grafana,
hdhomerun,
homeassistant,
homebox,
homebridge,
healthchecks,
ical: calendar,