diff --git a/automations.yaml b/automations.yaml index 1698986..9ff52df 100644 --- a/automations.yaml +++ b/automations.yaml @@ -10,6 +10,10 @@ platform: time - at: '20:00:00' platform: time + condition: + - condition: state + entity_id: input_boolean.auto_aquec_agua_enable + state: 'on' action: - data: {} entity_id: switch.aquecimento_agua @@ -392,3 +396,33 @@ - cover.coversalaesq - cover.covercozinha 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 diff --git a/configuration.yaml b/configuration.yaml index bb912f6..15e3458 100755 --- a/configuration.yaml +++ b/configuration.yaml @@ -26,9 +26,6 @@ google_assistant: mqtt: !include mqtt.yaml -camera: - - platform: zoneminder - notify: - name: Buttler platform: telegram