From 99b2a0f0c5ca1516e9fd8247801ce140df047bc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Bachmann?= Date: Sun, 18 Jan 2026 19:52:27 +0000 Subject: [PATCH] 0.6.6 --- 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 3712b59..b6c7665 100644 --- a/custom_components/bahmcloud_store/__init__.py +++ b/custom_components/bahmcloud_store/__init__.py @@ -67,7 +67,7 @@ async def async_setup(hass: HomeAssistant, config: dict) -> bool: frontend_url_path="bahmcloud-store", webcomponent_name="bahmcloud-store-panel", # IMPORTANT: bump v to avoid caching old JS - module_url="/api/bahmcloud_store_static/panel.js?v=107", + module_url="/api/bahmcloud_store_static/panel.js?v=108", sidebar_title="Bahmcloud Store", sidebar_icon="mdi:store", require_admin=True,