diff --git a/source/_integrations/octoprint.markdown b/source/_integrations/octoprint.markdown index 6746134f01d..0e57e510e1f 100644 --- a/source/_integrations/octoprint.markdown +++ b/source/_integrations/octoprint.markdown @@ -77,15 +77,9 @@ Supported sensors: ## Camera -If the OctoPrint host is equipped with a web camera it is possible to add this as well. +If the OctoPrint host is equipped with a web camera it is possible to add this as well using the [`MJPEG IP Camera`](/integrations/mjpeg) integration. Use `http://YOUR_OCTOPRINT_HOST_IP/webcam/?action=stream` for the MJPEG URL and `http://YOUR_OCTOPRINT_HOST_IP/webcam/?action=snapshot` as the still image URL. -```yaml -camera: - - platform: mjpeg - name: OctoPrint - still_image_url: http://YOUR_OCTOPRINT_HOST_IP/webcam/?action=snapshot - mjpeg_url: http://YOUR_OCTOPRINT_HOST_IP/webcam/?action=stream -``` +{% my config_flow_start badge domain="mjpeg" %} ## Buttons