mirror of
https://github.com/home-assistant/core.git
synced 2025-06-25 01:21:51 +02:00
Set quality scale to 🥇 gold for switchbot integration (#144608)
* update quality scale * update to gold
This commit is contained in:
@ -40,5 +40,6 @@
|
||||
"documentation": "https://www.home-assistant.io/integrations/switchbot",
|
||||
"iot_class": "local_push",
|
||||
"loggers": ["switchbot"],
|
||||
"quality_scale": "gold",
|
||||
"requirements": ["PySwitchbot==0.64.1"]
|
||||
}
|
||||
|
@ -40,13 +40,11 @@ rules:
|
||||
Once a cryptographic key is successfully obtained for SwitchBot devices,
|
||||
it will be granted perpetual validity with no expiration constraints.
|
||||
test-coverage:
|
||||
status: todo
|
||||
comment: |
|
||||
Consider using snapshots for fixating all the entities a device creates.
|
||||
status: done
|
||||
|
||||
# Gold
|
||||
devices: done
|
||||
diagnostics: todo
|
||||
diagnostics: done
|
||||
discovery-update-info:
|
||||
status: exempt
|
||||
comment: |
|
||||
|
@ -2030,7 +2030,6 @@ INTEGRATIONS_WITHOUT_SCALE = [
|
||||
"swisscom",
|
||||
"switch_as_x",
|
||||
"switchbee",
|
||||
"switchbot",
|
||||
"switchbot_cloud",
|
||||
"switcher_kis",
|
||||
"switchmate",
|
||||
|
Reference in New Issue
Block a user