Skip to content

Instantly share code, notes, and snippets.

View jordanlambrecht's full-sized avatar

Jordan Lambrecht jordanlambrecht

View GitHub Profile
@jordanlambrecht
jordanlambrecht / .gitignore
Created June 7, 2021 04:32
Jordan's Git Ignore Template
# git ls-files --others --exclude-from=.git/info/exclude
# Lines that start with '#' are comments.
# For a project mostly in C, the following would be a good set of
# exclude patterns (uncomment them if you want to use them):
# *.[oa]
# *~
# ignore everything in the root except the "wp-content" directory.
!wp-content/
# ignore everything in the "wp-content" directory, except:
@jordanlambrecht
jordanlambrecht / NorthBathroomAmbient.yaml
Created February 20, 2021 03:32
Home Assistant - Google Home - N Bathroom - Ambient Sounds To Poop To
alias: Google Home - N Bathroom - Ambient Sounds To Poop To
description: 'After the N bathroom light has been on for 20s, Check to make sure GH is not in use, then set the volume to 0 and select an ambient track based on time of day, and cast it to the google home for 10 minutes.'
trigger:
- platform: device
type: turned_on
device_id: 43159d577b25076ba654bfbe4f07b252
entity_id: switch.north_bathroom_light
domain: switch
for:
hours: 0