mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Change 'entity_id' to UI-friendly 'Entity ID', fix spelling of "setpoint" (#135234)
In addition this makes the description of the first action consistent, using third-person singular like the other two and adhering to the HA standard.
This commit is contained in:
parent
02956f9a83
commit
024b9ae414
@ -37,11 +37,11 @@
|
||||
"services": {
|
||||
"set_zone_mode": {
|
||||
"name": "Set zone mode",
|
||||
"description": "Set the zone to an operating mode.",
|
||||
"description": "Sets the zone to an operating mode.",
|
||||
"fields": {
|
||||
"entity_id": {
|
||||
"name": "Entity",
|
||||
"description": "The zone's entity_id."
|
||||
"description": "The zone's entity ID."
|
||||
},
|
||||
"mode": {
|
||||
"name": "[%key:common::config_flow::data::mode%]",
|
||||
@ -51,7 +51,7 @@
|
||||
},
|
||||
"set_zone_override": {
|
||||
"name": "Set zone override",
|
||||
"description": "Overrides the zone's set point for a given duration.",
|
||||
"description": "Overrides the zone's setpoint for a given duration.",
|
||||
"fields": {
|
||||
"entity_id": {
|
||||
"name": "Entity",
|
||||
|
Loading…
x
Reference in New Issue
Block a user