mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 14:18:47 +00:00
Add evcc widget (#1473)
* added all evcc related files * changed units * bugfix changed first value to pvPower insted of homePower * deleted proxy.js * delted battary label and german translation * Code style changes to evcc widget --------- Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
parent
a0665c17b8
commit
03eb1b1112
5 changed files with 61 additions and 0 deletions
|
@ -12,6 +12,7 @@ import deluge from "./deluge/widget";
|
|||
import diskstation from "./diskstation/widget";
|
||||
import downloadstation from "./downloadstation/widget";
|
||||
import emby from "./emby/widget";
|
||||
import evcc from "./evcc/widget";
|
||||
import fileflows from "./fileflows/widget";
|
||||
import flood from "./flood/widget";
|
||||
import freshrss from "./freshrss/widget";
|
||||
|
@ -97,6 +98,7 @@ const widgets = {
|
|||
diskstation,
|
||||
downloadstation,
|
||||
emby,
|
||||
evcc,
|
||||
fileflows,
|
||||
flood,
|
||||
freshrss,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue