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
|
```yaml
|
||||||
{% raw %}
|
{% raw %}
|
||||||
folder_watcher:
|
folder_watcher:
|
||||||
watchers:
|
- folder: /config
|
||||||
- folder: /config
|
|
||||||
{% endraw %}
|
{% endraw %}
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -44,11 +43,10 @@ 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'
|
- '*.txt'
|
||||||
- '*.txt'
|
|
||||||
{% raw %}
|
{% raw %}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user