From 804e2ce753bf2f4f2a99f3dbc6b64d2a134a6670 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 19 Apr 2021 16:41:24 +0100 Subject: [PATCH] refresh --- automations.yaml | 15 ++++++++++++--- scripts.yaml | 7 ++++--- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/automations.yaml b/automations.yaml index 01587ba..1cd23cb 100755 --- a/automations.yaml +++ b/automations.yaml @@ -266,7 +266,7 @@ description: '' trigger: - platform: time - at: '19:00:00' + at: '20:00:00' condition: [] action: - service: cover.set_cover_position @@ -301,7 +301,7 @@ description: '' trigger: - platform: time - at: '21:00:00' + at: '21:30:00' condition: [] action: - service: cover.close_cover @@ -358,7 +358,16 @@ trigger: - platform: time at: '10:00:00' - condition: [] + condition: + - condition: and + conditions: + - condition: time + weekday: + - mon + - tue + - wed + - thu + - fri action: - service: vacuum.start target: diff --git a/scripts.yaml b/scripts.yaml index 884e643..91aabd7 100755 --- a/scripts.yaml +++ b/scripts.yaml @@ -1,6 +1,7 @@ '1593471301993': alias: Acionar Regua sequence: - - data: {} - entity_id: automation.watering_garden_manual_cycle - service: automation.trigger + - service: automation.trigger + target: + entity_id: automation.sistema_rega_valvula_1_22h + mode: single