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:
Norbert Rittel 2025-01-10 11:06:08 +01:00 committed by GitHub
parent 02956f9a83
commit 024b9ae414
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",