Remove redundant variable assignment in rapt_ble init (#169538)

This commit is contained in:
Jan Čermák
2026-04-30 10:52:23 +02:00
committed by GitHub
parent 764075f917
commit 6fbff94af8
@@ -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,