custom_components/bahmcloud_store/update.py gelöscht

This commit is contained in:
2026-01-15 14:07:46 +00:00
parent 30d47b775b
commit b95b3f5626

View File

@@ -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