Skip to content

Instantly share code, notes, and snippets.

@jlpouffier
jlpouffier / irrigation.yaml
Created August 8, 2023 11:49
Irrigation.yaml
- id: '1688129246113'
alias: Irrigation intelligente - Calculer fin arrosage
description: ''
trigger:
- platform: state
entity_id:
- switch.irrigation_switch
to: 'on'
from: 'off'
condition:
@merlinmann
merlinmann / wisdom.md
Last active April 17, 2024 21:52
Merlin's Wisdom Project (Draft)

Merlin's Wisdom Project

Or: “Everybody likes being given a glass of water.”

By Merlin Mann.

It's only advice for you because it had to be advice for me.

@cleverdevil
cleverdevil / overcast-recently-played.py
Last active March 4, 2024 09:28
Fetch recently played episodes from Overcast.fm. Then, publish history to my website.
'''
You'll need to pip install some dependencies:
* python-dateutil
* requests
Also, populate your EMAIL and PASSWORD below.
'''
from xml.etree import ElementTree