Add bronze quality scale for Telegram bot integration (#146148)

* added quality scale

* updated appropriate-polling comment

* Remove entities comment

---------

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
hanwg
2025-06-07 20:47:48 +08:00
committed by GitHub
parent eb892df65a
commit cbf7ca6a9a
3 changed files with 73 additions and 3 deletions

View File

@ -7,6 +7,6 @@
"documentation": "https://www.home-assistant.io/integrations/telegram_bot",
"iot_class": "cloud_push",
"loggers": ["telegram"],
"quality_scale": "legacy",
"quality_scale": "bronze",
"requirements": ["python-telegram-bot[socks]==21.5"]
}

View File

@ -0,0 +1,72 @@
rules:
# Bronze
action-setup: done
appropriate-polling:
status: exempt
comment: |
The integration provides webhooks (push based), polling (long polling) and broadcast (no data fetching) platforms which do not have interval polling.
brands: done
common-modules: done
config-flow-test-coverage: done
config-flow: done
dependency-transparency: done
docs-actions: done
docs-high-level-description: done
docs-installation-instructions: done
docs-removal-instructions: done
entity-event-setup:
status: exempt
comment: |
The integration does not provide any entities.
entity-unique-id:
status: exempt
comment: |
The integration does not provide any entities.
has-entity-name:
status: exempt
comment: |
The integration does not provide any entities.
runtime-data: done
test-before-configure: done
test-before-setup: done
unique-config-entry: done
# Silver
action-exceptions: todo
config-entry-unloading: done
docs-configuration-parameters: todo
docs-installation-parameters: todo
entity-unavailable: todo
integration-owner: todo
log-when-unavailable: todo
parallel-updates: todo
reauthentication-flow: done
test-coverage: todo
# Gold
devices: todo
diagnostics: todo
discovery-update-info: todo
discovery: todo
docs-data-update: todo
docs-examples: todo
docs-known-limitations: todo
docs-supported-devices: todo
docs-supported-functions: todo
docs-troubleshooting: todo
docs-use-cases: todo
dynamic-devices: todo
entity-category: todo
entity-device-class: todo
entity-disabled-by-default: todo
entity-translations: todo
exception-translations: todo
icon-translations: todo
reconfiguration-flow: todo
repair-issues: todo
stale-devices: todo
# Platinum
async-dependency: todo
inject-websession: todo
strict-typing: todo

View File

@ -985,7 +985,6 @@ INTEGRATIONS_WITHOUT_QUALITY_SCALE_FILE = [
"technove",
"ted5000",
"telegram",
"telegram_bot",
"tellduslive",
"tellstick",
"telnet",
@ -2054,7 +2053,6 @@ INTEGRATIONS_WITHOUT_SCALE = [
"technove",
"ted5000",
"telegram",
"telegram_bot",
"tellduslive",
"tellstick",
"telnet",