@j_assuncao
Ainda estou a aprender como isto do HA funciona, apenas comecei com o HA por volta do meu registo neste forum, não faço ideia de como funciona o Node-Red
Ainda ando a tentar compreender e aprender as coisa básicas, mas não tenho problemas em fazer experiencias
Este é o resultado final e está a funcionar
Não quer dizer que todas as luzes e switchs estejam on, mas em vez de fazer a verificação força o off a tudo…
- alias: Good Night Trigger
trigger:
- platform: state
entity_id: input_boolean.good_night
to: "on"
from: "off"
action:
- service: light.turn_off
entity_id: light.bw_lt11_tv
- service: light.turn_off
entity_id: light.bw_lt11_dinner
- service: light.turn_off
entity_id: light.bw_lt21
- service: light.turn_off
entity_id: light.yeelight_color_xyz
- service: switch.turn_off
entity_id: switch.shellyswitch25_xyz_channel_1
- service: switch.turn_off
entity_id: switch.bw_ss1
- service: light.turn_on
data:
entity_id: light.yeelight_color_zyx
effect: Sunset
- service: switch.turn_on
entity_id: switch.shellyswitch25_zyx_channel_2
- wait_template: "{{ is_state('input_boolean.good_night', 'off') }}"
timeout: 00:02:00
continue_on_timeout: true
- service: switch.turn_off
entity_id: switch.shellyswitch25_zyx_channel_2
- service: input_boolean.turn_off
entity_id: input_boolean.good_night