From 8e7f822627518ce2447a2386cf527e3e1a19a809 Mon Sep 17 00:00:00 2001 From: kernehed Date: Wed, 3 Oct 2018 10:45:04 +0200 Subject: [PATCH] Related #6385. (#6461) * Related #6385. Configuration variable explanation style update. * Update camera.local_file.markdown * Update camera.local_file.markdown Done! --- source/_components/camera.local_file.markdown | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) 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` %}