mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 06:08:48 +00:00
Feature: Add Homebox widget (#3095)
--------- Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
parent
b5258c5200
commit
2d5f93668a
8 changed files with 203 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue