summaryrefslogtreecommitdiffstats
path: root/esphome/config/tvlight.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'esphome/config/tvlight.yaml')
-rw-r--r--esphome/config/tvlight.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/esphome/config/tvlight.yaml b/esphome/config/tvlight.yaml
index 53b4398..4447744 100644
--- a/esphome/config/tvlight.yaml
+++ b/esphome/config/tvlight.yaml
@@ -34,11 +34,13 @@ light:
34 output: dimmer_tvlight 34 output: dimmer_tvlight
35 default_transition_length: 1.5s 35 default_transition_length: 1.5s
36 gamma_correct: 0 36 gamma_correct: 0
37 restore_mode: RESTORE_AND_OFF
37 38
38 - id: wled 39 - id: wled
39 platform: binary 40 platform: binary
40 name: "WLED" 41 name: "WLED"
41 output: relay_wled 42 output: relay_wled
43 restore_mode: ALWAYS_OFF
42 44
43output: 45output:
44 - id: dimmer_tvlight 46 - id: dimmer_tvlight
@@ -59,4 +61,3 @@ power_supply:
59 pin: D2 61 pin: D2
60 #enable_time: 3s 62 #enable_time: 3s
61 keep_on_time: 20ms 63 keep_on_time: 20ms
62