Skip to content

Instantly share code, notes, and snippets.

View TheRealFalseReality's full-sized avatar

Nicholas White TheRealFalseReality

View GitHub Profile
@TheRealFalseReality
TheRealFalseReality / send_snapshot_conditional.yaml
Last active June 8, 2024 01:29
Camera - Creates a camera snapshot if motion is detected and sends a notification to your device with the picture when certain conditions are met.
blueprint:
name: Camera - Send & Save Camera snapshot when if a binary sensor's state turns
'off' to 'on', with Conditions
description: This automation blueprint creates a camera snapshot if motion is detected,
or if a binary sensor's state turns 'off' to 'on', and sends a notification to
your phone with the picture. Clicking the navigation will navigate to dashboard
URL. [More Info](https://community.home-assistant.io/t/camera-send-save-snapshot-to-mobile-device-when-motion-is-detected-with-conditions/604156)
(v2.2.4) [Automation]
author: TheFalseReality
homeassistant:
type: custom:layout-card
layout_type: custom:vertical-layout
cards:
- type: vertical-stack
cards:
- type: custom:mushroom-title-card
title: Current Status & History
subtitle: ''
- type: vertical-stack
cards:
@TheRealFalseReality
TheRealFalseReality / send_snapshot_conditional_triggers.yaml
Last active June 8, 2024 01:29
Camera - Send & Save Camera snapshot with custom triggers and with Conditions
blueprint:
name: Camera - Send & Save Camera snapshot with custom triggers and with Conditions
description: This automation blueprint creates a camera snapshot if motion is detected,
or if a binary sensor's state turns 'off' to 'on', and sends a notification to
your phone with the picture. Clicking the navigation will navigate to dashboard
URL. [More Info](https://community.home-assistant.io/t/camera-send-save-snapshot-to-mobile-device-when-motion-is-detected-with-conditions/604156)
(v2.2.4) [Automation]
author: TheFalseReality
homeassistant:
min_version: 2024.6.0