mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Use common states "Auto" and "Manual" in osoenergy
(#142950)
This commit is contained in:
parent
6ba2d0be31
commit
a4f75ca249
@ -55,12 +55,12 @@
|
|||||||
"heater_mode": {
|
"heater_mode": {
|
||||||
"name": "Heater mode",
|
"name": "Heater mode",
|
||||||
"state": {
|
"state": {
|
||||||
"auto": "Auto",
|
"off": "[%key:common::state::off%]",
|
||||||
|
"auto": "[%key:common::state::auto%]",
|
||||||
|
"manual": "[%key:common::state::manual%]",
|
||||||
"extraenergy": "Extra energy",
|
"extraenergy": "Extra energy",
|
||||||
"ffr": "Fast frequency reserve",
|
"ffr": "Fast frequency reserve",
|
||||||
"legionella": "Legionella",
|
"legionella": "Legionella",
|
||||||
"manual": "Manual",
|
|
||||||
"off": "[%key:common::state::off%]",
|
|
||||||
"powersave": "Power save",
|
"powersave": "Power save",
|
||||||
"voltage": "Voltage"
|
"voltage": "Voltage"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user