Add cleanup to gold quality scale (#399)

This commit is contained in:
Paulus Schoutsen 2020-02-04 16:20:42 -08:00 committed by GitHub
parent e72d9d21c8
commit 1eca2b0c9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,6 +41,7 @@ This is a solid integration that is able to survive poor conditions and can be c
- Entities only subscribe to updates inside `async_added_to_hass` and unsubscribe inside `async_will_remove_from_hass` ([docs](entity_index.md#lifecycle-hooks))
- Entities have correct device classes where appropriate ([docs](entity_index.md#generic-properties))
- Supports entities being disabled and leverages `Entity.entity_registry_enabled_default` to disable less popular entities ([docs](entity_index.md#advanced-properties))
- If the device/service API can remove entities, the integration should make sure to clean up the entity and device registry.
# Platinum 🏆