Add more info to docs (#874)

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
Czapla 2021-04-06 13:24:49 +02:00 committed by GitHub
parent 4e714d88c7
commit f5f7c9ce03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,6 +37,7 @@ This is a solid integration that is able to survive poor conditions and can be c
- Tests for the config flow - Tests for the config flow
- Discoverable (if available) - Discoverable (if available)
- Set unique ID in config flow (if available) - Set unique ID in config flow (if available)
- Raise `ConfigEntryNotReady` if unable to connect during entry setup (if appropriate)
- Entities have device info (if available) ([docs](device_registry_index.md#defining-devices)) - Entities have device info (if available) ([docs](device_registry_index.md#defining-devices))
- Tests for fetching data from the integration and controlling it ([docs](development_testing.md)) - Tests for fetching data from the integration and controlling it ([docs](development_testing.md))
- Has a code owner ([docs](creating_integration_manifest.md#code-owners)) - Has a code owner ([docs](creating_integration_manifest.md#code-owners))
@ -51,7 +52,7 @@ Best of the best. The integration is completely async, meaning it's super fast.
- Set appropriate `PARALLEL_UPDATES` constant - Set appropriate `PARALLEL_UPDATES` constant
- Support config entry unloading (called when config entry is removed) - Support config entry unloading (called when config entry is removed)
- Integration + dependency are async - Integration + dependency are async ([docs](asyncio_working_with_async.md))
- Uses aiohttp or httpx and allows passing in websession (if making HTTP requests) - Uses aiohttp or httpx and allows passing in websession (if making HTTP requests)
## Internal 🏠 ## Internal 🏠