From 6088d0a93552ea2eff90563b0f770230b0ef64ac Mon Sep 17 00:00:00 2001 From: bahmcloud Date: Thu, 15 Jan 2026 09:19:43 +0000 Subject: [PATCH] custom_components/bahmcloud_store/__init__.py aktualisiert --- custom_components/bahmcloud_store/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/bahmcloud_store/__init__.py b/custom_components/bahmcloud_store/__init__.py index 292a93e..86e98d2 100644 --- a/custom_components/bahmcloud_store/__init__.py +++ b/custom_components/bahmcloud_store/__init__.py @@ -32,7 +32,7 @@ async def async_setup(hass: HomeAssistant, config: dict) -> bool: hass, frontend_url_path="bahmcloud-store", webcomponent_name="bahmcloud-store-panel", - module_url="/api/bahmcloud_store_static/panel.js?v=32", + module_url="/api/bahmcloud_store_static/panel.js?v=40", sidebar_title="Bahmcloud Store", sidebar_icon="mdi:store", require_admin=True,