1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-25 13:38:04 +00:00
Files
core/homeassistant/components/folder_watcher/manifest.json
G Johansson 917f4136a7 Add config flow to Folder Watcher (#105605)
* Add config flow to Folder Watcher

* Add tests config flow

* docstrings

* watcher is sync

* Fix strings

* Fix

* setup_entry issue

* ConfigFlowResult

* Review comments

* Review comment

* ruff

* new date
2024-04-23 08:55:39 +02:00

12 lines
313 B
JSON

{
"domain": "folder_watcher",
"name": "Folder Watcher",
"codeowners": [],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/folder_watcher",
"iot_class": "local_polling",
"loggers": ["watchdog"],
"quality_scale": "internal",
"requirements": ["watchdog==2.3.1"]
}