You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: custom_components/novastar_h/strings.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -171,11 +171,11 @@
171
171
"services": {
172
172
"send_raw_command": {
173
173
"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.",
175
175
"fields": {
176
176
"host": {
177
177
"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."
Copy file name to clipboardExpand all lines: custom_components/novastar_h/translations/en.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -171,11 +171,11 @@
171
171
"services": {
172
172
"send_raw_command": {
173
173
"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.",
175
175
"fields": {
176
176
"host": {
177
177
"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."
0 commit comments