From 506d9ea5014432db124374183a38e34f1d15183f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Per=20Sandstr=C3=B6m?= Date: Mon, 11 Nov 2019 06:36:43 +0100 Subject: [PATCH] Add service documentation for verisure (#10703) --- source/_integrations/verisure.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/_integrations/verisure.markdown b/source/_integrations/verisure.markdown index 4e2e9eb9d29..88c7b4d2e13 100644 --- a/source/_integrations/verisure.markdown +++ b/source/_integrations/verisure.markdown @@ -117,3 +117,11 @@ automation: to {{ trigger.to_state.state }} by {{ trigger.to_state.attributes.changed_by }}{% endraw %} ``` + +## Services + +| Service | Description | +| ------- | ----------- | +| disable_autolock | Disables autolock function for a specific lock. | +| enable_autolock | Enables autolock function for a specific lock. | +| smartcam_capture | Capture a new image from a specific smartcam. |