From 9a4ddbed953c296cf053db52b016da089aec868a Mon Sep 17 00:00:00 2001 From: Christian Lahme Date: Tue, 13 Feb 2018 19:15:24 +0100 Subject: [PATCH] Update homematic.markdown Added some lines for KeyMatic usage --- source/_components/homematic.markdown | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/source/_components/homematic.markdown b/source/_components/homematic.markdown index 73287f74209..025b75a6425 100644 --- a/source/_components/homematic.markdown +++ b/source/_components/homematic.markdown @@ -2,7 +2,7 @@ layout: page title: "Homematic" description: "Instructions for integrating Homematic into Home Assistant." -date: 2016-11-27 21:38 +date: 2018-02-13 19:10 sidebar: true comments: false sharing: true @@ -230,3 +230,19 @@ action: param: SET_TEMPERATURE value: 23.0 ``` + +Manually set lock on KeyMatic devices +```yaml +... +action: + service: lock.lock + entity_id: lock.leq1234567 +``` + +Manually set unlock on KeyMatic devices +```yaml +... +action: + service: lock.unlock + entity_id: lock.leq1234567 +```