Fix coordinator reference (#31467)

pull/31471/head
Paulus Schoutsen 2020-02-04 14:57:15 -08:00 committed by GitHub
parent f41623ca64
commit 370e2ffa5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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