esphome lounge switches and scene control
This commit is contained in:
@@ -89,8 +89,16 @@ substitutions:
|
||||
min_output_2: "0.20f"
|
||||
min_output_3: "0.20f"
|
||||
min_output_4: "0.20f"
|
||||
min_output_5: "0.20f"
|
||||
min_output_6: "0.20f"
|
||||
min_output_5: "0.10f"
|
||||
min_output_6: "0.10f"
|
||||
|
||||
# Per-channel gamma correct
|
||||
gamma_output_1: "2.2"
|
||||
gamma_output_2: "2.2"
|
||||
gamma_output_3: "2.2"
|
||||
gamma_output_4: "1"
|
||||
gamma_output_5: "2.2"
|
||||
gamma_output_6: "2.2"
|
||||
|
||||
#########################################################################################
|
||||
# PACKAGES: Included Common Packages
|
||||
@@ -122,6 +130,7 @@ packages:
|
||||
|
||||
#### WEB PORTAL ####
|
||||
#common_webportal: !include common/webportal_common.yaml
|
||||
|
||||
#### SNTP (Only use if you want/need accurate timeclocks) ####
|
||||
common_sntp: !include common/sntp_common.yaml
|
||||
|
||||
@@ -214,42 +223,42 @@ light:
|
||||
output: dmx_1
|
||||
id: light_test_1
|
||||
default_transition_length: 10s
|
||||
gamma_correct: 2.2
|
||||
gamma_correct: ${gamma_output_1}
|
||||
restore_mode: ALWAYS_ON
|
||||
- platform: monochromatic
|
||||
name: ${output_2_name}
|
||||
output: dmx_2
|
||||
id: light_test_2
|
||||
default_transition_length: 10s
|
||||
gamma_correct: 2.2
|
||||
gamma_correct: ${gamma_output_2}
|
||||
restore_mode: ALWAYS_ON
|
||||
- platform: monochromatic
|
||||
name: ${output_3_name}
|
||||
output: dmx_3
|
||||
id: light_test_3
|
||||
default_transition_length: 10s
|
||||
gamma_correct: 2.2
|
||||
gamma_correct: ${gamma_output_3}
|
||||
restore_mode: ALWAYS_ON
|
||||
- platform: monochromatic
|
||||
name: ${output_4_name}
|
||||
output: dmx_4
|
||||
id: light_test_4
|
||||
default_transition_length: 10s
|
||||
gamma_correct: 1
|
||||
gamma_correct: ${gamma_output_4}
|
||||
restore_mode: ALWAYS_ON
|
||||
- platform: monochromatic
|
||||
name: ${output_5_name}
|
||||
output: dmx_5
|
||||
id: light_test_5
|
||||
default_transition_length: 10s
|
||||
gamma_correct: 1
|
||||
default_transition_length: 3s
|
||||
gamma_correct: ${gamma_output_5}
|
||||
restore_mode: RESTORE_DEFAULT_OFF
|
||||
- platform: monochromatic
|
||||
name: ${output_6_name}
|
||||
output: dmx_6
|
||||
id: light_test_6
|
||||
default_transition_length: 10s
|
||||
gamma_correct: 1
|
||||
default_transition_length: 3s
|
||||
gamma_correct: ${gamma_output_6}
|
||||
restore_mode: RESTORE_DEFAULT_OFF
|
||||
|
||||
##########################################################################################
|
||||
|
||||
Reference in New Issue
Block a user