mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
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:
parent
4ccd30865b
commit
5c2f19de88
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user