Restore sensorpro sensor entity data across reloads (#172182)

This commit is contained in:
J. Nick Koston
2026-05-25 14:52:21 -05:00
committed by GitHub
parent a5ceafa544
commit 0cbf27f44f
+3 -1
View File
@@ -123,7 +123,9 @@ async def async_setup_entry(
SensorProBluetoothSensorEntity, async_add_entities
)
)
entry.async_on_unload(coordinator.async_register_processor(processor))
entry.async_on_unload(
coordinator.async_register_processor(processor, SensorEntityDescription)
)
class SensorProBluetoothSensorEntity(