Add quality scale to UptimeRobot (#142912)

* Add quality scale (gold) to UptimeRobot

* todos

* tweak

* tweak comment

* update after #142940

* improve comment

* update as per review comment

* one more comment

* update reconfiguration use case
This commit is contained in:
Simone Chemelli 2025-04-15 17:01:38 +02:00 committed by GitHub
parent 285f7ec696
commit 09a86d2ed2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 92 additions and 1 deletions

View File

@ -0,0 +1,92 @@
rules:
# Bronze
action-setup:
status: exempt
comment: no actions
appropriate-polling: done
brands: done
common-modules: done
config-flow-test-coverage:
status: todo
comment: fix name and docstring
config-flow: done
dependency-transparency: done
docs-actions:
status: exempt
comment: no actions
docs-high-level-description: done
docs-installation-instructions: done
docs-removal-instructions: done
entity-event-setup:
status: exempt
comment: no events
entity-unique-id: done
has-entity-name: done
runtime-data: done
test-before-configure: done
test-before-setup: done
unique-config-entry: done
# Silver
action-exceptions:
status: todo
comment: we should not swallow the exception in switch.py
config-entry-unloading: done
docs-configuration-parameters: done
docs-installation-parameters: done
entity-unavailable:
status: todo
comment: Change the type of the coordinator data to be a dict[str, UptimeRobotMonitor] so we can just do a dict look up instead of iterating over the whole list
integration-owner: done
log-when-unavailable: done
parallel-updates: done
reauthentication-flow: done
test-coverage:
status: todo
comment: recheck typos
# Gold
devices: done
diagnostics: done
discovery-update-info:
status: exempt
comment: device not discoverable
discovery:
status: exempt
comment: device not discoverable
docs-data-update: done
docs-examples: done
docs-known-limitations:
status: exempt
comment: no known limitations, yet
docs-supported-devices: done
docs-supported-functions: done
docs-troubleshooting: done
docs-use-cases: done
dynamic-devices:
status: todo
comment: create entities on runtime instead of triggering a reload
entity-category: done
entity-device-class: done
entity-disabled-by-default:
status: exempt
comment: no known use case
entity-translations: done
exception-translations: done
icon-translations: done
reconfiguration-flow:
status: todo
comment: handle API key change/update
repair-issues:
status: exempt
comment: no known use cases for repair issues or flows, yet
stale-devices:
status: todo
comment: We should remove the config entry from the device rather than remove the device
# Platinum
async-dependency: done
inject-websession: done
strict-typing:
status: todo
comment: Requirement 'pyuptimerobot==22.2.0' appears untyped

View File

@ -1060,7 +1060,6 @@ INTEGRATIONS_WITHOUT_QUALITY_SCALE_FILE = [
"upcloud",
"upnp",
"uptime",
"uptimerobot",
"usb",
"usgs_earthquakes_feed",
"utility_meter",