We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aec5332 commit 957db1eCopy full SHA for 957db1e
source/_integrations/rfxtrx.markdown
@@ -469,7 +469,7 @@ automation:
469
470
## Services
471
472
-- `rftrx.send`: Send a custom event using the RFXtrx device.
+- `rfxtrx.send`: Send a custom event using the RFXtrx device.
473
474
#### Service: Send
475
@@ -478,7 +478,7 @@ Simulate a button being pressed:
478
```yaml
479
...
480
action:
481
- service: rftrx.send
+ service: rfxtrx.send
482
data:
483
event: 0b1111e003af16aa10000060
484
```
0 commit comments