mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-08 06:38:46 +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
|
@ -40,6 +40,7 @@ const components = {
|
|||
hdhomerun: dynamic(() => import("./hdhomerun/component")),
|
||||
peanut: dynamic(() => import("./peanut/component")),
|
||||
homeassistant: dynamic(() => import("./homeassistant/component")),
|
||||
homebox: dynamic(() => import("./homebox/component")),
|
||||
homebridge: dynamic(() => import("./homebridge/component")),
|
||||
healthchecks: dynamic(() => import("./healthchecks/component")),
|
||||
immich: dynamic(() => import("./immich/component")),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue