mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +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": {
|
"fields": {
|
||||||
"entity_id": {
|
"entity_id": {
|
||||||
"name": "Entity",
|
"name": "Entity",
|
||||||
"description": "The entity_id of the Evohome zone."
|
"description": "The entity ID of the Evohome zone."
|
||||||
},
|
},
|
||||||
"setpoint": {
|
"setpoint": {
|
||||||
"name": "Setpoint",
|
"name": "Setpoint",
|
||||||
@ -49,8 +49,8 @@
|
|||||||
"description": "Sets a zone to follow its schedule.",
|
"description": "Sets a zone to follow its schedule.",
|
||||||
"fields": {
|
"fields": {
|
||||||
"entity_id": {
|
"entity_id": {
|
||||||
"name": "Entity",
|
"name": "[%key:component::evohome::services::set_zone_override::fields::entity_id::name%]",
|
||||||
"description": "The entity_id of the zone."
|
"description": "[%key:component::evohome::services::set_zone_override::fields::entity_id::description%]"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user