mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +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": {
|
"fan_speed": {
|
||||||
"state": {
|
"state": {
|
||||||
"default": "Default",
|
"default": "Default",
|
||||||
"normal": "Normal",
|
"normal": "[%key:common::state::normal%]",
|
||||||
"silent": "Silent",
|
"high": "[%key:common::state::high%]",
|
||||||
"intensive": "Intensive",
|
"intensive": "Intensive",
|
||||||
|
"silent": "Silent",
|
||||||
"super_silent": "Super silent",
|
"super_silent": "Super silent",
|
||||||
"high": "High",
|
|
||||||
"auto": "Auto"
|
"auto": "Auto"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user