mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 10:17:09 +00:00
Fix coordinator reference (#31467)
This commit is contained in:
parent
f41623ca64
commit
370e2ffa5a
@ -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…
x
Reference in New Issue
Block a user