Use common states for "Auto" and "High" in `palazzetti` (#142945)
parent
e44d86479e
commit
b4a3470cb9
|
@ -52,8 +52,8 @@
|
|||
"fan_mode": {
|
||||
"state": {
|
||||
"silent": "Silent",
|
||||
"auto": "Auto",
|
||||
"high": "High"
|
||||
"auto": "[%key:common::state::auto%]",
|
||||
"high": "[%key:common::state::high%]"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue