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:
Norbert Rittel 2025-04-05 20:21:03 +02:00 committed by GitHub
parent 236f33537b
commit 913d3d4ac6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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": {