* Add reauth and reconfigure * Reauth and reconfigure in different functions * Add duplicate check * Add test for reconfigure duplicate * Removed seconds config entry fixture
13 lines
358 B
JSON
13 lines
358 B
JSON
{
|
|
"domain": "paperless_ngx",
|
|
"name": "Paperless-ngx",
|
|
"codeowners": ["@fvgarrel"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/paperless_ngx",
|
|
"integration_type": "service",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["pypaperless"],
|
|
"quality_scale": "silver",
|
|
"requirements": ["pypaperless==4.1.0"]
|
|
}
|