Fix coordinator reference (#31467)

This commit is contained in:
Paulus Schoutsen 2020-02-04 14:57:15 -08:00 committed by Franck Nijhof
parent 2509518950
commit 6d79898926
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

@ -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):