Skip to content

Commit c29b0a8

Browse files
Merge pull request #54 from ApolloAutomation/AddLightEffectsAndFixVersion
Add light effects and fix version
2 parents 3ad2a38 + 63294f9 commit c29b0a8

File tree

2 files changed

+28
-4
lines changed

2 files changed

+28
-4
lines changed

Integrations/ESPHome/Core.yaml

+14-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
substitutions:
22
name: apollo-msr-1
3-
version: "25.2.20.1"
3+
version: "25.2.20.2"
44
device_description: ${name} made by Apollo Automation - version ${version}.
55

66
esp32:
@@ -432,7 +432,19 @@ light:
432432
method:
433433
type: esp32_rmt
434434
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%
436448

437449
button:
438450
- platform: restart

Integrations/ESPHome/MSR-1.yaml

+14-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#Define Project
22
substitutions:
33
name: apollo-msr-1
4-
version: "24.7.15.1"
4+
version: "25.2.20.2"
55
device_description: ${name} made by Apollo Automation - version ${version}.
66

77
esphome:
@@ -481,7 +481,19 @@ light:
481481
method:
482482
type: esp32_rmt
483483
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%
485497

486498
button:
487499
- platform: restart

0 commit comments

Comments
 (0)