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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user