mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Use common states for sensor levels in openuv
(#142346)
Replace states "Low", "High" and "Very high" with (new) common states.
This commit is contained in:
parent
236f33537b
commit
913d3d4ac6
@ -54,10 +54,10 @@
|
||||
"name": "Current UV level",
|
||||
"state": {
|
||||
"extreme": "Extreme",
|
||||
"high": "High",
|
||||
"low": "Low",
|
||||
"high": "[%key:common::state::high%]",
|
||||
"low": "[%key:common::state::low%]",
|
||||
"moderate": "Moderate",
|
||||
"very_high": "Very high"
|
||||
"very_high": "[%key:common::state::very_high%]"
|
||||
}
|
||||
},
|
||||
"max_uv_index": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user