mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
duration is (supposedly) an optional attr (#11981)
If it says something about default in the description
This commit is contained in:
parent
9499d1fcae
commit
0605d80b4d
@ -55,7 +55,7 @@ Listen to the specified topic matcher and dumps all received messages within a s
|
||||
| Service data attribute | Optional | Description |
|
||||
| ---------------------- | -------- | ----------- |
|
||||
| `topic` | no | Topic to dump. Can contain a wildcard (`#` or `+`).
|
||||
| `duration` | no | Duration in seconds that we will listen for messages. Default is 5 seconds.
|
||||
| `duration` | yes | Duration in seconds that we will listen for messages. Default is 5 seconds.
|
||||
|
||||
```yaml
|
||||
topic: openzwave/#
|
||||
|
Loading…
x
Reference in New Issue
Block a user