mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Remove ref to watchers (#5108)
`watchers` is not required, was in an earlier version
This commit is contained in:
parent
5869b00342
commit
66714881d7
@ -20,8 +20,7 @@ To configure the `folder_watcher` component add to you `configuration.yaml` file
|
||||
```yaml
|
||||
{% raw %}
|
||||
folder_watcher:
|
||||
watchers:
|
||||
- folder: /config
|
||||
- folder: /config
|
||||
{% endraw %}
|
||||
```
|
||||
|
||||
@ -44,11 +43,10 @@ Pattern matching using [fnmatch](https://docs.python.org/3.6/library/fnmatch.htm
|
||||
```yaml
|
||||
{% raw %}
|
||||
folder_watcher:
|
||||
watchers:
|
||||
- folder: /config
|
||||
patterns:
|
||||
- '*.yaml'
|
||||
- '*.txt'
|
||||
- folder: /config
|
||||
patterns:
|
||||
- '*.yaml'
|
||||
- '*.txt'
|
||||
{% raw %}
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user