Add daily automation
This commit is contained in:
parent
c3777c971a
commit
8875c3ec2b
1 changed files with 30 additions and 0 deletions
30
automations/files/daily.yaml
Normal file
30
automations/files/daily.yaml
Normal file
|
@ -0,0 +1,30 @@
|
|||
- id: daily
|
||||
alias: Daily notificaion
|
||||
trigger:
|
||||
- platform: time
|
||||
at: '10:55'
|
||||
condition: []
|
||||
action:
|
||||
- service: light.turn_on
|
||||
data:
|
||||
flash: long
|
||||
brightness: 120
|
||||
rgb_color:
|
||||
- 0
|
||||
- 0
|
||||
- 255
|
||||
entity_id: light.computer_cave_2
|
||||
mode: single
|
||||
|
||||
- id: daily_off
|
||||
alias: Daily notificaion off
|
||||
trigger:
|
||||
- platform: time
|
||||
at: '10:55'
|
||||
condition: []
|
||||
action:
|
||||
- service: light.turn_on
|
||||
data:
|
||||
kelvin: 3200
|
||||
entity_id: light.computer_cave_2
|
||||
mode: single
|
Loading…
Reference in a new issue