mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 01:08:12 +00:00
Remove precipitation note from length units (#80677)
This commit is contained in:
parent
5e7f571f01
commit
26d3c34838
@ -525,15 +525,11 @@ TIME_YEARS: Final = "y"
|
||||
|
||||
# Length units
|
||||
LENGTH_MILLIMETERS: Final = "mm"
|
||||
"""Note: for precipitation, please use PRECIPITATION_MILLIMETERS"""
|
||||
|
||||
LENGTH_CENTIMETERS: Final = "cm"
|
||||
LENGTH_METERS: Final = "m"
|
||||
LENGTH_KILOMETERS: Final = "km"
|
||||
|
||||
LENGTH_INCHES: Final = "in"
|
||||
"""Note: for precipitation, please use PRECIPITATION_INCHES"""
|
||||
|
||||
LENGTH_FEET: Final = "ft"
|
||||
LENGTH_YARD: Final = "yd"
|
||||
LENGTH_MILES: Final = "mi"
|
||||
|
Loading…
x
Reference in New Issue
Block a user