Skip to content

Instantly share code, notes, and snippets.

View TheRealFalseReality's full-sized avatar

Nicholas White TheRealFalseReality

View GitHub Profile
@TheRealFalseReality
TheRealFalseReality / temperature_publisher.py
Last active October 13, 2025 02:22
temp_dallas_mqtt.py
import os
import glob
import time
import paho.mqtt.client as mqtt
import json
# --- MQTT Configuration ---
MQTT_BROKER = "homeassistant.local" # Example: "192.168.1.100"
MQTT_PORT = 1883
MQTT_USERNAME = "mosquitto"
@TheRealFalseReality
TheRealFalseReality / send_snapshot_conditional_triggers.yaml
Last active May 8, 2025 21:44
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 notification 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.9) [Automation]
author: TheFalseReality
homeassistant:
min_version: 2024.6.0
@TheRealFalseReality
TheRealFalseReality / send_snapshot_conditional.yaml
Last active February 1, 2025 08:55
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 notification 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.3) [Automation]
author: TheFalseReality
homeassistant: