From dc4dc4ff5e883dda0410d56a4df3fff008711503 Mon Sep 17 00:00:00 2001 From: Ryan Fleming Date: Mon, 14 Feb 2022 08:48:01 -0500 Subject: [PATCH] Docs for octoprint job buttons (#21610) --- source/_integrations/octoprint.markdown | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/source/_integrations/octoprint.markdown b/source/_integrations/octoprint.markdown index 7974b449abf..6746134f01d 100644 --- a/source/_integrations/octoprint.markdown +++ b/source/_integrations/octoprint.markdown @@ -3,6 +3,7 @@ title: OctoPrint description: Integration between OctoPrint and Home Assistant. ha_category: - Binary Sensor + - Button - Sensor ha_config_flow: true ha_release: 0.19 @@ -14,6 +15,7 @@ ha_zeroconf: true ha_ssdp: true ha_platforms: - binary_sensor + - button - sensor --- @@ -84,3 +86,11 @@ camera: still_image_url: http://YOUR_OCTOPRINT_HOST_IP/webcam/?action=snapshot mjpeg_url: http://YOUR_OCTOPRINT_HOST_IP/webcam/?action=stream ``` + +## Buttons + +The OctoPrint integration provides the following buttons. + +- Pause Job +- Resume Job +- Stop Job