mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 04:35:11 +02:00
Add entity component translation for water heater away mode attribute (#99394)
This commit is contained in:
@@ -16,6 +16,15 @@
|
|||||||
"high_demand": "High Demand",
|
"high_demand": "High Demand",
|
||||||
"heat_pump": "Heat Pump",
|
"heat_pump": "Heat Pump",
|
||||||
"performance": "Performance"
|
"performance": "Performance"
|
||||||
|
},
|
||||||
|
"state_attributes": {
|
||||||
|
"away_mode": {
|
||||||
|
"name": "Away mode",
|
||||||
|
"state": {
|
||||||
|
"off": "Off",
|
||||||
|
"on": "On"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user