added automations curious and close covers

This commit is contained in:
root
2021-02-25 00:29:37 +00:00
parent 3ce1f8541a
commit 1f1016f93b

View File

@@ -254,3 +254,27 @@
position: 90 position: 90
entity_id: cover.estores_cozinha entity_id: cover.estores_cozinha
mode: single 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