custom_components/bahmcloud_store/__init__.py aktualisiert

This commit is contained in:
2026-01-15 09:48:25 +00:00
parent 77b4522e3c
commit 8cee9e5e4d

View File

@@ -29,14 +29,14 @@ async def async_setup(hass: HomeAssistant, config: dict) -> bool:
await core.register_http_views() await core.register_http_views()
await async_register_panel( await async_register_panel(
hass, hass,
frontend_url_path="bahmcloud-store", frontend_url_path="bahmcloud-store",
webcomponent_name="bahmcloud-store-panel", webcomponent_name="bahmcloud-store-panel",
module_url="/api/bahmcloud_store_static/panel.js?v=41", module_url="/api/bahmcloud_store_static/panel.js?v=42",
sidebar_title="Bahmcloud Store", sidebar_title="Bahmcloud Store",
sidebar_icon="mdi:store", sidebar_icon="mdi:store",
require_admin=True, require_admin=True,
config={}, config={},
) )
try: try: