mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 14:17:45 +00:00
Set quality scale to 🥇 gold for switchbot integration (#144608)
* update quality scale * update to gold
This commit is contained in:
parent
5642d6450f
commit
49cf66269c
@ -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"]
|
||||||
}
|
}
|
||||||
|
@ -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: |
|
||||||
|
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user