Add entity component translation for water heater away mode attribute (#99394)

This commit is contained in:
Paul Bottein 2023-08-31 14:29:24 +02:00 committed by GitHub
parent 7ead5c44ea
commit 047f936d4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
}
}
}
},