mirror of
https://github.com/home-assistant/core.git
synced 2026-09-26 01:11:51 -04:00
Restore sensorpro sensor entity data across reloads (#172182)
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user