Skip to content

Instantly share code, notes, and snippets.

View timmo001's full-sized avatar
🫖
HTTP418

Aidan Timson timmo001

🫖
HTTP418
View GitHub Profile
---
esphome:
name: central_heating
platform: ESP8266
board: esp01_1m
board_flash_mode: dout
# Automation turning on the blue status LED once T1 is booted up
on_boot:
priority: -10
then:
---
esphome:
name: teckinsp23001
platform: ESP8266
board: esp8285
wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
@timmo001
timmo001 / .gitlab-ci.yml
Created June 8, 2018 14:00
Platform IO GitLab CI Script
image: python:2
stages:
- build
# Change pip's cache directory to be inside the project directory since we can
# only cache local items.
variables:
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache"