Add OpenDTU Widget (#2069)

* add opendtu widget

* optimize widget

* Revert de translation files

---------

Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
Luca Kröger
2023-09-26 22:02:41 +02:00
committed by GitHub
parent 588429c868
commit 64e8245542
5 changed files with 65 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
import genericProxyHandler from "utils/proxy/handlers/generic";
const widget = {
api: "{url}/api/livedata/status",
proxyHandler: genericProxyHandler,
};
export default widget;