From b6966aa14c5b4570746c088b58ae16a7583c50fa Mon Sep 17 00:00:00 2001 From: Philipp Grimm Date: Mon, 16 Dec 2024 15:30:56 +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 eb96415..08bff2d 100644 --- a/custom_components/eltako/eltako_integration_init.py +++ b/custom_components/eltako/eltako_integration_init.py @@ -234,7 +234,7 @@ async def async_setup_entry(hass: HomeAssistant, config_entry: ConfigEntry) -> b webcomponent_name="eltako", sidebar_title=DOMAIN, sidebar_icon="mdi:bus-electric", - module_url=f"frontend/index.html", + module_url=f"/frontend/index.html", embed_iframe=True, require_admin=False, )