Replace 'entity_id' with UI-friendly, localizable 'entity ID' (#135232)

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
This commit is contained in:
Norbert Rittel 2025-01-10 14:06:58 +01:00 committed by GitHub
parent 028c5349ac
commit 59d61104d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,7 +32,7 @@
"fields": {
"entity_id": {
"name": "Entity",
"description": "The entity_id of the Evohome zone."
"description": "The entity ID of the Evohome zone."
},
"setpoint": {
"name": "Setpoint",
@ -49,8 +49,8 @@
"description": "Sets a zone to follow its schedule.",
"fields": {
"entity_id": {
"name": "Entity",
"description": "The entity_id of the zone."
"name": "[%key:component::evohome::services::set_zone_override::fields::entity_id::name%]",
"description": "[%key:component::evohome::services::set_zone_override::fields::entity_id::description%]"
}
}
}