mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 06:37:52 +00:00
Use common states for "Auto" and "High" in palazzetti
(#142945)
This commit is contained in:
parent
e44d86479e
commit
b4a3470cb9
@ -52,8 +52,8 @@
|
|||||||
"fan_mode": {
|
"fan_mode": {
|
||||||
"state": {
|
"state": {
|
||||||
"silent": "Silent",
|
"silent": "Silent",
|
||||||
"auto": "Auto",
|
"auto": "[%key:common::state::auto%]",
|
||||||
"high": "High"
|
"high": "[%key:common::state::high%]"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user