diff --git a/docs/app_integration_setup.md b/docs/app_integration_setup.md index 77a1510f..1cc9c2fe 100644 --- a/docs/app_integration_setup.md +++ b/docs/app_integration_setup.md @@ -54,19 +54,19 @@ Example payload to send to the registration endpoint: } ``` -| Key | Required | Type | Description | -| --------------------- | -------- | ------ | --------------------------------------------------------------------------------------------------- | -| `device_id` | V | string | A unique identifier for this device. New in Home Assistant 0.104 | -| `app_id` | V | string | A unique identifier for this app. | -| `app_name` | V | string | Name of the mobile app. | -| `app_version` | V | string | Version of the mobile app. | -| `device_name` | V | string | Name of the device running the app. | -| `manufacturer` | V | string | The manufacturer of the device running the app. | -| `model` | V | string | The model of the device running the app. | -| `os_name` | V | string | The name of the OS running the app. | -| `os_version` | V | string | The OS version of the device running the app. | -| `supports_encryption` | V | bool | If the app supports encryption. See also the [encryption section](#encryption). | -| `app_data` | | Dict | App data can be used if the app has a supporting component that extends `mobile_app` functionality. | +| Key | Required | Type | Description | +| --------------------- | -------- | ------ | --------------------------------------------------------------------------------------------------- | +| `device_id` | V | string | A unique identifier for this device. New in Home Assistant 0.104 | +| `app_id` | V | string | A unique identifier for this app. | +| `app_name` | V | string | Name of the mobile app. | +| `app_version` | V | string | Version of the mobile app. | +| `device_name` | V | string | Name of the device running the app. | +| `manufacturer` | V | string | The manufacturer of the device running the app. | +| `model` | V | string | The model of the device running the app. | +| `os_name` | V | string | The name of the OS running the app. | +| `os_version` | V | string | The OS version of the device running the app. | +| `supports_encryption` | V | bool | If the app supports encryption. See also the [encryption section](app_integration_sending_data.md#implementing-encryption). | +| `app_data` | | Dict | App data can be used if the app has a supporting component that extends `mobile_app` functionality. | When you get a 200 response, the mobile app is registered with Home Assistant. The response is a JSON document and will contain the URLs on how to interact with the Home Assistant instance. You should permanently store this information.