Skip to content

Instantly share code, notes, and snippets.

View albertnis's full-sized avatar

Albert Nisbet albertnis

View GitHub Profile
@albertnis
albertnis / bedside_button.yaml
Created February 17, 2020 07:07
Making a custom multi-click push button using ESPHome
esphome:
name: bedside_button
platform: ESP8266
board: esp12e
wifi:
ssid: "ssid"
password: "example"
logger:
@albertnis
albertnis / mediacentre-compose.yml
Last active June 18, 2019 04:35
Docker compose (v1) file with Sonarr, Radarr and Deluge. For Raspberry Pi/ARM.
homeassistant:
container_name: homeassistant
restart: always
net: "host"
user: "1000"
environment:
- PUID=1000
- PGID=1000
image: homeassistant/armhf-homeassistant:0.91.1
ports:
@albertnis
albertnis / homeassistant-compose.yml
Last active August 10, 2020 21:30
Docker compose (v1) file with Home Assistant, MQTT broker and Node-RED. For Raspberry Pi/ARM.
homeassistant:
container_name: homeassistant
restart: always
net: "host"
user: "1000"
environment:
- PUID=1000
- PGID=1000
image: homeassistant/armhf-homeassistant
ports:
{
"Version": "2012-10-17",
"Statement": [{
"Sid": "Stmt1445601185404",
"Action": [
"iot:Connect",
"iot:Publish",
"iot:Receive",
"iot:Subscribe"
],