Update state translation strings for water_heater (#46588)

This commit is contained in:
Mick Vleeshouwer 2021-03-15 18:20:10 +01:00 committed by GitHub
parent 93c38551d3
commit 9e05aa2d1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 22 additions and 0 deletions

View File

@ -4,5 +4,16 @@
"turn_on": "Turn on {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"
}
}
}

View File

@ -4,5 +4,16 @@
"turn_off": "Turn off {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"
}
}
}