From c79be027a3d2cf7f255ac27b2966da875e2fa754 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20L=C3=B6vdahl?= Date: Sun, 3 Apr 2022 21:28:35 +0300 Subject: [PATCH] Update OctoPrint camera docs (#22231) --- source/_integrations/octoprint.markdown | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) 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