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