mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 10:23:46 +02:00
@@ -432,7 +432,7 @@ class NetgearRouterSensorEntity(NetgearRouterCoordinatorEntity, RestoreSensor):
|
||||
if sensor_data is not None:
|
||||
self._value = sensor_data.native_value
|
||||
else:
|
||||
self.coordinator.async_request_refresh()
|
||||
await self.coordinator.async_request_refresh()
|
||||
|
||||
@callback
|
||||
def async_update_device(self) -> None:
|
||||
|
||||
Reference in New Issue
Block a user