We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8267f4a commit 0f87072Copy full SHA for 0f87072
1 file changed
custom_components/bituopmd/services.yaml
@@ -1,9 +1,10 @@
1
set_frequency:
2
- description: "Set the data fetch frequency for a specific device."
+ name: "Set Frequency"
3
+ description: "Set the frequency of the device."
4
fields:
5
frequency:
- description: "The new frequency in seconds for data fetching."
6
- example: 10
+ name: "Frequency"
7
+ description: "The frequency to set."
8
device_id:
- description: "The ID of the device to update the frequency for."
9
- example: "192.168.3.143"
+ name: "Device ID"
10
+ description: "The ID of the device to set the frequency for."
0 commit comments