mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 01:08:12 +00:00
Replace 'entity_id' with UI-friendly, localizable 'entity ID' (#135232)
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
This commit is contained in:
parent
028c5349ac
commit
59d61104d1
@ -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%]"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user