parent
069d8024a4
commit
77542fc842
1 changed files with 1 additions and 1 deletions
|
@ -432,7 +432,7 @@ class NetgearRouterSensorEntity(NetgearRouterCoordinatorEntity, RestoreSensor):
|
||||||
if sensor_data is not None:
|
if sensor_data is not None:
|
||||||
self._value = sensor_data.native_value
|
self._value = sensor_data.native_value
|
||||||
else:
|
else:
|
||||||
self.coordinator.async_request_refresh()
|
await self.coordinator.async_request_refresh()
|
||||||
|
|
||||||
@callback
|
@callback
|
||||||
def async_update_device(self) -> None:
|
def async_update_device(self) -> None:
|
||||||
|
|
Loading…
Add table
Reference in a new issue