Use common states for "Auto" and "High" in `palazzetti` (#142945)

pull/142947/head
Norbert Rittel 2025-04-14 20:50:59 +02:00 committed by GitHub
parent e44d86479e
commit b4a3470cb9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -52,8 +52,8 @@
"fan_mode": {
"state": {
"silent": "Silent",
"auto": "Auto",
"high": "High"
"auto": "[%key:common::state::auto%]",
"high": "[%key:common::state::high%]"
}
}
}