From 7e7d84be4d8d5c20bb2966e4ec845e5958c2e805 Mon Sep 17 00:00:00 2001 From: Valter Ferreira Date: Sat, 20 Feb 2021 01:22:04 +0000 Subject: [PATCH] added automation 4 covers --- automations.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/automations.yaml b/automations.yaml index 142f266..6de250e 100755 --- a/automations.yaml +++ b/automations.yaml @@ -250,3 +250,16 @@ entity_id: switch.tomada_escritorio service: switch.toggle mode: single +- id: '1613783833916' + alias: BomDiaEstores + description: '' + trigger: + - platform: time + at: 08:00:00 + condition: [] + action: + - service: cover.set_cover_position + data: + position: 30 + entity_id: cover.estores_escritorio_2 + mode: single