From 35740f8e83da2a30f8c2393efc6eab3d4c5ef15d Mon Sep 17 00:00:00 2001 From: ecspiegel <87676266+ecspiegel@users.noreply.github.com> Date: Thu, 3 Jul 2025 01:46:30 -0400 Subject: [PATCH] Update rpi_camera.markdown (#39815) Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/rpi_camera.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/rpi_camera.markdown b/source/_integrations/rpi_camera.markdown index 23e065608d6..07c1348278f 100644 --- a/source/_integrations/rpi_camera.markdown +++ b/source/_integrations/rpi_camera.markdown @@ -15,7 +15,7 @@ related: ha_quality_scale: legacy --- -The `rpi_camera` {% term integration %} allows you to integrate the Raspberry Pi camera into Home Assistant. This integration uses the application [`raspistill`](https://www.raspberrypi.org/documentation/usage/camera/raspicam/raspistill.md) to store the image from camera. +The `rpi_camera` {% term integration %} allows you to integrate the Raspberry Pi camera into Home Assistant. This integration uses the application [`rpicam-still`](https://www.raspberrypi.com/documentation/computers/camera_software.html#rpicam-still) to store the image from camera. {% important %} This integration is only available on Home Assistant Core installation types. Unfortunately, it cannot be used with Home Assistant OS, Supervised or Container. @@ -31,7 +31,7 @@ To enable this camera in your installation, add the following to your {% term "` rpi_camera: ``` -The whole set of configuration variables is documented here [`Raspberry Pi Camera Module - Raspberry Pi Documentation`](https://www.raspberrypi.org/documentation/raspbian/applications/camera.md). +The whole set of configuration variables is documented in the [Raspberry Pi documentation of the camera software](https://www.raspberrypi.com/documentation/computers/camera_software.html#rpicam-still). They are not all wrapped by this `rpi_camera` platform. {% configuration %}