mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-15 13:26:28 +00:00
Add more info to docs (#874)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
4e714d88c7
commit
f5f7c9ce03
@ -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 🏠
|
||||||
|
Loading…
x
Reference in New Issue
Block a user