1
0
Fork 0
ansible-home-assistant/automations/files/daily.yaml
2020-11-04 01:56:36 +01:00

30 lines
557 B
YAML

- 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