Skip to content

Instantly share code, notes, and snippets.

View ChrisHirsch's full-sized avatar

Chris Hirsch ChrisHirsch

View GitHub Profile
@ChrisHirsch
ChrisHirsch / sensor-light.yaml
Last active November 17, 2023 21:56 — forked from Blackshome/sensor-light.yaml
Home Assistant Sensor Light that can be used in Blueprints
blueprint:
name: Sensor Light
description: >
# Sensor Light
**Version: 5.0**
The most common automation used for a sensor light.

Keybase proof

I hereby claim:

  • I am chrishirsch on github.
  • I am zwi (https://keybase.io/zwi) on keybase.
  • I have a public key ASDMU-2nLXnQ2gvW1Nbf2FEEiajMrybmodCcfHS7B-5rfwo

To claim this, I am signing this object:

@ChrisHirsch
ChrisHirsch / docker-register-2-list-images.sh
Created December 14, 2015 20:26 — forked from OndrejP/docker-register-2-list-images.sh
list all images on Docker Register v2
#!/bin/bash
export Register=https://register.example.com
export cLink="/v2/_catalog?n=10"
export cFile=docker.register.catalog
export tFile=docker.register.tags
function listFullCatalog {
while true; do
@ChrisHirsch
ChrisHirsch / lxc-centos
Last active August 29, 2015 14:01 — forked from hagix9/lxc-centos
#!/bin/bash
#
# template script for generating CentOS container for LXC
#
#
# lxc: linux Container library
# Authors: