Skip to content

Instantly share code, notes, and snippets.

@vinzent
vinzent / presence-sensor-light-automation.yaml
Last active December 10, 2024 20:01
Presence-activated Light (Home-Assistant Blueprint)
# Original: https://community.home-assistant.io/t/presence-sensor-light-automation/564590
blueprint:
name: Presence-activated Light (vinzent)
description: Turn on a light when presence is detected.
domain: automation
source_url: https://github.com/antoniopacheco/presence_light/presence_light.yaml
input:
presence_entity:
name: Presence Sensor
description: Presence sensor device
@vinzent
vinzent / README.md
Created January 6, 2025 14:08
IKEA Vallhorn
@vinzent
vinzent / Containerfile
Created May 6, 2025 18:56
Mautic Builder
FROM docker.io/library/php:8.1-fpm
LABEL vendor="Mautic"
LABEL maintainer="Mautic core team <>"
# Install PHP extensions
RUN apt-get update && apt-get install --no-install-recommends -y \
ca-certificates \
build-essential \
git \