Add stones to weight units (#1585)

This commit is contained in:
epenet 2022-12-13 17:35:34 +01:00 committed by GitHub
parent 37b58a686a
commit 2f4c542bde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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