Improve washing machine sensors

This commit is contained in:
Andre Basche 2023-03-22 22:57:14 +01:00
parent 0d575f65f9
commit 077bded6dd
2 changed files with 10 additions and 3 deletions

View file

@ -85,7 +85,7 @@ SENSORS: dict[str, tuple[SensorEntityDescription, ...]] = {
SensorEntityDescription(
key="spinSpeed",
name="Spin Speed",
icon="mdi:timer",
icon="mdi:speedometer",
state_class=SensorStateClass.MEASUREMENT,
native_unit_of_measurement=UnitOfTime.MINUTES,
),