From bf889c3a699f21c3b89391ceaffa986ca53a4b12 Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Tue, 9 Oct 2018 19:42:07 +0200 Subject: [PATCH] Update Logi Circle component configuration variable (#6633) Update style of Logi Circle component documentation to follow new configuration variables description. Related to #6385. --- source/_components/camera.logi_circle.markdown | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/source/_components/camera.logi_circle.markdown b/source/_components/camera.logi_circle.markdown index 1b525400700..c92aca35225 100644 --- a/source/_components/camera.logi_circle.markdown +++ b/source/_components/camera.logi_circle.markdown @@ -31,13 +31,17 @@ camera: - platform: logi_circle ``` -Configuration variables: - -- **scan_interval**: (*Optional*): How frequently to query for new camera stills. Defaults to 60 seconds. +{% configuration %} +scan_interval: + description: How frequently to query for new camera stills, value are in seconds. + required: false + default: 60 + type: integer +{% endconfiguration %} ### {% linkable_title Service `camera.logi_circle_livestream_record` %} -Initiates a recording of the camera's live stream. +Initiates a recording of the camera's live stream. | Service data attribute | Optional | Description | | ---------------------- | -------- | ----------- | @@ -66,4 +70,4 @@ Sets an configuration property for your camera. | ---------------------- | -------- | ----------- | | `entity_id` | yes | Name(s) of entities to set the operation mode for, e.g., `camera.living_room_camera`. If blank, targets all Logi Circle cameras. | | `mode` | no | Configuration property to set. Allowed values: `BATTERY_SAVING`, `LED`, `PRIVACY_MODE` | -| `value` | no | Mode value. Allowed values: `true`, `false` | \ No newline at end of file +| `value` | no | Mode value. Allowed values: `true`, `false` |