From b298799950be740546844c276e2f7cbf27925510 Mon Sep 17 00:00:00 2001 From: rgc99 Date: Sun, 21 Jan 2024 02:42:48 +0000 Subject: [PATCH] Add sequence_id and zones to cancel service call --- .../irrigation_unlimited/services.yaml | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/custom_components/irrigation_unlimited/services.yaml b/custom_components/irrigation_unlimited/services.yaml index c2396c9..8492820 100644 --- a/custom_components/irrigation_unlimited/services.yaml +++ b/custom_components/irrigation_unlimited/services.yaml @@ -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.