From d43189cb076b74ce0085c084adf414ffef726df8 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 28 Nov 2025 12:14:19 -0600 Subject: [PATCH] Update esphome/components/camera/camera.h Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- esphome/components/camera/camera.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/components/camera/camera.h b/esphome/components/camera/camera.h index a4f33de00b..9f46eb0c43 100644 --- a/esphome/components/camera/camera.h +++ b/esphome/components/camera/camera.h @@ -102,7 +102,7 @@ struct CameraImageSpec { }; /** Abstract camera base class. Collaborates with API. - * 1) API server starts and registers as a listener (add_image_listener) + * 1) API server starts and registers as a listener (add_listener) * to receive new images from the camera. * 2) New API client connects and creates a new image reader (create_image_reader). * 3) API connection receives protobuf CameraImageRequest and calls request_image.