Skip to content

Instantly share code, notes, and snippets.

View taschik's full-sized avatar

Daniel Taschik taschik

View GitHub Profile
@taschik
taschik / notify-or-do-something-when-an-appliance-like-a-dishwasher-or-washing-machine-finishes.yaml Home Assistant Blueprint: Notify or do something when an appliance like a dishwasher or washing machine finishes
blueprint:
name: Appliance has finished
description: Do something when an appliance (like a washing machine or dishwasher)
has finished as detected by a power sensor.
domain: automation
input:
power_sensor:
name: Power Sensor
description: Power sensor entity (e.g. from a smart plug device).
selector:
@taschik
taschik / README.md
Last active June 27, 2018 02:59
pycodestyle and pyflakes git hook

Requirements

  • Python >= 3.x
  • pycodestyle
  • pyflakes

Installation

cd path/to/repository/
@taschik
taschik / README.md
Created June 27, 2018 02:57
pycodestyle and pyflakes git hook

Requirements

  • Python >= 3.x
  • pycodestyle
  • pyflakes

Installation

cd path/to/repository/