Skip to content

Commit

Permalink
Change 'entity_id' to UI-friendly 'Entity ID', fix spelling of "setpo…
Browse files Browse the repository at this point in the history
…int" (home-assistant#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.
  • Loading branch information
NoRi2909 authored Jan 10, 2025
1 parent 02956f9 commit 024b9ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions homeassistant/components/geniushub/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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%]",
Expand All @@ -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",
Expand Down

0 comments on commit 024b9ae

Please sign in to comment.