Add m/min of speed sensors (#146441)

This commit is contained in:
Alessandro Manighetti
2025-09-16 18:02:22 +02:00
committed by GitHub
parent 6aafa666d6
commit eb4a873c43
6 changed files with 20 additions and 0 deletions

View File

@@ -898,6 +898,7 @@ class UnitOfSpeed(StrEnum):
BEAUFORT = "Beaufort"
FEET_PER_SECOND = "ft/s"
INCHES_PER_SECOND = "in/s"
METERS_PER_MINUTE = "m/min"
METERS_PER_SECOND = "m/s"
KILOMETERS_PER_HOUR = "km/h"
KNOTS = "kn"