1
0
ansible-home-assistant/automations/files/daily.yaml
2020-11-05 02:05:23 +01:00

31 lines
545 B
YAML

- id: daily
alias: Daily notificaion
trigger:
- platform: time
at: '10:55'
condition: []
action:
- service: light.turn_on
data:
flash: long
brightness: 200
rgb_color:
- 0
- 0
- 255
entity_id: light.desk_lamp
mode: single
- id: daily_off
alias: Daily notificaion off
trigger:
- platform: time
at: '11:25'
condition: []
action:
- service: light.turn_on
data:
kelvin: 3200
entity_id: light.desk_lamp
mode: single