Use common states "Auto" and "Manual" in `osoenergy` (#142950)

pull/142552/merge
Norbert Rittel 2025-04-14 22:18:03 +02:00 committed by GitHub
parent 6ba2d0be31
commit a4f75ca249
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -55,12 +55,12 @@
"heater_mode": {
"name": "Heater mode",
"state": {
"auto": "Auto",
"off": "[%key:common::state::off%]",
"auto": "[%key:common::state::auto%]",
"manual": "[%key:common::state::manual%]",
"extraenergy": "Extra energy",
"ffr": "Fast frequency reserve",
"legionella": "Legionella",
"manual": "Manual",
"off": "[%key:common::state::off%]",
"powersave": "Power save",
"voltage": "Voltage"
}