configuration.yaml

This commit is contained in:
Home Assistant Version Control
2026-08-15 22:43:49 +00:00
parent 06f4b3d54b
commit f59fb2feac
+1 -1
View File
@@ -22,7 +22,7 @@ rest_command:
content_type: "application/json" content_type: "application/json"
headers: headers:
X-Api-Key: !secret octoprint_api_key X-Api-Key: !secret octoprint_api_key
payload: '{"targets": {"tool0": 220}}' payload: '{"command": "target", "targets": {"tool0": 220}}'
octoprint_extrude_10: octoprint_extrude_10:
url: "https://ender5pro.duckdns.org/api/printer/command" url: "https://ender5pro.duckdns.org/api/printer/command"
method: POST method: POST