mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 14:17:45 +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": {
|
"services": {
|
||||||
"set_zone_mode": {
|
"set_zone_mode": {
|
||||||
"name": "Set zone mode",
|
"name": "Set zone mode",
|
||||||
"description": "Set the zone to an operating mode.",
|
"description": "Sets the zone to an operating mode.",
|
||||||
"fields": {
|
"fields": {
|
||||||
"entity_id": {
|
"entity_id": {
|
||||||
"name": "Entity",
|
"name": "Entity",
|
||||||
"description": "The zone's entity_id."
|
"description": "The zone's entity ID."
|
||||||
},
|
},
|
||||||
"mode": {
|
"mode": {
|
||||||
"name": "[%key:common::config_flow::data::mode%]",
|
"name": "[%key:common::config_flow::data::mode%]",
|
||||||
@ -51,7 +51,7 @@
|
|||||||
},
|
},
|
||||||
"set_zone_override": {
|
"set_zone_override": {
|
||||||
"name": "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": {
|
"fields": {
|
||||||
"entity_id": {
|
"entity_id": {
|
||||||
"name": "Entity",
|
"name": "Entity",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user