From 23b605becff82725ab94b2b5d80e468b82367180 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Bachmann?= Date: Sat, 17 Jan 2026 07:59:20 +0000 Subject: [PATCH] Button delete --- custom_components/bahmcloud_store/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/custom_components/bahmcloud_store/__init__.py b/custom_components/bahmcloud_store/__init__.py index 1ca7c76..eae19b1 100644 --- a/custom_components/bahmcloud_store/__init__.py +++ b/custom_components/bahmcloud_store/__init__.py @@ -38,6 +38,7 @@ async def async_setup(hass: HomeAssistant, config: dict) -> bool: BCSCustomRepoView, BCSInstallView, BCSUpdateView, + BCSUninstallView, BCSRestartView, ) @@ -47,6 +48,7 @@ async def async_setup(hass: HomeAssistant, config: dict) -> bool: hass.http.register_view(BCSCustomRepoView(core)) hass.http.register_view(BCSInstallView(core)) hass.http.register_view(BCSUpdateView(core)) + hass.http.register_view(BCSUninstallView(core)) hass.http.register_view(BCSRestartView(core)) await async_register_panel(