.ha_mcp/logs/mcp_usage.jsonl, scripts.yaml
This commit is contained in:
@@ -240,3 +240,23 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user