diff options
| -rw-r--r-- | esphome/config/bedlight.yaml | 10 | ||||
| -rw-r--r-- | esphome/config/couchlight.yaml | 8 | ||||
| -rw-r--r-- | esphome/config/hoblight.yaml | 6 | ||||
| -rw-r--r-- | esphome/config/tvlight.yaml | 6 |
4 files changed, 19 insertions, 11 deletions
diff --git a/esphome/config/bedlight.yaml b/esphome/config/bedlight.yaml index 0df3593..66662d4 100644 --- a/esphome/config/bedlight.yaml +++ b/esphome/config/bedlight.yaml | |||
| @@ -1,8 +1,5 @@ | |||
| 1 | esphome: | 1 | esphome: |
| 2 | name: bedlight | 2 | name: bedlight |
| 3 | platform: ESP8266 | ||
| 4 | board: esp01_1m | ||
| 5 | #esp8266_restore_from_flash: true | ||
| 6 | 3 | ||
| 7 | # light default values | 4 | # light default values |
| 8 | on_boot: | 5 | on_boot: |
| @@ -17,6 +14,10 @@ esphome: | |||
| 17 | # brightness: 10% | 14 | # brightness: 10% |
| 18 | # color_temperature: 330.0 mireds | 15 | # color_temperature: 330.0 mireds |
| 19 | 16 | ||
| 17 | esp8266: | ||
| 18 | board: esp01_1m | ||
| 19 | #restore_from_flash: true | ||
| 20 | |||
| 20 | # Enable logging | 21 | # Enable logging |
| 21 | logger: | 22 | logger: |
| 22 | # make RXD / TXD available | 23 | # make RXD / TXD available |
| @@ -29,7 +30,8 @@ api: | |||
| 29 | 30 | ||
| 30 | # OTA | 31 | # OTA |
| 31 | ota: | 32 | ota: |
| 32 | password: !secret ota_password | 33 | - platform: esphome |
| 34 | password: !secret ota_password | ||
| 33 | 35 | ||
| 34 | # WiFi Credentials | 36 | # WiFi Credentials |
| 35 | wifi: | 37 | wifi: |
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: |
diff --git a/esphome/config/hoblight.yaml b/esphome/config/hoblight.yaml index 6ed21a5..3b86ff3 100644 --- a/esphome/config/hoblight.yaml +++ b/esphome/config/hoblight.yaml | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | esphome: | 1 | esphome: |
| 2 | name: hoblight | 2 | name: hoblight |
| 3 | platform: ESP8266 | 3 | |
| 4 | esp8266: | ||
| 4 | board: esp01_1m | 5 | board: esp01_1m |
| 5 | 6 | ||
| 6 | # Enable logging | 7 | # Enable logging |
| @@ -15,7 +16,8 @@ api: | |||
| 15 | 16 | ||
| 16 | # OTA | 17 | # OTA |
| 17 | ota: | 18 | ota: |
| 18 | password: !secret ota_password | 19 | - platform: esphome |
| 20 | password: !secret ota_password | ||
| 19 | 21 | ||
| 20 | # WiFi Credentials | 22 | # WiFi Credentials |
| 21 | wifi: | 23 | wifi: |
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: |
