Remove ref to watchers (#5108)

`watchers` is not required, was in an earlier version
This commit is contained in:
Robin 2018-04-04 18:49:40 +01:00 committed by Franck Nijhof
parent 5869b00342
commit 66714881d7

View File

@ -20,7 +20,6 @@ To configure the `folder_watcher` component add to you `configuration.yaml` file
```yaml ```yaml
{% raw %} {% raw %}
folder_watcher: folder_watcher:
watchers:
- folder: /config - folder: /config
{% endraw %} {% endraw %}
``` ```
@ -44,7 +43,6 @@ Pattern matching using [fnmatch](https://docs.python.org/3.6/library/fnmatch.htm
```yaml ```yaml
{% raw %} {% raw %}
folder_watcher: folder_watcher:
watchers:
- folder: /config - folder: /config
patterns: patterns:
- '*.yaml' - '*.yaml'