mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 05:35:11 +02:00
Rename Bluetooth active_update_coordinator to active_update_processor (#84115)
This commit is contained in:
@@ -12,7 +12,7 @@ from homeassistant.components.bluetooth import (
|
|||||||
BluetoothServiceInfoBleak,
|
BluetoothServiceInfoBleak,
|
||||||
async_ble_device_from_address,
|
async_ble_device_from_address,
|
||||||
)
|
)
|
||||||
from homeassistant.components.bluetooth.active_update_coordinator import (
|
from homeassistant.components.bluetooth.active_update_processor import (
|
||||||
ActiveBluetoothProcessorCoordinator,
|
ActiveBluetoothProcessorCoordinator,
|
||||||
)
|
)
|
||||||
from homeassistant.config_entries import ConfigEntry
|
from homeassistant.config_entries import ConfigEntry
|
||||||
|
@@ -12,7 +12,7 @@ from homeassistant.components.bluetooth import (
|
|||||||
BluetoothScanningMode,
|
BluetoothScanningMode,
|
||||||
BluetoothServiceInfoBleak,
|
BluetoothServiceInfoBleak,
|
||||||
)
|
)
|
||||||
from homeassistant.components.bluetooth.active_update_coordinator import (
|
from homeassistant.components.bluetooth.active_update_processor import (
|
||||||
ActiveBluetoothProcessorCoordinator,
|
ActiveBluetoothProcessorCoordinator,
|
||||||
)
|
)
|
||||||
from homeassistant.core import HomeAssistant
|
from homeassistant.core import HomeAssistant
|
Reference in New Issue
Block a user