Skip to content

Instantly share code, notes, and snippets.

@gyengus
gyengus / .gitlab-ci.yml
Created December 9, 2018 15:49
Gitlab CI config for Home Assistant
stages:
- test
- deploy
- notify
test:
stage: test
image: homeassistant/amd64-homeassistant:0.83.3
before_script:
- hass --version
@gyengus
gyengus / lego_holder_light.yaml
Created April 18, 2020 16:24
Esphome config
esphome:
name: lego_holder_light
platform: ESP8266
board: nodemcuv2
wifi:
ssid: !secret wifi_ssid
password: !secret wifi_passwd
fast_connect: true
power_save_mode: none