mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 06:08:48 +00:00
Feature: ESPHome widget (#2986)
Co-Authored-By: RoboMagus <68224306+RoboMagus@users.noreply.github.com> Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
parent
4d68f55dfa
commit
8e9920a9d8
7 changed files with 75 additions and 0 deletions
|
@ -17,6 +17,7 @@ import deluge from "./deluge/widget";
|
|||
import diskstation from "./diskstation/widget";
|
||||
import downloadstation from "./downloadstation/widget";
|
||||
import emby from "./emby/widget";
|
||||
import esphome from "./esphome/widget";
|
||||
import evcc from "./evcc/widget";
|
||||
import fileflows from "./fileflows/widget";
|
||||
import flood from "./flood/widget";
|
||||
|
@ -127,6 +128,7 @@ const widgets = {
|
|||
diskstation,
|
||||
downloadstation,
|
||||
emby,
|
||||
esphome,
|
||||
evcc,
|
||||
fileflows,
|
||||
flood,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue