From 6754c7d7f67ba072f5b6ae8f8425113eb1c36da1 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Wed, 13 Jul 2016 23:59:27 +0200 Subject: [PATCH] add example --- source/_components/homematic.markdown | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/source/_components/homematic.markdown b/source/_components/homematic.markdown index 191ea5217aa..446599b16cc 100644 --- a/source/_components/homematic.markdown +++ b/source/_components/homematic.markdown @@ -92,3 +92,14 @@ The name depends on if you chose to resolve names or not. If not, it will be the **Service** *homematic/virtualkey* simulate a keypress on CCU/Homegear with device or virtual keys. + +```yaml +... + +action: + service: homematic.virtualkey + data: + address: BidCoS-RF + channel: 1 + param: PRESS_LONG +```