summaryrefslogtreecommitdiffstats
path: root/esphome/config/3dprinter-led.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'esphome/config/3dprinter-led.yaml')
-rw-r--r--esphome/config/3dprinter-led.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/esphome/config/3dprinter-led.yaml b/esphome/config/3dprinter-led.yaml
index faa4ec1..c85f222 100644
--- a/esphome/config/3dprinter-led.yaml
+++ b/esphome/config/3dprinter-led.yaml
@@ -7,6 +7,7 @@ esphome:
7 then: 7 then:
8 - light.control: 8 - light.control:
9 id: led_strip 9 id: led_strip
10 state: on
10 brightness: 50% 11 brightness: 50%
11 red: 70% 12 red: 70%
12 green: 70% 13 green: 70%
@@ -35,6 +36,8 @@ wifi:
35 domain: .lan 36 domain: .lan
36 ssid: !secret wifi_ssid 37 ssid: !secret wifi_ssid
37 password: !secret wifi_password 38 password: !secret wifi_password
39 # see https://github.com/esphome/issues/issues/1532
40 power_save_mode: HIGH
38 41
39 # Enable fallback hotspot (captive portal) in case wifi connection fails 42 # Enable fallback hotspot (captive portal) in case wifi connection fails
40 ap: 43 ap: