Skip to content

Commit

Permalink
Add sequence_id and zones to cancel service call
Browse files Browse the repository at this point in the history
  • Loading branch information
rgc99 committed Jan 21, 2024
1 parent ded51ba commit b298799
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions custom_components/irrigation_unlimited/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,28 @@ cancel:
integration: irrigation_unlimited
domain: binary_sensor

sequence_id:
name: Sequence Id
description: Id of the sequence to cancel (entity_id should be the controller).
example: 1
required: false
selector:
number:
min: 1
max: 9999
mode: box

zones:
name: Zones
description: Id(s) of the zone
example: 1
required: false
selector:
number:
min: 0
max: 9999
mode: box

adjust_time:
name: Adjust time
description: Adjust the run times.
Expand Down

0 comments on commit b298799

Please sign in to comment.