diff --git a/custom_components/bahmcloud_store/update.py b/custom_components/bahmcloud_store/update.py deleted file mode 100644 index 1c07482..0000000 --- a/custom_components/bahmcloud_store/update.py +++ /dev/null @@ -1,17 +0,0 @@ -from __future__ import annotations - -# NOTE: -# Update entities will be implemented once installation/provider resolution is in place. -# This stub prevents platform load errors and keeps the integration stable in 0.3.0. - -from homeassistant.core import HomeAssistant -from homeassistant.helpers.entity_platform import AddEntitiesCallback - - -async def async_setup_platform( - hass: HomeAssistant, - config, - async_add_entities: AddEntitiesCallback, - discovery_info=None, -): - return