view espNode/esp8266_nightlight.yaml @ 1561:fc45f01f66c2 dependabot/pip/service/colplay/twisted-19.7.0

Bump twisted from 16.0.0 to 19.7.0 in /service/colplay Bumps [twisted](https://github.com/twisted/twisted) from 16.0.0 to 19.7.0. - [Release notes](https://github.com/twisted/twisted/releases) - [Changelog](https://github.com/twisted/twisted/blob/trunk/NEWS.rst) - [Commits](https://github.com/twisted/twisted/compare/twisted-16.0.0...twisted-19.7.0) Signed-off-by: dependabot[bot] <support@github.com>
author dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
date Fri, 14 Feb 2020 10:01:19 +0000
parents ed3d29eb989a
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: