view service/espNode/esp8266_nightlight.yaml @ 686:438edc93e29e

add task to pull new docker image Ignore-this: f69eb791b4af38e32a165b1443c793e1
author drewp@bigasterisk.com
date Mon, 20 Jan 2020 17:09:39 -0800
parents a56bc73d308c
children
line wrap: on
line source

esphome:
  name: nightlight_${location}
  platform: esp8266
  board: ${board}
  # or esp12e
  build_path: build

wifi:
  ssid: !secret wifi_ssid
  password: !secret wifi_password
  domain: ''

mqtt:
  broker: '10.2.0.1'
  port: 1883
  username: ''
  password: ''
  
logger:
  baud_rate: 115200
  level: DEBUG
  
ota: