add homebridge plugin

This commit is contained in:
Fernando Neira 2022-10-24 16:40:49 -03:00
parent 428f0385f6
commit c9512a6d26
6 changed files with 170 additions and 0 deletions

View file

@ -5,6 +5,7 @@ import changedetectionio from "./changedetectionio/widget";
import coinmarketcap from "./coinmarketcap/widget";
import emby from "./emby/widget";
import gotify from "./gotify/widget";
import homebridge from "./homebridge/widget";
import jackett from "./jackett/widget";
import jellyseerr from "./jellyseerr/widget";
import lidarr from "./lidarr/widget";
@ -39,6 +40,7 @@ const widgets = {
coinmarketcap,
emby,
gotify,
homebridge,
jackett,
jellyfin: emby,
jellyseerr,