mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 17:57:14 +00:00
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
@ -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…
x
Reference in New Issue
Block a user