diff --git a/source/_components/camera.local_file.markdown b/source/_components/camera.local_file.markdown index b2b953041dd..cb870409c10 100644 --- a/source/_components/camera.local_file.markdown +++ b/source/_components/camera.local_file.markdown @@ -26,10 +26,16 @@ camera: file_path: /tmp/image.jpg ``` -Configuration variables: - - - **file_path** (*Required*): File to serve as the camera. - - **name** (*Optional*): Name of the camera +{% configuration %} +file_path: + description: File to serve as the camera. + required: true + type: string +name: + description: Name of the camera. + required: false + type: string +{% endconfiguration %} ### {% linkable_title Service `camera.local_file_update_file_path` %}