One less P to care for (#393)

This commit is contained in:
Robert Svensson 2020-01-22 23:47:16 +01:00 committed by Paulus Schoutsen
parent 3e2998b5d0
commit 494a896cee

View File

@ -40,7 +40,7 @@ This is a solid integration that is able to survive poor conditions and can be c
- Has a code owner ([docs](creating_integration_manifest.md#code-owners))
- 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 popuplar entities ([docs](entity_index.md#advanced-properties))
- Supports entities being disabled and leverages `Entity.entity_registry_enabled_default` to disable less popular entities ([docs](entity_index.md#advanced-properties))
# Platinum 🏆