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

This commit is contained in:
Norbert Rittel
2025-04-14 22:18:03 +02:00
committed by GitHub
parent 6ba2d0be31
commit a4f75ca249
@@ -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"
}