Skip to content

Instantly share code, notes, and snippets.

@nicolaiort
nicolaiort / doorbell_notify_with_camera_screenshot.yaml
Created August 15, 2021 16:30
Home-Assistant Blueprint Doorbell - Send camera snapshot to app
blueprint:
name: Doorbell - Send camera snapshot to app
description: Send a camera snapshot to your app.
domain: automation
input:
doorbell:
name: Doorbell
description: This is the doorbell binary sensor
selector:
entity:
@regner
regner / BuildProject.xml
Last active May 2, 2024 18:57
A sample BuildGraph script for building, cooking, and packaging an Unreal project.
<?xml version='1.0' ?>
<!--
Why is this one giant script instead of a bunch of smaller scripts?
Mostly this comes down to BuildGraph and personal preference. As the language BuildGraph isn't
really much of a programming language there is no easy way to use an IDE and jump between
includes, find usages of variables, and just generally quickly search things. It was found to
be easier to have a single large file that a developer can quickly jump up and down in when
trying to understand what the BuildGraph script is doing.