mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 16:27:19 +00:00
Add wind_direction sensor and number device class (#37531)
This commit is contained in:
parent
2a06eaa696
commit
e7392c7441
@ -87,6 +87,7 @@ The following device classes are supported for numbers:
|
||||
- **volume_storage**: Generic stored volume in L, mL, gal, fl. oz., m³, ft³, or CCF
|
||||
- **water**: Water consumption in L, gal, m³, ft³, or CCF
|
||||
- **weight**: Generic mass in kg, g, mg, µg, oz, lb, or st
|
||||
- **wind_direction**: Wind direction in °
|
||||
- **wind_speed**: Wind speed in ft/s, km/h, kn, m/s, or mph
|
||||
|
||||
## Actions
|
||||
|
@ -101,4 +101,5 @@ The following device classes are supported for sensors:
|
||||
- **volume_storage**: Generic stored volume in L, mL, gal, fl. oz., m³, ft³, or CCF
|
||||
- **water**: Water consumption in L, gal, m³, ft³, or CCF
|
||||
- **weight**: Generic mass in kg, g, mg, µg, oz, lb, or st
|
||||
- **wind_direction**: Wind direction in °
|
||||
- **wind_speed**: Wind speed in Beaufort, ft/s, km/h, kn, m/s, or mph
|
||||
|
Loading…
x
Reference in New Issue
Block a user