Adding S60 and fixing octoprint role

This commit is contained in:
Frank "PHiAX" Weggelaar 2026-02-23 10:10:02 +01:00
parent fb37f6c0fe
commit 69ed90b18c
2 changed files with 11 additions and 10 deletions

View file

@ -18,4 +18,5 @@
private: false private: false
default: 8080 default: 8080
roles: roles:
- octoprint - role: roles/services/octoprint
become: true

View file

@ -2,6 +2,14 @@ substitutions:
light_effects: light_effects:
- strobe: - strobe:
- flicker: - flicker:
- random:
name: "My Slow Random Effect"
transition_length: 30s
update_interval: 30s
- random:
name: "My Fast Random Effect"
transition_length: 4s
update_interval: 5s
- addressable_rainbow: - addressable_rainbow:
- addressable_color_wipe: - addressable_color_wipe:
- addressable_scan: - addressable_scan:
@ -29,12 +37,4 @@ substitutions:
blue: 0% blue: 0%
num_leds: 6 num_leds: 6
add_led_interval: 100ms add_led_interval: 100ms
reverse: true reverse: true
- random:
name: "My Slow Random Effect"
transition_length: 30s
update_interval: 30s
- random:
name: "My Fast Random Effect"
transition_length: 4s
update_interval: 5s