diff options
Diffstat (limited to 'esphome/config/tvlight.yaml')
| -rw-r--r-- | esphome/config/tvlight.yaml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/esphome/config/tvlight.yaml b/esphome/config/tvlight.yaml index 1aea51a..3805888 100644 --- a/esphome/config/tvlight.yaml +++ b/esphome/config/tvlight.yaml | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | esphome: | 1 | esphome: |
| 2 | name: tvlight | 2 | name: tvlight |
| 3 | platform: ESP8266 | 3 | |
| 4 | esp8266: | ||
| 4 | board: d1_mini | 5 | board: d1_mini |
| 5 | 6 | ||
| 6 | # Enable logging | 7 | # Enable logging |
| @@ -13,7 +14,8 @@ api: | |||
| 13 | 14 | ||
| 14 | # OTA | 15 | # OTA |
| 15 | ota: | 16 | ota: |
| 16 | password: !secret ota_password | 17 | - platform: esphome |
| 18 | password: !secret ota_password | ||
| 17 | 19 | ||
| 18 | # WiFi Credentials | 20 | # WiFi Credentials |
| 19 | wifi: | 21 | wifi: |
