From 578336c4b6850456dcd96b08cdc54c345d0efce5 Mon Sep 17 00:00:00 2001 From: dynasticorpheus Date: Sat, 10 Apr 2021 17:05:13 +0200 Subject: [PATCH] Add support for event type closed to integration folder_watcher (#17097) --- source/_integrations/folder_watcher.markdown | 1 + 1 file changed, 1 insertion(+) 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`