Skip to content

Instantly share code, notes, and snippets.

View jordanlambrecht's full-sized avatar

Jordan Lambrecht jordanlambrecht

View GitHub Profile
@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
@jordanlambrecht
jordanlambrecht / index.html
Created February 13, 2021 02:48
Layered Pinning From Bottom - ScrollTrigger
<header >
<section class="header-container blue">
<h1>Layered pinning from bottom</h1>
<p>A simple example where overlapping panels reveal from the bottom.</p>
<div class="scroll-down">Scroll down
<div class="arrow"></div>
</div>
</section>
</header>