updated code
This commit is contained in:
@@ -10,6 +10,10 @@
|
|||||||
platform: time
|
platform: time
|
||||||
- at: '20:00:00'
|
- at: '20:00:00'
|
||||||
platform: time
|
platform: time
|
||||||
|
condition:
|
||||||
|
- condition: state
|
||||||
|
entity_id: input_boolean.auto_aquec_agua_enable
|
||||||
|
state: 'on'
|
||||||
action:
|
action:
|
||||||
- data: {}
|
- data: {}
|
||||||
entity_id: switch.aquecimento_agua
|
entity_id: switch.aquecimento_agua
|
||||||
@@ -392,3 +396,33 @@
|
|||||||
- cover.coversalaesq
|
- cover.coversalaesq
|
||||||
- cover.covercozinha
|
- cover.covercozinha
|
||||||
mode: single
|
mode: single
|
||||||
|
- id: '1670971858798'
|
||||||
|
alias: cameraSnapshot
|
||||||
|
description: ''
|
||||||
|
use_blueprint:
|
||||||
|
path: vorion/send-camera-snapshot-notification-on-motion.yaml
|
||||||
|
input:
|
||||||
|
motion_sensor: binary_sensor.camera_escritorio_motion
|
||||||
|
camera: camera.camera_escritorio
|
||||||
|
notify_device: ba9c8a03328312c2fbd19b7b546d9495
|
||||||
|
is_ios: true
|
||||||
|
- id: '1672261360284'
|
||||||
|
alias: turn lights at 30 past sunset
|
||||||
|
description: ''
|
||||||
|
trigger:
|
||||||
|
- platform: sun
|
||||||
|
event: sunset
|
||||||
|
offset: 00:30:00
|
||||||
|
condition:
|
||||||
|
- condition: state
|
||||||
|
entity_id: input_boolean.luzes_fora
|
||||||
|
state: 'on'
|
||||||
|
action:
|
||||||
|
- service: light.turn_on
|
||||||
|
data: {}
|
||||||
|
target:
|
||||||
|
entity_id:
|
||||||
|
- light.luz_muro_tras
|
||||||
|
- light.luz_jardim_frente
|
||||||
|
- light.luz_jardim_frente
|
||||||
|
mode: single
|
||||||
|
|||||||
@@ -26,9 +26,6 @@ google_assistant:
|
|||||||
|
|
||||||
mqtt: !include mqtt.yaml
|
mqtt: !include mqtt.yaml
|
||||||
|
|
||||||
camera:
|
|
||||||
- platform: zoneminder
|
|
||||||
|
|
||||||
notify:
|
notify:
|
||||||
- name: Buttler
|
- name: Buttler
|
||||||
platform: telegram
|
platform: telegram
|
||||||
|
|||||||
Reference in New Issue
Block a user