1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 23:53:49 +01:00

Update Tessie quality scale to silver (#164104)

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Brett Adams
2026-03-02 01:53:39 +10:00
committed by GitHub
parent ddf7a783a8
commit a473010fee
3 changed files with 5 additions and 2 deletions

View File

@@ -7,5 +7,6 @@
"integration_type": "hub", "integration_type": "hub",
"iot_class": "cloud_polling", "iot_class": "cloud_polling",
"loggers": ["tessie", "tesla-fleet-api"], "loggers": ["tessie", "tesla-fleet-api"],
"quality_scale": "silver",
"requirements": ["tessie-api==0.1.1", "tesla-fleet-api==1.4.3"] "requirements": ["tessie-api==0.1.1", "tesla-fleet-api==1.4.3"]
} }

View File

@@ -34,7 +34,10 @@ rules:
comment: | comment: |
No custom actions are defined. Only entity-based actions exist. No custom actions are defined. Only entity-based actions exist.
config-entry-unloading: done config-entry-unloading: done
docs-configuration-parameters: todo docs-configuration-parameters:
status: exempt
comment: |
No options flow and no configurable options after initial setup.
docs-installation-parameters: done docs-installation-parameters: done
entity-unavailable: done entity-unavailable: done
integration-owner: done integration-owner: done

View File

@@ -1945,7 +1945,6 @@ INTEGRATIONS_WITHOUT_SCALE = [
"template", "template",
"tesla_fleet", "tesla_fleet",
"tesla_wall_connector", "tesla_wall_connector",
"tessie",
"tfiac", "tfiac",
"thermobeacon", "thermobeacon",
"thermopro", "thermopro",