Replace "Off" with common state in osoenergy (#141830)

This commit is contained in:
Norbert Rittel 2025-03-30 16:00:50 +02:00 committed by GitHub
parent 4734a82f99
commit 5ac6096e08
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -60,7 +60,7 @@
"ffr": "Fast frequency reserve", "ffr": "Fast frequency reserve",
"legionella": "Legionella", "legionella": "Legionella",
"manual": "Manual", "manual": "Manual",
"off": "Off", "off": "[%key:common::state::off%]",
"powersave": "Power save", "powersave": "Power save",
"voltage": "Voltage" "voltage": "Voltage"
} }
@ -70,7 +70,7 @@
"state": { "state": {
"advanced": "Advanced", "advanced": "Advanced",
"gridcompany": "Grid company", "gridcompany": "Grid company",
"off": "Off", "off": "[%key:common::state::off%]",
"oso": "OSO", "oso": "OSO",
"smartcompany": "Smart company" "smartcompany": "Smart company"
} }