Fix daily automations
This commit is contained in:
parent
c39a22b4e1
commit
0184cd2ce6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user