diff --git a/homeassistant/components/rapt_ble/__init__.py b/homeassistant/components/rapt_ble/__init__.py index 370d2c5049ed..3eba91b2110f 100644 --- a/homeassistant/components/rapt_ble/__init__.py +++ b/homeassistant/components/rapt_ble/__init__.py @@ -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,