* 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
11 lines
313 B
JSON
11 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"]
|
|
}
|