From 7275043f1458c14b131f35b7d82cb2dfa591be53 Mon Sep 17 00:00:00 2001 From: Valter Ferreira Date: Tue, 19 Oct 2021 10:02:09 +0100 Subject: [PATCH] update 20211018 --- automations.yaml | 33 +++++++++++++-------------------- configuration.yaml | 8 -------- 2 files changed, 13 insertions(+), 28 deletions(-) diff --git a/automations.yaml b/automations.yaml index be4f81a..c427167 100755 --- a/automations.yaml +++ b/automations.yaml @@ -80,7 +80,7 @@ alias: Sistema Rega Valvula 1 - 22h description: '' trigger: - - at: '22:00:00' + - at: '23:30:00' platform: time condition: [] action: @@ -100,7 +100,7 @@ alias: Sistema Rega Valvula 2 - 22h description: '' trigger: - - at: '22:10:00' + - at: '23:40:00' platform: time condition: [] action: @@ -116,7 +116,7 @@ alias: Sistema Rega Valvula 3 - 22h description: '' trigger: - - at: '22:20:00' + - at: '23:50:00' platform: time condition: [] action: @@ -238,7 +238,7 @@ description: '' trigger: - platform: time - at: 07:30:00 + at: 07:30 condition: [] action: - service: cover.set_cover_position @@ -258,7 +258,7 @@ entity_id: cover.coverqclara - service: cover.set_cover_position data: - position: 90 + position: 80 target: entity_id: cover.covercozinha - service: cover.set_cover_position @@ -273,8 +273,9 @@ alias: Curious George description: '' trigger: - - platform: time - at: '20:30:00' + - platform: sun + event: sunset + offset: 00:15:00 condition: [] action: - service: cover.set_cover_position @@ -308,8 +309,9 @@ alias: Close Covers description: '' trigger: - - platform: time - at: '21:30:00' + - platform: sun + event: sunset + offset: 01:00 condition: [] action: - service: cover.close_cover @@ -365,17 +367,8 @@ description: '' trigger: - platform: time - at: '10:00:00' - condition: - - condition: and - conditions: - - condition: time - weekday: - - mon - - tue - - wed - - thu - - fri + at: '10:00' + condition: [] action: - service: vacuum.start target: diff --git a/configuration.yaml b/configuration.yaml index d233aa2..33cb171 100755 --- a/configuration.yaml +++ b/configuration.yaml @@ -23,14 +23,6 @@ google_assistant: - switch - light -speedtestdotnet: - scan_interval: - minutes: 30 - monitored_conditions: - - ping - - download - - upload - notify: - name: Buttler platform: telegram