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