Add support for event type closed to integration folder_watcher (#17097)

This commit is contained in:
dynasticorpheus 2021-04-10 17:05:13 +02:00 committed by GitHub
parent 6c389f3a67
commit 578336c4b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`