mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 07:16:39 +00:00
Merge pull request #13028 from home-assistant/add_wind_speed_units
Support knots and ft/s in weather wind speed
This commit is contained in:
commit
389f50b29a
@ -115,7 +115,7 @@ const OVERRIDE_WEATHER_UNITS = {
|
||||
pressure: ["hPa", "mbar", "mmHg", "inHg"],
|
||||
temperature: ["°C", "°F"],
|
||||
visibility: ["km", "mi"],
|
||||
wind_speed: ["km/h", "mph", "m/s"],
|
||||
wind_speed: ["ft/s", "km/h", "kn", "mph", "m/s"],
|
||||
};
|
||||
|
||||
const SWITCH_AS_DOMAINS = ["cover", "fan", "light", "lock", "siren"];
|
||||
|
Loading…
x
Reference in New Issue
Block a user