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: source/_integrations/rainmachine.markdown
+16-31Lines changed: 16 additions & 31 deletions
Original file line number
Diff line number
Diff line change
@@ -32,40 +32,40 @@ There is currently support for the following device types within Home Assistant:
32
32
33
33
## Services
34
34
35
+
Services accept either device IDs or entity IDs, depending on the nature of the service:
36
+
37
+
* Services that require a device ID as a target:
38
+
*`rainmachine.pause_watering`
39
+
*`rainmachine.stop_all`
40
+
*`rainmachine.unpause_watering`
41
+
* Services that require an entity ID as a target (note that the correct entity ID type must be provided, such as a program for a program-related service)
42
+
*`rainmachine.disable_program`
43
+
*`rainmachine.disable_zone`
44
+
*`rainmachine.enable_program`
45
+
*`rainmachine.enable_zone`
46
+
*`rainmachine.start_program`
47
+
*`rainmachine.start_zone`
48
+
*`rainmachine.stop_program`
49
+
*`rainmachine.stop_zone`
50
+
35
51
### `rainmachine.disable_program`
36
52
37
53
Disable a RainMachine program. This will mark the program switch as
38
54
`Unavailable` in the UI.
39
55
40
-
| Service Data Attribute | Optional | Description |
0 commit comments