Skip to content

Commit f091c62

Browse files
author
Ted Roberts
committed
Clarify optional host text for raw command service
1 parent 2eeb6a5 commit f091c62

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

custom_components/novastar_h/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
}
2222
],
2323
"zeroconf": ["_novastar._tcp.local."],
24-
"version": "0.2.62"
24+
"version": "0.2.63"
2525
}

custom_components/novastar_h/services.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ send_raw_command:
44
fields:
55
host:
66
name: Host
7-
description: Optional IP address of the Novastar processor. Host is optional when only one Novastar device is configured.
7+
description: Optional IP address of the Novastar processor. Required when multiple Novastar devices are configured.
88
required: false
99
example: "192.168.1.100"
1010
selector:

custom_components/novastar_h/strings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,11 +171,11 @@
171171
"services": {
172172
"send_raw_command": {
173173
"name": "Send Raw Command",
174-
"description": "Send a raw API command to the Novastar processor (requires 'Allow Raw Commands' option).",
174+
"description": "Send a raw API command to the Novastar processor (requires 'Allow Raw Commands' option). Host is optional when only one Novastar device is configured.",
175175
"fields": {
176176
"host": {
177177
"name": "Host",
178-
"description": "The IP address of the Novastar processor."
178+
"description": "The IP address of the Novastar processor. Required when multiple Novastar devices are configured."
179179
},
180180
"endpoint": {
181181
"name": "Command",

custom_components/novastar_h/translations/en.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,11 +171,11 @@
171171
"services": {
172172
"send_raw_command": {
173173
"name": "Send Raw Command",
174-
"description": "Send a raw API command to the Novastar processor (requires 'Allow Raw Commands' option).",
174+
"description": "Send a raw API command to the Novastar processor (requires 'Allow Raw Commands' option). Host is optional when only one Novastar device is configured.",
175175
"fields": {
176176
"host": {
177177
"name": "Host",
178-
"description": "The IP address of the Novastar processor."
178+
"description": "The IP address of the Novastar processor. Required when multiple Novastar devices are configured."
179179
},
180180
"endpoint": {
181181
"name": "Command",

0 commit comments

Comments
 (0)