Use common states for sensor levels in `openuv` (#142346)
Replace states "Low", "High" and "Very high" with (new) common states.pull/132164/merge
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…
Reference in New Issue