Add daily warning
This commit is contained in:
parent
8c5f5cc7ef
commit
2b826f1d14
1 changed files with 47 additions and 0 deletions
|
@ -1,3 +1,50 @@
|
|||
- id: daily-warning-bathroom
|
||||
alias: '[Work] Daily Warning'
|
||||
trigger:
|
||||
- platform: time
|
||||
at: '8:30'
|
||||
condition:
|
||||
- condition: time
|
||||
weekday:
|
||||
- mon
|
||||
- tue
|
||||
- wed
|
||||
- thu
|
||||
- fri
|
||||
action:
|
||||
- service: light.turn_on
|
||||
data:
|
||||
brightness_pct: 100
|
||||
hs_color:
|
||||
- 120
|
||||
- 100
|
||||
entity_id: light.bathroom_color_zha_group_0x0007
|
||||
- delay:
|
||||
minutes: 15
|
||||
- service: light.turn_on
|
||||
data:
|
||||
brightness_pct: 100
|
||||
hs_color:
|
||||
- 30
|
||||
- 100
|
||||
transition: 900
|
||||
entity_id: light.bathroom_color_zha_group_0x0007
|
||||
- delay:
|
||||
minutes: 15
|
||||
- service: light.turn_on
|
||||
data:
|
||||
brightness_pct: 100
|
||||
hs_color:
|
||||
- 360
|
||||
- 100
|
||||
transition: 900
|
||||
entity_id: light.bathroom_color_zha_group_0x0007
|
||||
- delay:
|
||||
minutes: 15
|
||||
- service: light.turn_off
|
||||
entity_id: light.bathroom_color_zha_group_0x0007
|
||||
mode: single
|
||||
|
||||
- id: daily
|
||||
alias: '[Work] Daily notification'
|
||||
trigger:
|
||||
|
|
Loading…
Reference in a new issue