Use common states for "Normal" and "High" in romy (#142485)

Also reordered the lines a bit for grouping the common states.
This commit is contained in:
Norbert Rittel 2025-04-07 20:24:43 +02:00 committed by GitHub
parent 4ccd30865b
commit 5c2f19de88
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,11 +36,11 @@
"fan_speed": {
"state": {
"default": "Default",
"normal": "Normal",
"silent": "Silent",
"normal": "[%key:common::state::normal%]",
"high": "[%key:common::state::high%]",
"intensive": "Intensive",
"silent": "Silent",
"super_silent": "Super silent",
"high": "High",
"auto": "Auto"
}
}