2018-05-29 19:02:16 +00:00
|
|
|
# Describes the format for available RainMachine services
|
2019-03-13 14:20:13 +00:00
|
|
|
disable_program:
|
2021-10-08 18:03:47 +00:00
|
|
|
name: Disable Program
|
|
|
|
description: Disable a program
|
2021-05-15 05:07:17 +00:00
|
|
|
target:
|
|
|
|
entity:
|
|
|
|
integration: rainmachine
|
|
|
|
domain: switch
|
2019-03-13 14:20:13 +00:00
|
|
|
disable_zone:
|
2021-10-08 18:03:47 +00:00
|
|
|
name: Disable Zone
|
|
|
|
description: Disable a zone
|
2021-05-15 05:07:17 +00:00
|
|
|
target:
|
|
|
|
entity:
|
|
|
|
integration: rainmachine
|
|
|
|
domain: switch
|
2019-03-13 14:20:13 +00:00
|
|
|
enable_program:
|
2021-10-08 18:03:47 +00:00
|
|
|
name: Enable Program
|
|
|
|
description: Enable a program
|
2021-05-15 05:07:17 +00:00
|
|
|
target:
|
|
|
|
entity:
|
|
|
|
integration: rainmachine
|
|
|
|
domain: switch
|
2019-03-13 14:20:13 +00:00
|
|
|
enable_zone:
|
2021-10-08 18:03:47 +00:00
|
|
|
name: Enable Zone
|
|
|
|
description: Enable a zone
|
2021-05-15 05:07:17 +00:00
|
|
|
target:
|
|
|
|
entity:
|
|
|
|
integration: rainmachine
|
|
|
|
domain: switch
|
2021-10-08 18:03:47 +00:00
|
|
|
pause_watering:
|
|
|
|
name: Pause All Watering
|
|
|
|
description: Pause all watering activities for a number of seconds
|
2019-03-13 14:20:13 +00:00
|
|
|
fields:
|
2021-10-08 18:03:47 +00:00
|
|
|
device_id:
|
|
|
|
name: Controller
|
|
|
|
description: The controller whose watering activities should be paused
|
2021-05-15 05:07:17 +00:00
|
|
|
required: true
|
|
|
|
selector:
|
2021-10-08 18:03:47 +00:00
|
|
|
device:
|
|
|
|
integration: rainmachine
|
2019-03-01 01:58:39 +00:00
|
|
|
seconds:
|
2021-10-08 18:03:47 +00:00
|
|
|
name: Duration
|
|
|
|
description: The amount of time (in seconds) to pause watering
|
2021-05-15 05:07:17 +00:00
|
|
|
required: true
|
|
|
|
selector:
|
|
|
|
number:
|
|
|
|
min: 1
|
|
|
|
max: 86400
|
|
|
|
unit_of_measurement: seconds
|
2018-05-29 19:02:16 +00:00
|
|
|
start_program:
|
2021-10-08 18:03:47 +00:00
|
|
|
name: Start Program
|
|
|
|
description: Start a program
|
2021-05-15 05:07:17 +00:00
|
|
|
target:
|
|
|
|
entity:
|
|
|
|
integration: rainmachine
|
|
|
|
domain: switch
|
2018-05-29 19:02:16 +00:00
|
|
|
start_zone:
|
2021-10-08 18:03:47 +00:00
|
|
|
name: Start Zone
|
|
|
|
description: Start a zone
|
2021-05-15 05:07:17 +00:00
|
|
|
target:
|
|
|
|
entity:
|
|
|
|
integration: rainmachine
|
|
|
|
domain: switch
|
2018-05-29 19:02:16 +00:00
|
|
|
fields:
|
|
|
|
zone_run_time:
|
2021-10-08 18:03:47 +00:00
|
|
|
name: Run Time
|
|
|
|
description: The amount of time (in seconds) to run the zone
|
2021-05-15 05:07:17 +00:00
|
|
|
default: 600
|
2021-05-25 12:45:17 +00:00
|
|
|
selector:
|
|
|
|
number:
|
|
|
|
min: 1
|
|
|
|
max: 86400
|
|
|
|
mode: box
|
2018-05-29 19:02:16 +00:00
|
|
|
stop_all:
|
2021-10-08 18:03:47 +00:00
|
|
|
name: Stop All Watering
|
|
|
|
description: Stop all watering activities
|
|
|
|
fields:
|
|
|
|
device_id:
|
|
|
|
name: Controller
|
|
|
|
description: The controller whose watering activities should be stopped
|
|
|
|
required: true
|
|
|
|
selector:
|
|
|
|
device:
|
|
|
|
integration: rainmachine
|
2018-05-29 19:02:16 +00:00
|
|
|
stop_program:
|
2021-10-08 18:03:47 +00:00
|
|
|
name: Stop Program
|
|
|
|
description: Stop a program
|
2021-05-15 05:07:17 +00:00
|
|
|
target:
|
|
|
|
entity:
|
|
|
|
integration: rainmachine
|
|
|
|
domain: switch
|
2018-05-29 19:02:16 +00:00
|
|
|
stop_zone:
|
2021-10-08 18:03:47 +00:00
|
|
|
name: Stop Zone
|
|
|
|
description: Stop a zone
|
2021-05-15 05:07:17 +00:00
|
|
|
target:
|
|
|
|
entity:
|
|
|
|
integration: rainmachine
|
|
|
|
domain: switch
|
2021-10-08 18:03:47 +00:00
|
|
|
unpause_watering:
|
|
|
|
name: Unpause All Watering
|
|
|
|
description: Unpause all paused watering activities
|
2018-05-29 19:02:16 +00:00
|
|
|
fields:
|
2021-10-08 18:03:47 +00:00
|
|
|
device_id:
|
|
|
|
name: Controller
|
|
|
|
description: The controller whose watering activities should be unpaused
|
2021-05-15 05:07:17 +00:00
|
|
|
required: true
|
|
|
|
selector:
|
2021-10-08 18:03:47 +00:00
|
|
|
device:
|
|
|
|
integration: rainmachine
|