mirror of
https://github.com/home-assistant/core.git
synced 2026-09-24 23:41:48 -05:00
Remove redundant variable assignment in rapt_ble init (#169538)
This commit is contained in:
@@ -26,7 +26,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: RAPTBLEConfigEntry) -> b
|
||||
address = entry.unique_id
|
||||
assert address is not None
|
||||
data = RAPTPillBluetoothDeviceData()
|
||||
coordinator = entry.runtime_data = PassiveBluetoothProcessorCoordinator(
|
||||
coordinator = PassiveBluetoothProcessorCoordinator(
|
||||
hass,
|
||||
_LOGGER,
|
||||
address=address,
|
||||
|
||||
Reference in New Issue
Block a user