Skip to content

Instantly share code, notes, and snippets.

View davepullig's full-sized avatar

Dave Pullig davepullig

View GitHub Profile
esphome:
name: esp32s3-matrix
friendly_name: ESP32-S3 Matrix
min_version: 2024.11.0
name_add_mac_suffix: false
on_boot:
priority: 600
then:
- light.turn_on:
@Blackshome
Blackshome / sensor-light.yaml
Last active August 29, 2025 06:34
Home Assistant Sensor Light that can be used in Blueprints
blueprint:
name: Sensor Light
description: >
# 💡 Sensor Light
**Version: 8.3**
Your lighting experience, your way - take control and customize it to perfection! 💡✨
@kirstyburgoine
kirstyburgoine / board-games.txt
Last active May 29, 2020 09:40
Board Game suggestions
A list of all of the board games suggested when asking for recomendations on Twitter. Includes any notes people added
https://twitter.com/KirstyBurgoine/status/1264639133387014144
Agricola - 2 player (also bigger version available)
Anachrony
Azul
Bananagrams
Bird Bingo - Good when you don’t want anything complicated
Boss Monster
Burgle Bros
@deckerweb
deckerweb / gw-gravity-forms-change-field-id.js
Created January 26, 2016 15:57 — forked from spivurno/gw-gravity-forms-change-field-id.js
Gravity Wiz // Gravity Forms // Change Field ID via Browser Console
/**
* Gravity Wiz // Gravity Forms // Change Field ID via Browser Console
*
* Provides a simple function for changing the ID of a Gravity Forms field via the browser console from the Form Editor page.
*
* @version 1.0
* @author David Smith <david@gravitywiz.com>
* @license GPL-2.0+
* @link http://gravitywiz.com/changing-your-gravity-forms-field-ids/
* @video http://www.screencast.com/t/STm1eLZEsR9q
@johnbillion
johnbillion / wp_mail.md
Last active July 7, 2025 13:21
WordPress Emails

WordPress Emails

This document lists all the situations where WordPress sends an email, along with how to filter or disable each email.

This documentation has moved here: https://github.com/johnbillion/wp_mail

@johnbillion
johnbillion / gist:4fa3c4228a8bb53cc71d
Last active February 18, 2025 13:06
WordPress Flow
INITIALISATION
==============
load wp-config.php
set up default constants
load wp-content/advanced-cache.php if it exists
load wp-content/db.php if it exists
connect to mysql, select db
load object cache (object-cache.php if it exists, or wp-include/cache.php if not)
load wp-content/sunrise.php if it exists (multisite only)