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
- light.luz_jardim_frente - light.luz_jardim_frente
mode: single 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

View File

@@ -15,7 +15,7 @@
retain: true retain: true
- state_topic: "stat/tasmota_A9A998/POWER" - state_topic: "stat/tasmota_A9A998/POWER"
name: "LTVR1" name: "MosquitoQP"
command_topic: "cmnd/tasmota_A9A998/POWER" command_topic: "cmnd/tasmota_A9A998/POWER"
qos: 1 qos: 1
payload_on: "ON" payload_on: "ON"
@@ -25,7 +25,7 @@
retain: true retain: true
- state_topic: "stat/tasmota_A924F7/POWER" - state_topic: "stat/tasmota_A924F7/POWER"
name: "LTVR2" name: "MosquitoQC"
command_topic: "cmnd/tasmota_A924F7/POWER" command_topic: "cmnd/tasmota_A924F7/POWER"
qos: 1 qos: 1
payload_on: "ON" payload_on: "ON"