We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a317bf9 commit 894b3bdCopy full SHA for 894b3bd
homeassistant/components/roborock/sensor.py
@@ -257,6 +257,7 @@ def _dock_error_value_fn(state: DeviceState) -> str | None:
257
RoborockSensorDescription(
258
key="mop_clean_remaining",
259
native_unit_of_measurement=UnitOfTime.SECONDS,
260
+ suggested_unit_of_measurement=UnitOfTime.HOURS,
261
device_class=SensorDeviceClass.DURATION,
262
value_fn=lambda data: data.status.rdt,
263
translation_key="mop_drying_remaining_time",
0 commit comments