From 3899f5347beec2abe770ef1925142f358368fb6f Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 25 May 2026 14:49:59 -0500 Subject: [PATCH] Restore sensirion_ble sensor entity data across reloads (#172181) --- homeassistant/components/sensirion_ble/sensor.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/sensirion_ble/sensor.py b/homeassistant/components/sensirion_ble/sensor.py index 5bb51a0ef59..74deb9491b5 100644 --- a/homeassistant/components/sensirion_ble/sensor.py +++ b/homeassistant/components/sensirion_ble/sensor.py @@ -112,7 +112,9 @@ async def async_setup_entry( SensirionBluetoothSensorEntity, async_add_entities ) ) - entry.async_on_unload(coordinator.async_register_processor(processor)) + entry.async_on_unload( + coordinator.async_register_processor(processor, SensorEntityDescription) + ) class SensirionBluetoothSensorEntity(