From 69ed90b18cf9e5009665e6e88968f29ef8b8c701 Mon Sep 17 00:00:00 2001 From: "Frank \"PHiAX\" Weggelaar" Date: Mon, 23 Feb 2026 10:10:02 +0100 Subject: [PATCH] Adding S60 and fixing octoprint role --- .../testicle/playbooks/install_octoprint.yaml | 3 ++- esphome/partials/effects.yaml | 18 +++++++++--------- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/ansible/phiax.nl/testicle/playbooks/install_octoprint.yaml b/ansible/phiax.nl/testicle/playbooks/install_octoprint.yaml index 1a4c766..3df38d4 100644 --- a/ansible/phiax.nl/testicle/playbooks/install_octoprint.yaml +++ b/ansible/phiax.nl/testicle/playbooks/install_octoprint.yaml @@ -18,4 +18,5 @@ private: false default: 8080 roles: - - octoprint \ No newline at end of file + - role: roles/services/octoprint + become: true \ No newline at end of file diff --git a/esphome/partials/effects.yaml b/esphome/partials/effects.yaml index 49b4ed1..e74ca64 100644 --- a/esphome/partials/effects.yaml +++ b/esphome/partials/effects.yaml @@ -2,6 +2,14 @@ substitutions: light_effects: - strobe: - 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_color_wipe: - addressable_scan: @@ -29,12 +37,4 @@ substitutions: blue: 0% num_leds: 6 add_led_interval: 100ms - 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 \ No newline at end of file + reverse: true \ No newline at end of file