From f59fb2feac1f2110ac9fa28a6af343b86ca6fb08 Mon Sep 17 00:00:00 2001 From: Home Assistant Version Control Date: Sat, 15 Aug 2026 22:43:49 +0000 Subject: [PATCH] configuration.yaml --- configuration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.yaml b/configuration.yaml index 638b5703..99bd394c 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -22,7 +22,7 @@ rest_command: content_type: "application/json" headers: X-Api-Key: !secret octoprint_api_key - payload: '{"targets": {"tool0": 220}}' + payload: '{"command": "target", "targets": {"tool0": 220}}' octoprint_extrude_10: url: "https://ender5pro.duckdns.org/api/printer/command" method: POST