From 7ae0380b333678f0e23db230a5a41ae39a52be9f Mon Sep 17 00:00:00 2001 From: Simone Chemelli Date: Wed, 25 Feb 2026 01:05:17 +0100 Subject: [PATCH] Update IQS to gold for UptimeRobot (#162926) --- homeassistant/components/uptimerobot/manifest.json | 2 +- homeassistant/components/uptimerobot/quality_scale.yaml | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/homeassistant/components/uptimerobot/manifest.json b/homeassistant/components/uptimerobot/manifest.json index 335e0e5f6735..c7c2ea469a87 100644 --- a/homeassistant/components/uptimerobot/manifest.json +++ b/homeassistant/components/uptimerobot/manifest.json @@ -7,6 +7,6 @@ "integration_type": "service", "iot_class": "cloud_polling", "loggers": ["pyuptimerobot"], - "quality_scale": "bronze", + "quality_scale": "gold", "requirements": ["pyuptimerobot==24.0.1"] } diff --git a/homeassistant/components/uptimerobot/quality_scale.yaml b/homeassistant/components/uptimerobot/quality_scale.yaml index de85152315a2..1957ab189e32 100644 --- a/homeassistant/components/uptimerobot/quality_scale.yaml +++ b/homeassistant/components/uptimerobot/quality_scale.yaml @@ -30,9 +30,7 @@ rules: 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 + entity-unavailable: done integration-owner: done log-when-unavailable: done parallel-updates: done