summaryrefslogtreecommitdiffstats
path: root/esphome/config/bedlight.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'esphome/config/bedlight.yaml')
-rw-r--r--esphome/config/bedlight.yaml10
1 files changed, 6 insertions, 4 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 @@
1esphome: 1esphome:
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
17esp8266:
18 board: esp01_1m
19 #restore_from_flash: true
20
20# Enable logging 21# Enable logging
21logger: 22logger:
22 # make RXD / TXD available 23 # make RXD / TXD available
@@ -29,7 +30,8 @@ api:
29 30
30# OTA 31# OTA
31ota: 32ota:
32 password: !secret ota_password 33 - platform: esphome
34 password: !secret ota_password
33 35
34# WiFi Credentials 36# WiFi Credentials
35wifi: 37wifi: