From 90ac3339758f9f86e18d425f66191a55614cf935 Mon Sep 17 00:00:00 2001 From: Philipp Grimm Date: Mon, 16 Dec 2024 15:34:32 +0100 Subject: [PATCH] webpage test --- custom_components/eltako/eltako_integration_init.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/eltako/eltako_integration_init.py b/custom_components/eltako/eltako_integration_init.py index f17444d..cb005d8 100644 --- a/custom_components/eltako/eltako_integration_init.py +++ b/custom_components/eltako/eltako_integration_init.py @@ -194,7 +194,7 @@ async def async_setup_entry(hass: HomeAssistant, config_entry: ConfigEntry) -> b hass.http.register_static_path( "/eltako", # hass.config.path("custom_components/eltako/frontend/index.html"), - os.path.join(os.path.dirname(__file__), "/frontend"), + os.path.join(os.path.dirname(__file__), "frontend"), cache_headers=False, )