Skip to content

Commit

Permalink
Add entity component translation for water heater away mode
Browse files Browse the repository at this point in the history
  • Loading branch information
piitaya committed Aug 31, 2023
1 parent 2c545ef commit 838a421
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions homeassistant/components/water_heater/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@
"high_demand": "High Demand",
"heat_pump": "Heat Pump",
"performance": "Performance"
},
"state_attributes": {
"away_mode": {
"name": "Away mode",
"state": {
"off": "Off",
"on": "On"
}
}
}
}
},
Expand Down

0 comments on commit 838a421

Please sign in to comment.