updates 20210608
This commit is contained in:
@@ -84,6 +84,10 @@
|
|||||||
platform: time
|
platform: time
|
||||||
condition: []
|
condition: []
|
||||||
action:
|
action:
|
||||||
|
- service: notify.whatsapp
|
||||||
|
data:
|
||||||
|
message: Sistema de rega a iniciar
|
||||||
|
title: inicio rega
|
||||||
- data: {}
|
- data: {}
|
||||||
entity_id: switch.valvula_jardim_1
|
entity_id: switch.valvula_jardim_1
|
||||||
service: switch.turn_on
|
service: switch.turn_on
|
||||||
@@ -340,12 +344,12 @@
|
|||||||
action:
|
action:
|
||||||
- service: cover.set_cover_position
|
- service: cover.set_cover_position
|
||||||
data:
|
data:
|
||||||
position: 60
|
position: 90
|
||||||
target:
|
target:
|
||||||
entity_id: cover.coverescritorio
|
entity_id: cover.coverescritorio
|
||||||
- service: cover.set_cover_position
|
- service: cover.set_cover_position
|
||||||
data:
|
data:
|
||||||
position: 70
|
position: 95
|
||||||
target:
|
target:
|
||||||
entity_id: cover.coverqprincipal
|
entity_id: cover.coverqprincipal
|
||||||
- service: cover.set_cover_position
|
- service: cover.set_cover_position
|
||||||
@@ -377,3 +381,25 @@
|
|||||||
target:
|
target:
|
||||||
entity_id: vacuum.xiaomi_vacuum_cleaner
|
entity_id: vacuum.xiaomi_vacuum_cleaner
|
||||||
mode: single
|
mode: single
|
||||||
|
- id: '1621620922521'
|
||||||
|
alias: WC castanho luz demasiado tempo ligada +10'
|
||||||
|
description: Avisa se luz Wc Castanho acesa por mais de 10 minutos
|
||||||
|
trigger:
|
||||||
|
- entity_id: switch.luzwccast
|
||||||
|
for: 00:10:00
|
||||||
|
from: 'off'
|
||||||
|
platform: state
|
||||||
|
to: 'on'
|
||||||
|
condition: []
|
||||||
|
action:
|
||||||
|
- data:
|
||||||
|
message: Wc Castanho luz acesa
|
||||||
|
title: '*Luz WC Castanho *'
|
||||||
|
service: notify.buttler
|
||||||
|
- service: notify.whatsapp
|
||||||
|
data:
|
||||||
|
message: Luz WC Castanho acesa
|
||||||
|
- service: notify.whatsapprita
|
||||||
|
data:
|
||||||
|
message: Luz WC Castanho acesa
|
||||||
|
mode: single
|
||||||
|
|||||||
@@ -77,4 +77,9 @@
|
|||||||
- light.luz_varanda_quarto_principal
|
- light.luz_varanda_quarto_principal
|
||||||
- light.luz_hall_tras_fora
|
- light.luz_hall_tras_fora
|
||||||
- light.luz_jardim_frente
|
- light.luz_jardim_frente
|
||||||
- light.Luz_jardim_frente_lado
|
- light.Luz_jardim_frente_lado
|
||||||
|
coverSala:
|
||||||
|
name: Estores Sala
|
||||||
|
entities:
|
||||||
|
- cover.coversaladir
|
||||||
|
- cover.coversalaesq
|
||||||
10
scripts.yaml
10
scripts.yaml
@@ -4,4 +4,14 @@
|
|||||||
- service: automation.trigger
|
- service: automation.trigger
|
||||||
target:
|
target:
|
||||||
entity_id: automation.sistema_rega_valvula_1_22h
|
entity_id: automation.sistema_rega_valvula_1_22h
|
||||||
|
- wait_template: ''
|
||||||
|
timeout: 00:10:00
|
||||||
|
- service: automation.trigger
|
||||||
|
target:
|
||||||
|
entity_id: automation.sistema_rega_valvula_2_22h
|
||||||
|
- wait_template: ''
|
||||||
|
timeout: 00:10:00
|
||||||
|
- service: automation.trigger
|
||||||
|
target:
|
||||||
|
entity_id: automation.sistema_rega_valvula_3_22h
|
||||||
mode: single
|
mode: single
|
||||||
|
|||||||
Reference in New Issue
Block a user