Remove effects from smaller segments
This commit is contained in:
@@ -74,42 +74,34 @@ light:
|
|||||||
name: "Pulse"
|
name: "Pulse"
|
||||||
transition_length: 1s
|
transition_length: 1s
|
||||||
update_interval: 1s
|
update_interval: 1s
|
||||||
width: 28
|
|
||||||
- pulse:
|
- pulse:
|
||||||
name: "Pulse - Slow"
|
name: "Pulse - Slow"
|
||||||
transition_length: 2s
|
transition_length: 2s
|
||||||
update_interval: 2s
|
update_interval: 2s
|
||||||
width: 28
|
|
||||||
- addressable_scan:
|
- addressable_scan:
|
||||||
name: "Scan"
|
name: "Scan"
|
||||||
move_interval: 100ms
|
move_interval: 100ms
|
||||||
scan_width: 3
|
scan_width: 3
|
||||||
width: 28
|
|
||||||
- addressable_twinkle:
|
- addressable_twinkle:
|
||||||
name: "Twinkle"
|
name: "Twinkle"
|
||||||
twinkle_probability: 5%
|
twinkle_probability: 5%
|
||||||
progress_interval: 4ms
|
progress_interval: 4ms
|
||||||
width: 28
|
|
||||||
- addressable_random_twinkle:
|
- addressable_random_twinkle:
|
||||||
name: "Random Twinkle"
|
name: "Random Twinkle"
|
||||||
twinkle_probability: 20%
|
twinkle_probability: 20%
|
||||||
progress_interval: 32ms
|
progress_interval: 32ms
|
||||||
width: 28
|
|
||||||
- addressable_fireworks:
|
- addressable_fireworks:
|
||||||
name: "Fireworks"
|
name: "Fireworks"
|
||||||
update_interval: 32ms
|
update_interval: 32ms
|
||||||
spark_probability: 10%
|
spark_probability: 10%
|
||||||
use_random_color: false
|
use_random_color: false
|
||||||
fade_out_rate: 120
|
fade_out_rate: 120
|
||||||
width: 28
|
|
||||||
- addressable_flicker:
|
- addressable_flicker:
|
||||||
name: "Flicker"
|
name: "Flicker"
|
||||||
update_interval: 16ms
|
update_interval: 16ms
|
||||||
intensity: 5%
|
intensity: 5%
|
||||||
width: 28
|
|
||||||
- random:
|
- random:
|
||||||
name: "Random"
|
name: "Random"
|
||||||
width: 28
|
|
||||||
segments:
|
segments:
|
||||||
- id: light_full
|
- id: light_full
|
||||||
from: 0
|
from: 0
|
||||||
@@ -134,52 +126,47 @@ light:
|
|||||||
name: "Pulse"
|
name: "Pulse"
|
||||||
transition_length: 1s
|
transition_length: 1s
|
||||||
update_interval: 1s
|
update_interval: 1s
|
||||||
width: 32
|
|
||||||
- pulse:
|
- pulse:
|
||||||
name: "Pulse - Slow"
|
name: "Pulse - Slow"
|
||||||
transition_length: 2s
|
transition_length: 2s
|
||||||
update_interval: 2s
|
update_interval: 2s
|
||||||
width: 32
|
|
||||||
- addressable_scan:
|
- addressable_scan:
|
||||||
name: "Scan"
|
name: "Scan"
|
||||||
move_interval: 100ms
|
move_interval: 100ms
|
||||||
scan_width: 3
|
scan_width: 3
|
||||||
width: 32
|
|
||||||
- addressable_twinkle:
|
- addressable_twinkle:
|
||||||
name: "Twinkle"
|
name: "Twinkle"
|
||||||
twinkle_probability: 5%
|
twinkle_probability: 5%
|
||||||
progress_interval: 4ms
|
progress_interval: 4ms
|
||||||
width: 32
|
|
||||||
- addressable_random_twinkle:
|
- addressable_random_twinkle:
|
||||||
name: "Random Twinkle"
|
name: "Random Twinkle"
|
||||||
twinkle_probability: 20%
|
twinkle_probability: 20%
|
||||||
progress_interval: 32ms
|
progress_interval: 32ms
|
||||||
width: 32
|
|
||||||
- addressable_fireworks:
|
- addressable_fireworks:
|
||||||
name: "Fireworks"
|
name: "Fireworks"
|
||||||
update_interval: 32ms
|
update_interval: 32ms
|
||||||
spark_probability: 10%
|
spark_probability: 10%
|
||||||
use_random_color: false
|
use_random_color: false
|
||||||
fade_out_rate: 120
|
fade_out_rate: 120
|
||||||
width: 32
|
|
||||||
- addressable_flicker:
|
- addressable_flicker:
|
||||||
name: "Flicker"
|
name: "Flicker"
|
||||||
update_interval: 16ms
|
update_interval: 16ms
|
||||||
intensity: 5%
|
intensity: 5%
|
||||||
width: 32
|
|
||||||
- random:
|
- random:
|
||||||
name: "Random"
|
name: "Random"
|
||||||
width: 32
|
|
||||||
segments:
|
segments:
|
||||||
- id: light_full
|
- id: light_full
|
||||||
from: 0
|
from: 0
|
||||||
to: 31
|
to: 31
|
||||||
|
|
||||||
- &light_partition_with_effects_eu_disabled
|
- &light_partition_no_effects_disabled
|
||||||
id: light_eu_bottom
|
id: light_eu_bottom
|
||||||
name: Light - Bottom EU
|
name: Light - Bottom EU
|
||||||
|
platform: partition
|
||||||
disabled_by_default: true
|
disabled_by_default: true
|
||||||
<<: *light_partition_with_effects_eu
|
default_transition_length: ${default_transition_length}
|
||||||
|
restore_mode: ${LIGHT_SIDES_RESTORE_MODE}
|
||||||
|
internal: true
|
||||||
segments:
|
segments:
|
||||||
- id: light_full
|
- id: light_full
|
||||||
from: 6
|
from: 6
|
||||||
@@ -187,7 +174,7 @@ light:
|
|||||||
reversed: true
|
reversed: true
|
||||||
- id: light_eu_left
|
- id: light_eu_left
|
||||||
name: Light - Left EU
|
name: Light - Left EU
|
||||||
<<: *light_partition_with_effects_eu_disabled
|
<<: *light_partition_no_effects_disabled
|
||||||
segments:
|
segments:
|
||||||
- id: light_full
|
- id: light_full
|
||||||
from: 13
|
from: 13
|
||||||
@@ -195,7 +182,7 @@ light:
|
|||||||
reversed: true
|
reversed: true
|
||||||
- id: light_eu_right
|
- id: light_eu_right
|
||||||
name: Light - Right EU
|
name: Light - Right EU
|
||||||
<<: *light_partition_with_effects_eu_disabled
|
<<: *light_partition_no_effects_disabled
|
||||||
segments:
|
segments:
|
||||||
- id: light_full
|
- id: light_full
|
||||||
from: 27
|
from: 27
|
||||||
@@ -207,7 +194,7 @@ light:
|
|||||||
reversed: false
|
reversed: false
|
||||||
- id: light_eu_top
|
- id: light_eu_top
|
||||||
name: Light - Top EU
|
name: Light - Top EU
|
||||||
<<: *light_partition_with_effects_eu_disabled
|
<<: *light_partition_no_effects_disabled
|
||||||
segments:
|
segments:
|
||||||
- id: light_full
|
- id: light_full
|
||||||
from: 20
|
from: 20
|
||||||
@@ -215,17 +202,15 @@ light:
|
|||||||
reversed: false
|
reversed: false
|
||||||
- id: light_us_bottom
|
- id: light_us_bottom
|
||||||
name: Light - Bottom US
|
name: Light - Bottom US
|
||||||
<<: *light_partition_with_effects_eu_disabled
|
<<: *light_partition_no_effects_disabled
|
||||||
segments:
|
segments:
|
||||||
- id: light_full
|
- id: light_full
|
||||||
from: 9
|
from: 9
|
||||||
to: 14
|
to: 14
|
||||||
reversed: true
|
reversed: true
|
||||||
- &light_partition_with_effects_us_disabled
|
- id: light_us_left
|
||||||
id: light_us_left
|
|
||||||
name: Light - Left US
|
name: Light - Left US
|
||||||
disabled_by_default: true
|
<<: *light_partition_no_effects_disabled
|
||||||
<<: *light_partition_with_effects_us
|
|
||||||
segments:
|
segments:
|
||||||
- id: light_full
|
- id: light_full
|
||||||
from: 15
|
from: 15
|
||||||
@@ -233,7 +218,7 @@ light:
|
|||||||
reversed: true
|
reversed: true
|
||||||
- id: light_us_right
|
- id: light_us_right
|
||||||
name: Light - Right US
|
name: Light - Right US
|
||||||
<<: *light_partition_with_effects_us_disabled
|
<<: *light_partition_no_effects_disabled
|
||||||
segments:
|
segments:
|
||||||
- id: light_full
|
- id: light_full
|
||||||
from: 31
|
from: 31
|
||||||
@@ -245,7 +230,7 @@ light:
|
|||||||
reversed: false
|
reversed: false
|
||||||
- id: light_us_top
|
- id: light_us_top
|
||||||
name: Light - Top US
|
name: Light - Top US
|
||||||
<<: *light_partition_with_effects_us_disabled
|
<<: *light_partition_no_effects_disabled
|
||||||
segments:
|
segments:
|
||||||
- id: light_full
|
- id: light_full
|
||||||
from: 25
|
from: 25
|
||||||
|
|||||||
Reference in New Issue
Block a user