mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +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": {
|
||||
"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"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user