Skip to content

Instantly share code, notes, and snippets.

View pkishino's full-sized avatar

Patrick Kishino pkishino

  • Amazon
  • Dublin, Ireland
View GitHub Profile
@pkishino
pkishino / Final Assignment.ipynb
Created November 26, 2021 05:42
Notepad from Coursera course
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@pkishino
pkishino / light.py
Created June 17, 2020 05:07
hyperion ng support
"""Support for Hyperion remotes."""
import json
import logging
import socket
import voluptuous as vol
from homeassistant.components.light import (
ATTR_BRIGHTNESS,
ATTR_EFFECT,