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 +```