1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-28 19:26:11 +01:00

Restore sensirion_ble sensor entity data across reloads (#172181)

This commit is contained in:
J. Nick Koston
2026-05-25 14:49:59 -05:00
committed by GitHub
parent cf02cfaa7c
commit 3899f5347b
@@ -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(