From 97c2672119a9d7feb7ad8a53140d3050b4cfd18f Mon Sep 17 00:00:00 2001 From: bahmcloud Date: Thu, 15 Jan 2026 09:36:00 +0000 Subject: [PATCH] custom_components/bahmcloud_store/__init__.py aktualisiert --- custom_components/bahmcloud_store/__init__.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/custom_components/bahmcloud_store/__init__.py b/custom_components/bahmcloud_store/__init__.py index 86e98d2..58550e3 100644 --- a/custom_components/bahmcloud_store/__init__.py +++ b/custom_components/bahmcloud_store/__init__.py @@ -29,14 +29,14 @@ async def async_setup(hass: HomeAssistant, config: dict) -> bool: await core.register_http_views() await async_register_panel( - hass, - frontend_url_path="bahmcloud-store", - webcomponent_name="bahmcloud-store-panel", - module_url="/api/bahmcloud_store_static/panel.js?v=40", - sidebar_title="Bahmcloud Store", - sidebar_icon="mdi:store", - require_admin=True, - config={}, + hass, + frontend_url_path="bahmcloud-store", + webcomponent_name="bahmcloud-store-panel", + module_url="/api/bahmcloud_store_static/panel.js?v=41", + sidebar_title="Bahmcloud Store", + sidebar_icon="mdi:store", + require_admin=True, + config={}, ) try: