mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Docs for octoprint job buttons (#21610)
This commit is contained in:
parent
f7bc4f3013
commit
dc4dc4ff5e
@ -3,6 +3,7 @@ title: OctoPrint
|
|||||||
description: Integration between OctoPrint and Home Assistant.
|
description: Integration between OctoPrint and Home Assistant.
|
||||||
ha_category:
|
ha_category:
|
||||||
- Binary Sensor
|
- Binary Sensor
|
||||||
|
- Button
|
||||||
- Sensor
|
- Sensor
|
||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
ha_release: 0.19
|
ha_release: 0.19
|
||||||
@ -14,6 +15,7 @@ ha_zeroconf: true
|
|||||||
ha_ssdp: true
|
ha_ssdp: true
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
- binary_sensor
|
- binary_sensor
|
||||||
|
- button
|
||||||
- sensor
|
- sensor
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -84,3 +86,11 @@ camera:
|
|||||||
still_image_url: http://YOUR_OCTOPRINT_HOST_IP/webcam/?action=snapshot
|
still_image_url: http://YOUR_OCTOPRINT_HOST_IP/webcam/?action=snapshot
|
||||||
mjpeg_url: http://YOUR_OCTOPRINT_HOST_IP/webcam/?action=stream
|
mjpeg_url: http://YOUR_OCTOPRINT_HOST_IP/webcam/?action=stream
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Buttons
|
||||||
|
|
||||||
|
The OctoPrint integration provides the following buttons.
|
||||||
|
|
||||||
|
- Pause Job
|
||||||
|
- Resume Job
|
||||||
|
- Stop Job
|
||||||
|
Loading…
x
Reference in New Issue
Block a user