Fix daily automations
This commit is contained in:
parent
c39a22b4e1
commit
0184cd2ce6
@ -3,7 +3,14 @@
|
|||||||
trigger:
|
trigger:
|
||||||
- platform: time
|
- platform: time
|
||||||
at: '10:55'
|
at: '10:55'
|
||||||
condition: []
|
condition:
|
||||||
|
- condition: time
|
||||||
|
weekday:
|
||||||
|
- mon
|
||||||
|
- tue
|
||||||
|
- wed
|
||||||
|
- thu
|
||||||
|
- fri
|
||||||
action:
|
action:
|
||||||
- service: light.turn_on
|
- service: light.turn_on
|
||||||
data:
|
data:
|
||||||
@ -40,6 +47,13 @@
|
|||||||
- condition: state
|
- condition: state
|
||||||
entity_id: light.computer_right
|
entity_id: light.computer_right
|
||||||
state: 'on'
|
state: 'on'
|
||||||
|
- condition: time
|
||||||
|
weekday:
|
||||||
|
- mon
|
||||||
|
- tue
|
||||||
|
- wed
|
||||||
|
- thu
|
||||||
|
- fri
|
||||||
action:
|
action:
|
||||||
- service: light.turn_on
|
- service: light.turn_on
|
||||||
data:
|
data:
|
||||||
@ -52,4 +66,5 @@
|
|||||||
entity_id:
|
entity_id:
|
||||||
- light.computer_left
|
- light.computer_left
|
||||||
- light.computer_right
|
- light.computer_right
|
||||||
|
|
||||||
mode: single
|
mode: single
|
||||||
|
Loading…
Reference in New Issue
Block a user