Remove refs to watcher (#5169)
I accidentally reintroduced an old reference to `watchers`, removed in this PR
This commit is contained in:
parent
0d603c0a6e
commit
17285ba293
1 changed files with 5 additions and 7 deletions
|
@ -26,8 +26,7 @@ To enable the Folder Watcher component in your installation, add the following t
|
|||
{% raw %}
|
||||
```yaml
|
||||
folder_watcher:
|
||||
watchers:
|
||||
- folder: /config
|
||||
- folder: /config
|
||||
```
|
||||
{% endraw %}
|
||||
|
||||
|
@ -50,11 +49,10 @@ Pattern matching using [fnmatch](https://docs.python.org/3.6/library/fnmatch.htm
|
|||
{% raw %}
|
||||
```yaml
|
||||
folder_watcher:
|
||||
watchers:
|
||||
- folder: /config
|
||||
patterns:
|
||||
- '*.yaml'
|
||||
- '*.txt'
|
||||
- folder: /config
|
||||
patterns:
|
||||
- '*.yaml'
|
||||
- '*.txt'
|
||||
```
|
||||
{% endraw %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue