mirror of
https://github.com/home-assistant/core.git
synced 2025-12-25 05:26:47 +00:00
Add accumulated precipitation to unit system (#59657)
* Add accumulated precipitation to unit system * Fix template test * Fix typo of testing pressure instead of precipitation * Add extra arguments so unit system test passes
This commit is contained in:
@@ -688,6 +688,7 @@ TEMPERATURE: Final = "temperature"
|
||||
SPEED: Final = "speed"
|
||||
WIND_SPEED: Final = "wind_speed"
|
||||
ILLUMINANCE: Final = "illuminance"
|
||||
ACCUMULATED_PRECIPITATION: Final = "accumulated_precipitation"
|
||||
|
||||
WEEKDAYS: Final[list[str]] = ["mon", "tue", "wed", "thu", "fri", "sat", "sun"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user