Skip to content

Commit

Permalink
Replace 'entity_id' with UI-friendly, localizable 'entity ID' (home-a…
Browse files Browse the repository at this point in the history
…ssistant#135232)

Co-authored-by: Joost Lekkerkerker <[email protected]>
  • Loading branch information
NoRi2909 and joostlek authored Jan 10, 2025
1 parent 028c534 commit 59d6110
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions homeassistant/components/evohome/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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%]"
}
}
}
Expand Down

0 comments on commit 59d6110

Please sign in to comment.