From 957db1edc5ad5cbbe95771cbcd0b1a99476d176b Mon Sep 17 00:00:00 2001 From: zinxes <68922232+zinxes@users.noreply.github.com> Date: Wed, 29 Jul 2020 21:09:28 +0200 Subject: [PATCH] Update rfxtrx.markdown (#14105) --- source/_integrations/rfxtrx.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/rfxtrx.markdown b/source/_integrations/rfxtrx.markdown index 03496ba1a1f..6c1d29212bf 100644 --- a/source/_integrations/rfxtrx.markdown +++ b/source/_integrations/rfxtrx.markdown @@ -469,7 +469,7 @@ automation: ## Services -- `rftrx.send`: Send a custom event using the RFXtrx device. +- `rfxtrx.send`: Send a custom event using the RFXtrx device. #### Service: Send @@ -478,7 +478,7 @@ Simulate a button being pressed: ```yaml ... action: - service: rftrx.send + service: rfxtrx.send data: event: 0b1111e003af16aa10000060 ```