Add setup function to improv_ble (#140594)

This commit is contained in:
Erik Montnemery 2025-03-14 16:55:42 +01:00 committed by GitHub
parent 78a04776e4
commit 588366a514
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1 +1,11 @@
"""The Improv BLE integration.""" """The Improv BLE integration."""
from __future__ import annotations
from homeassistant.config_entries import ConfigEntry
from homeassistant.core import HomeAssistant
async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
"""Set up improv_ble from a config entry."""
raise NotImplementedError