Feature: Add Homebox widget (#3095)

---------

Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
Christian DeLuca
2024-03-10 16:24:13 -04:00
committed by GitHub
parent b5258c5200
commit 2d5f93668a
8 changed files with 203 additions and 0 deletions

View File

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