File tree 2 files changed +28
-4
lines changed
2 files changed +28
-4
lines changed Original file line number Diff line number Diff line change 1
1
substitutions :
2
2
name : apollo-msr-1
3
- version : " 25.2.20.1 "
3
+ version : " 25.2.20.2 "
4
4
device_description : ${name} made by Apollo Automation - version ${version}.
5
5
6
6
esp32 :
@@ -432,7 +432,19 @@ light:
432
432
method :
433
433
type : esp32_rmt
434
434
channel : 0
435
-
435
+ effects :
436
+ - pulse :
437
+ name : " Slow Pulse"
438
+ transition_length : 1000ms
439
+ update_interval : 1000ms
440
+ min_brightness : 0%
441
+ max_brightness : 100%
442
+ - pulse :
443
+ name : " Fast Pulse"
444
+ transition_length : 100ms
445
+ update_interval : 100ms
446
+ min_brightness : 50%
447
+ max_brightness : 100%
436
448
437
449
button :
438
450
- platform : restart
Original file line number Diff line number Diff line change 1
1
# Define Project
2
2
substitutions :
3
3
name : apollo-msr-1
4
- version : " 24.7.15.1 "
4
+ version : " 25.2.20.2 "
5
5
device_description : ${name} made by Apollo Automation - version ${version}.
6
6
7
7
esphome :
@@ -481,7 +481,19 @@ light:
481
481
method :
482
482
type : esp32_rmt
483
483
channel : 0
484
-
484
+ effects :
485
+ - pulse :
486
+ name : " Slow Pulse"
487
+ transition_length : 1000ms
488
+ update_interval : 1000ms
489
+ min_brightness : 0%
490
+ max_brightness : 100%
491
+ - pulse :
492
+ name : " Fast Pulse"
493
+ transition_length : 100ms
494
+ update_interval : 100ms
495
+ min_brightness : 50%
496
+ max_brightness : 100%
485
497
486
498
button :
487
499
- platform : restart
You can’t perform that action at this time.
0 commit comments