annotate service/espNode/esp8266_nightlight.yaml @ 1460:dff065147f57
dependabot/pip/service/irRemote/requests-2.20.0
Bump requests from 2.18.4 to 2.20.0 in /service/irRemote
Bumps [requests](https://github.com/requests/requests) from 2.18.4 to 2.20.0.
- [Release notes](https://github.com/requests/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md)
- [Commits](https://github.com/requests/requests/compare/v2.18.4...v2.20.0)
Signed-off-by: dependabot[bot] <support@github.com>
author |
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
date |
Sun, 03 Nov 2019 10:01:33 +0000 |
parents |
5e8f1fcfbc79 |
children |
|
rev |
line source |
1399
|
1 esphome:
|
|
2 name: nightlight_${location}
|
|
3 platform: esp8266
|
|
4 board: ${board}
|
|
5 # or esp12e
|
|
6 build_path: build
|
|
7
|
|
8 wifi:
|
|
9 ssid: !secret wifi_ssid
|
|
10 password: !secret wifi_password
|
|
11 domain: ''
|
|
12
|
|
13 mqtt:
|
|
14 broker: '10.2.0.1'
|
|
15 port: 1883
|
|
16 username: ''
|
|
17 password: ''
|
|
18
|
|
19 logger:
|
|
20 baud_rate: 115200
|
|
21 level: DEBUG
|
|
22
|
|
23 ota:
|