This commit is contained in:
Home Assistant Version Control
2026-08-15 22:52:36 +00:00
parent 86a566cbf7
commit 8686cddb73
3 changed files with 2 additions and 51 deletions
-20
View File
@@ -240,23 +240,3 @@ light_color_temp_helper:
name: Mode
description: Select switch mode
description: "Switch color temperature of light in steps \nVersion: 2026-03-22"
octoprint_extrude_10:
alias: OctoPrint Extrude 10mm
description: Heats the nozzle to 220C, waits until it reaches 215C, then extrudes
10mm of filament. Refuses to run while a print is active.
icon: mdi:printer-3d-nozzle-outline
sequence:
- if:
- condition: state
entity_id: binary_sensor.octoprint_printing
state: 'off'
then:
- action: rest_command.octoprint_set_tool_target
- wait_for_trigger:
trigger: numeric_state
entity_id: sensor.octoprint_tool_0_temperature
above: 215
timeout:
minutes: 10
continue_on_timeout: false
- action: rest_command.octoprint_extrude_10