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/services.yaml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,17 @@
1
1
send_raw_command:
2
2
name: Send Raw Command
3
-
description: Send a raw API command to the Novastar processor (requires "Allow Raw Commands" option in configuration).
3
+
description: Send a raw API command to the Novastar processor (requires "Allow Raw Commands" option in configuration). Host is optional when only one Novastar device is configured.
4
4
fields:
5
5
host:
6
6
name: Host
7
-
description: The IP address of the Novastar processor to send the command to.
8
-
required: true
7
+
description: Optional IP address of the Novastar processor. Host is optional when only one Novastar device is configured.
8
+
required: false
9
9
example: "192.168.1.100"
10
10
selector:
11
11
text:
12
12
endpoint:
13
-
name: Endpoint
14
-
description: The API endpoint path (e.g., "device/readDetail", "screen/writeBrightness").
13
+
name: Command
14
+
description: The API command endpoint path (e.g., "device/readDetail", "screen/writeBrightness").
0 commit comments