From 1f1016f93be84b629651097cbc0f6e633e8c8248 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 25 Feb 2021 00:29:37 +0000 Subject: [PATCH] added automations curious and close covers --- automations.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/automations.yaml b/automations.yaml index cdd4ee9..89bf7d0 100755 --- a/automations.yaml +++ b/automations.yaml @@ -254,3 +254,27 @@ position: 90 entity_id: cover.estores_cozinha mode: single +- id: '1614212887668' + alias: Curious George + description: '' + trigger: + - platform: time + at: '18:00:00' + condition: [] + action: + - service: cover.close_cover + data: {} + entity_id: cover.estores_escritorio_2 + mode: single +- id: '1614212907624' + alias: Close Covers + description: '' + trigger: + - platform: time + at: '21:00:00' + condition: [] + action: + - service: cover.close_cover + data: {} + entity_id: cover.estores_escritorio_2 + mode: single