Add Software sensor to paperless-ngx docs and quality scale (#39249)

This commit is contained in:
Florian von Garrel 2025-05-26 23:25:42 +02:00 committed by GitHub
parent d33c77d2e4
commit 45e1688e26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,13 +4,14 @@ description: Instructions on how to integrate Paperless-ngx into Home Assistant
ha_release: 2025.6
ha_category:
- Sensor
- Update
ha_iot_class: Local Polling
ha_config_flow: true
ha_domain: paperless_ngx
ha_codeowners:
- '@fvgarrel'
ha_integration_type: service
ha_quality_scale: bronze
ha_quality_scale: silver
related:
- url: https://docs.paperless-ngx.com/
title: Paperless-ngx
@ -60,9 +61,10 @@ This integration provides {% term sensors %} for the following information from
| **Status database** | Indicates whether the database is reachable and functioning correctly. |
| **Status index** | Indicates whether the document indexing service is operational. |
| **Status classifier** | Indicates whether the document classifier service is running properly. |
| **Status celery** | Indicates whether the Celery task queue is active and processing tasks. |
| **Status redis** | Indicates whether the Redis service used for task queuing is available. |
| **Status Celery** | Indicates whether the Celery task queue is active and processing tasks. |
| **Status Redis** | Indicates whether the Redis service used for task queuing is available. |
| **Status sanity** | Indicates the sanity of the Paperless-ngx documents. |
| **Software** | Indicates whether a new Paperless-ngx update ist available. |
## Removing the integration