mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Add support for event type closed to integration folder_watcher (#17097)
This commit is contained in:
parent
6c389f3a67
commit
578336c4b6
@ -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:
|
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`
|
* `created`
|
||||||
* `deleted`
|
* `deleted`
|
||||||
* `modified`
|
* `modified`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user