Skip to content

Instantly share code, notes, and snippets.

View XavierBoubert's full-sized avatar

Xavier Boubert XavierBoubert

View GitHub Profile
@XavierBoubert
XavierBoubert / Dockerfile
Created October 10, 2017 12:21 — forked from colthreepv/Dockerfile
Concourse CI inside Docker compose v2
FROM alpine:latest
RUN apk update && apk upgrade && \
apk add --no-cache \
openssh
RUN mkdir -p /keys/web /keys/worker
CMD ssh-keygen -t rsa -f /keys/web/tsa_host_key -N '' && \
ssh-keygen -t rsa -f /keys/web/session_signing_key -N '' && \

Setting up MiLight Wifi Bridge and LimitlessLED bulbs with Amazon Alexa and Home Automation Bridge

Goal of this tutorial

Be able to control MiLight bulbs with Amazon Alexa via the MiLight Wifi Bridge.

Materials