From b95b3f56267447ca346e29fba6af4452919e9efa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Bachmann?= Date: Thu, 15 Jan 2026 14:07:46 +0000 Subject: [PATCH] =?UTF-8?q?custom=5Fcomponents/bahmcloud=5Fstore/update.py?= =?UTF-8?q?=20gel=C3=B6scht?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- custom_components/bahmcloud_store/update.py | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 custom_components/bahmcloud_store/update.py 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