1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 15:44:52 +01:00

Update IQS to gold for UptimeRobot (#162926)

This commit is contained in:
Simone Chemelli
2026-02-25 01:05:17 +01:00
committed by GitHub
parent 889faa5a5c
commit 7ae0380b33
2 changed files with 2 additions and 4 deletions

View File

@@ -7,6 +7,6 @@
"integration_type": "service",
"iot_class": "cloud_polling",
"loggers": ["pyuptimerobot"],
"quality_scale": "bronze",
"quality_scale": "gold",
"requirements": ["pyuptimerobot==24.0.1"]
}

View File

@@ -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