mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-15 13:26:28 +00:00
Add stones to weight units (#1585)
This commit is contained in:
parent
37b58a686a
commit
2f4c542bde
@ -71,7 +71,7 @@ If specifying a device class, your number entity will need to also return the co
|
||||
| voltage | V | Voltage
|
||||
| volume | L, mL, gal, fl. oz., m³, ft³ | Generic volume
|
||||
| water | L, gal, m³, ft³ | Water consumption
|
||||
| weight | kg, g, mg, µg, oz, lb | Generic mass; `weight` is used instead of `mass` to fit with every day language.
|
||||
| weight | kg, g, mg, µg, oz, lb, st | Generic mass; `weight` is used instead of `mass` to fit with every day language.
|
||||
| wind_speed | ft/s, km/h, kn, m/s, mph | Wind speed
|
||||
|
||||
## Restoring number states
|
||||
|
@ -75,7 +75,7 @@ If specifying a device class, your sensor entity will need to also return the co
|
||||
| voltage | V | Voltage
|
||||
| volume | L, mL, gal, fl. oz., m³, ft³ | Generic volume
|
||||
| water | L, gal, m³, ft³ | Water consumption
|
||||
| weight | kg, g, mg, µg, oz, lb | Generic mass; `weight` is used instead of `mass` to fit with every day language.
|
||||
| weight | kg, g, mg, µg, oz, lb, st | Generic mass; `weight` is used instead of `mass` to fit with every day language.
|
||||
| wind_speed | ft/s, km/h, kn, m/s, mph | Wind speed
|
||||
|
||||
### Available state classes
|
||||
|
Loading…
x
Reference in New Issue
Block a user