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,7 +26,6 @@ To enable the Folder Watcher component in your installation, add the following t
|
||||||
{% raw %}
|
{% raw %}
|
||||||
```yaml
|
```yaml
|
||||||
folder_watcher:
|
folder_watcher:
|
||||||
watchers:
|
|
||||||
- folder: /config
|
- folder: /config
|
||||||
```
|
```
|
||||||
{% endraw %}
|
{% endraw %}
|
||||||
|
@ -50,7 +49,6 @@ Pattern matching using [fnmatch](https://docs.python.org/3.6/library/fnmatch.htm
|
||||||
{% raw %}
|
{% raw %}
|
||||||
```yaml
|
```yaml
|
||||||
folder_watcher:
|
folder_watcher:
|
||||||
watchers:
|
|
||||||
- folder: /config
|
- folder: /config
|
||||||
patterns:
|
patterns:
|
||||||
- '*.yaml'
|
- '*.yaml'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue