mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Add setup function to improv_ble (#140594)
This commit is contained in:
parent
78a04776e4
commit
588366a514
@ -1 +1,11 @@
|
||||
"""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
|
||||
|
Loading…
x
Reference in New Issue
Block a user