diff options
Diffstat (limited to 'esphome/config/bedlight.yaml')
| -rw-r--r-- | esphome/config/bedlight.yaml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/esphome/config/bedlight.yaml b/esphome/config/bedlight.yaml index 66662d4..2913e99 100644 --- a/esphome/config/bedlight.yaml +++ b/esphome/config/bedlight.yaml | |||
| @@ -16,7 +16,10 @@ esphome: | |||
| 16 | 16 | ||
| 17 | esp8266: | 17 | esp8266: |
| 18 | board: esp01_1m | 18 | board: esp01_1m |
| 19 | #restore_from_flash: true | 19 | restore_from_flash: true |
| 20 | |||
| 21 | preferences: | ||
| 22 | flash_write_interval: 5min | ||
| 20 | 23 | ||
| 21 | # Enable logging | 24 | # Enable logging |
| 22 | logger: | 25 | logger: |
| @@ -38,6 +41,8 @@ wifi: | |||
| 38 | domain: .lan | 41 | domain: .lan |
| 39 | ssid: !secret wifi_ssid | 42 | ssid: !secret wifi_ssid |
| 40 | password: !secret wifi_password | 43 | password: !secret wifi_password |
| 44 | # see https://github.com/esphome/issues/issues/1532 | ||
| 45 | power_save_mode: HIGH | ||
| 41 | 46 | ||
| 42 | # Enable fallback hotspot (captive portal) in case wifi connection fails | 47 | # Enable fallback hotspot (captive portal) in case wifi connection fails |
| 43 | ap: | 48 | ap: |
