Skip to content

Instantly share code, notes, and snippets.

View jamesmyatt's full-sized avatar

James Myatt jamesmyatt

  • Capgemini Engineering
  • Stevenage, UK
  • LinkedIn in/jmyatt
View GitHub Profile
@EverythingSmartHome
EverythingSmartHome / esp32-voice.yaml
Last active March 19, 2025 14:39
ESP32 & ESPHome Voice Assistant
esphome:
name: esp32-mic-speaker
friendly_name: esp32-mic-speaker
on_boot:
- priority: -100
then:
- wait_until: api.connected
- delay: 1s
- if:
condition:
@Blackshome
Blackshome / sensor-light.yaml
Last active April 19, 2025 17:46
Home Assistant Sensor Light that can be used in Blueprints
blueprint:
name: Sensor Light
description: >
# 💡 Sensor Light
**Version: 8.1**
Your lighting experience, your way - take control and customize it to perfection! 💡✨
blueprint:
name: Occupancy
description: |
This blueprint implements the 'Wasp in a Box' principle, a method for detecting room occupancy based on motion and door sensors. It was inspired by an AppDaemon app with a similar approach.
You can find more information about this blueprint on the Home Assistant Community: https://community.home-assistant.io/t/occupancy-blueprint/477772
domain: automation
source_url: https://gist.github.com/AlexanderBabel/487f054b289b61f90afdc837d23cb85e
input:
door_sensor:
name: Single Door Sensor or Door Sensor Group