Fix coordinator reference (#31467)
This commit is contained in:
parent
f41623ca64
commit
370e2ffa5a
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ class GenericHueSensor(entity.Entity):
|
|||
|
||||
Only used by the generic entity update service.
|
||||
"""
|
||||
await self.bridge.sensor_manager.coordinator.coordinator.async_request_refresh()
|
||||
await self.bridge.sensor_manager.coordinator.async_request_refresh()
|
||||
|
||||
@property
|
||||
def device_info(self):
|
||||
|
|
Loading…
Add table
Reference in a new issue