From 2b0bfb4caa96bb1b92fd75adbc15570f47ed336b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Bachmann?= Date: Thu, 15 Jan 2026 10:52:40 +0000 Subject: [PATCH] custom_components/bahmcloud_store/__init__.py aktualisiert --- custom_components/bahmcloud_store/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/custom_components/bahmcloud_store/__init__.py b/custom_components/bahmcloud_store/__init__.py index 00efa6a..7f9baf4 100644 --- a/custom_components/bahmcloud_store/__init__.py +++ b/custom_components/bahmcloud_store/__init__.py @@ -28,11 +28,12 @@ async def async_setup(hass: HomeAssistant, config: dict) -> bool: await core.register_http_views() + # RESTORE: keep the module_url pattern that worked for you await async_register_panel( hass, frontend_url_path="bahmcloud-store", webcomponent_name="bahmcloud-store-panel", - module_url="/api/bahmcloud_store_static/panel.js?v=45", + module_url="/api/bahmcloud_store_static/panel.js?v=42", sidebar_title="Bahmcloud Store", sidebar_icon="mdi:store", require_admin=True,