mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 10:59:40 +00:00
Add m/min of speed sensors (#146441)
This commit is contained in:
committed by
GitHub
parent
6aafa666d6
commit
eb4a873c43
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user