This commit is contained in:
2023-07-28 10:41:27 +01:00
parent b5835bf731
commit 537552e1e8
2 changed files with 38 additions and 2 deletions

View File

@@ -426,3 +426,39 @@
- light.luz_jardim_frente
- light.luz_jardim_frente
mode: single
- id: '1690326047177'
alias: Quarto Criancas - ligar luz mosquitos
description: ''
trigger:
- platform: time
at: 06:00:00
- platform: time
at: '18:00:00'
condition:
- condition: state
entity_id: input_boolean.auto_anti_mosquittos_criancas
state: 'on'
action:
- service: switch.toggle
data: {}
target:
entity_id: switch.mosquitoqc
mode: single
- id: '1690533072208'
alias: Quarto Principal - Anti Mosquittos
description: ''
trigger:
- platform: time
at: 06:00:00
- platform: time
at: '18:00:00'
condition:
- condition: state
entity_id: input_boolean.auto_anti_mosquittos_qprincipal
state: 'on'
action:
- service: switch.toggle
data: {}
target:
entity_id: switch.mosquitoqp
mode: single