mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +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",
|
"name": "Current UV level",
|
||||||
"state": {
|
"state": {
|
||||||
"extreme": "Extreme",
|
"extreme": "Extreme",
|
||||||
"high": "High",
|
"high": "[%key:common::state::high%]",
|
||||||
"low": "Low",
|
"low": "[%key:common::state::low%]",
|
||||||
"moderate": "Moderate",
|
"moderate": "Moderate",
|
||||||
"very_high": "Very high"
|
"very_high": "[%key:common::state::very_high%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"max_uv_index": {
|
"max_uv_index": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user