mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 06:37:52 +00:00
Update state translation strings for water_heater (#46588)
This commit is contained in:
parent
93c38551d3
commit
9e05aa2d1f
@ -4,5 +4,16 @@
|
|||||||
"turn_on": "Turn on {entity_name}",
|
"turn_on": "Turn on {entity_name}",
|
||||||
"turn_off": "Turn off {entity_name}"
|
"turn_off": "Turn off {entity_name}"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"state": {
|
||||||
|
"_": {
|
||||||
|
"off": "[%key:common::state::off%]",
|
||||||
|
"eco": "Eco",
|
||||||
|
"electric": "Electric",
|
||||||
|
"gas": "Gas",
|
||||||
|
"high_demand": "High Demand",
|
||||||
|
"heat_pump": "Heat Pump",
|
||||||
|
"performance": "Performance"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -4,5 +4,16 @@
|
|||||||
"turn_off": "Turn off {entity_name}",
|
"turn_off": "Turn off {entity_name}",
|
||||||
"turn_on": "Turn on {entity_name}"
|
"turn_on": "Turn on {entity_name}"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"state": {
|
||||||
|
"_": {
|
||||||
|
"eco": "Eco",
|
||||||
|
"electric": "Electric",
|
||||||
|
"gas": "Gas",
|
||||||
|
"heat_pump": "Heat Pump",
|
||||||
|
"high_demand": "High Demand",
|
||||||
|
"off": "Off",
|
||||||
|
"performance": "Performance"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user