1
0

Fix daily automations

This commit is contained in:
pgrondek 2020-11-16 01:19:53 +01:00
parent c39a22b4e1
commit 0184cd2ce6

View File

@ -3,7 +3,14 @@
trigger:
- platform: time
at: '10:55'
condition: []
condition:
- condition: time
weekday:
- mon
- tue
- wed
- thu
- fri
action:
- service: light.turn_on
data:
@ -40,6 +47,13 @@
- condition: state
entity_id: light.computer_right
state: 'on'
- condition: time
weekday:
- mon
- tue
- wed
- thu
- fri
action:
- service: light.turn_on
data:
@ -52,4 +66,5 @@
entity_id:
- light.computer_left
- light.computer_right
mode: single