I’m 3 diferente trigers thar run in diferente times. I want to put them all in one time only ( 20:00:00 ) but i can’t understand how can i do that. Can anyone help me please
This is my code…
#########################################################
# #
# ALERTAR PARA ESTADO JANELA CASA #
# #
#########################################################
- id: '9_001_13'
alias: 'Telegram - Janela Ricardo Não Fechou'
trigger:
- at: '20:05:00'
platform: time
condition:
condition: and
conditions:
- condition: state
entity_id: group.janela_ricardo
state: 'open'
action:
- data:
message: Estore da Janela Ricardo está aberta.
service: notify.ha_telegram
- id: '9_001_14'
alias: 'Telegram - Janela Princesas Não Fechou'
trigger:
- at: '20:06:00'
platform: time
condition:
condition: and
conditions:
- condition: state
entity_id: group.janela_princesas
state: 'open'
action:
- data:
message: Estore da Janela Princesas está aberta.
service: notify.ha_telegram
- id: '9_001_15'
alias: 'Telegram - Janela Sala Não Fechou'
trigger:
- at: '20:07:00'
platform: time
condition:
condition: and
conditions:
- condition: state
entity_id: group.janela_sala
state: 'open'
action:
- data:
message: Estore da Janela Sala está aberta.
service: notify.ha_telegram