Added homeassistant widget

This commit is contained in:
henter 2023-04-11 20:54:13 +02:00
parent dacb038126
commit 59448b7277
6 changed files with 118 additions and 0 deletions

View file

@ -17,6 +17,7 @@ import gluetun from "./gluetun/widget";
import gotify from "./gotify/widget";
import grafana from "./grafana/widget";
import hdhomerun from "./hdhomerun/widget";
import homeassistant from "./homeassistant/widget";
import homebridge from "./homebridge/widget";
import healthchecks from "./healthchecks/widget";
import immich from "./immich/widget";
@ -94,6 +95,7 @@ const widgets = {
gotify,
grafana,
hdhomerun,
homeassistant,
homebridge,
healthchecks,
immich,