Set quality scale to 🥇 gold for switchbot integration (#144608)

* update quality scale

* update to gold
This commit is contained in:
Retha Runolfsson 2025-05-26 21:06:07 +08:00 committed by GitHub
parent 5642d6450f
commit 49cf66269c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 5 deletions

View File

@ -40,5 +40,6 @@
"documentation": "https://www.home-assistant.io/integrations/switchbot", "documentation": "https://www.home-assistant.io/integrations/switchbot",
"iot_class": "local_push", "iot_class": "local_push",
"loggers": ["switchbot"], "loggers": ["switchbot"],
"quality_scale": "gold",
"requirements": ["PySwitchbot==0.64.1"] "requirements": ["PySwitchbot==0.64.1"]
} }

View File

@ -40,13 +40,11 @@ rules:
Once a cryptographic key is successfully obtained for SwitchBot devices, Once a cryptographic key is successfully obtained for SwitchBot devices,
it will be granted perpetual validity with no expiration constraints. it will be granted perpetual validity with no expiration constraints.
test-coverage: test-coverage:
status: todo status: done
comment: |
Consider using snapshots for fixating all the entities a device creates.
# Gold # Gold
devices: done devices: done
diagnostics: todo diagnostics: done
discovery-update-info: discovery-update-info:
status: exempt status: exempt
comment: | comment: |

View File

@ -2030,7 +2030,6 @@ INTEGRATIONS_WITHOUT_SCALE = [
"swisscom", "swisscom",
"switch_as_x", "switch_as_x",
"switchbee", "switchbee",
"switchbot",
"switchbot_cloud", "switchbot_cloud",
"switcher_kis", "switcher_kis",
"switchmate", "switchmate",