diff --git a/source/_integrations/folder_watcher.markdown b/source/_integrations/folder_watcher.markdown index 33b0f844d9b..84f1e6bcf79 100644 --- a/source/_integrations/folder_watcher.markdown +++ b/source/_integrations/folder_watcher.markdown @@ -11,6 +11,7 @@ ha_domain: folder_watcher This integration adds [Watchdog](https://pythonhosted.org/watchdog/) file system monitoring, publishing events on the Home Assistant bus on the creation/deletion/modification of files within configured folders. The monitored `event_type` are: +* `closed` * `created` * `deleted` * `modified`