diff options
Diffstat (limited to 'esphome/config/couchlight.yaml')
| -rw-r--r-- | esphome/config/couchlight.yaml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/esphome/config/couchlight.yaml b/esphome/config/couchlight.yaml index 3dd125a..1cdf582 100644 --- a/esphome/config/couchlight.yaml +++ b/esphome/config/couchlight.yaml | |||
| @@ -1,13 +1,14 @@ | |||
| 1 | esphome: | 1 | esphome: |
| 2 | name: couchlight | 2 | name: couchlight |
| 3 | platform: ESP8266 | ||
| 4 | board: d1_mini | ||
| 5 | on_boot: | 3 | on_boot: |
| 6 | then: | 4 | then: |
| 7 | - lock.template.publish: | 5 | - lock.template.publish: |
| 8 | id: child_lock | 6 | id: child_lock |
| 9 | state: UNLOCKED | 7 | state: UNLOCKED |
| 10 | 8 | ||
| 9 | esp8266: | ||
| 10 | board: d1_mini | ||
| 11 | |||
| 11 | # Enable logging | 12 | # Enable logging |
| 12 | logger: | 13 | logger: |
| 13 | 14 | ||
| @@ -18,7 +19,8 @@ api: | |||
| 18 | 19 | ||
| 19 | # OTA | 20 | # OTA |
| 20 | ota: | 21 | ota: |
| 21 | password: !secret ota_password | 22 | - platform: esphome |
| 23 | password: !secret ota_password | ||
| 22 | 24 | ||
| 23 | # WiFi Credentials | 25 | # WiFi Credentials |
| 24 | wifi: | 26 | wifi: |
