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

@@ -0,0 +1,7 @@
import homeassistantProxyHandler from "./proxy";
const widget = {
proxyHandler: homeassistantProxyHandler,
};
export default widget;