mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Add speed to units system (#58437)
* Use speed units in unit system * Use more obvious conversion factor for unit system speed test * Use wind_speed instead of speed, use m/s
This commit is contained in:
@@ -686,6 +686,7 @@ PRESSURE: Final = "pressure"
|
||||
VOLUME: Final = "volume"
|
||||
TEMPERATURE: Final = "temperature"
|
||||
SPEED: Final = "speed"
|
||||
WIND_SPEED: Final = "wind_speed"
|
||||
ILLUMINANCE: Final = "illuminance"
|
||||
|
||||
WEEKDAYS: Final[list[str]] = ["mon", "tue", "wed", "thu", "fri", "sat", "sun"]
|
||||
|
||||
Reference in New Issue
Block a user