Skip to content

Instantly share code, notes, and snippets.

View BillBlight's full-sized avatar
💭
Breaking Stuff

Bill Blight BillBlight

💭
Breaking Stuff
View GitHub Profile
@EverythingSmartHome
EverythingSmartHome / esp32-voice.yaml
Last active October 21, 2025 13:47
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:
@kdorff
kdorff / distance-sensor-0.yaml
Last active April 18, 2025 19:18
Break beam sensor using VL53L0X for Home Assistant using ESPHome
##
## A standard "break beam sensor" uses a laser or LED with a device on both
## sides of an opening and is triggered when something breaks the beam
## (such as a customer walking through the beam). Some garage doors use them.
## Stores often use them at the entrace to ring a chime when a customer enters
## or leaves.
##
## This is my attempt at using a VL53L0X i2c Time of Flight sensor
## as a break beam sensor in Home Assistant using ESPHome.
##