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(