mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 22:27:07 +00:00
Replace "Off" with common state in osoenergy
(#141830)
This commit is contained in:
parent
4734a82f99
commit
5ac6096e08
@ -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"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user