mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-05-08 12:08:37 +00:00

* Add docs for native app integration * Update docs/app_integration_setup.md Co-Authored-By: balloob <paulus@home-assistant.io> * Update docs/app_integration_setup.md Co-Authored-By: balloob <paulus@home-assistant.io> * Update docs/app_integration_setup.md Co-Authored-By: balloob <paulus@home-assistant.io> * Update app_integration_sending_data.md * Address comments
11 lines
489 B
Markdown
11 lines
489 B
Markdown
---
|
|
title: "Native App Integration"
|
|
sidebar_label: "Introduction"
|
|
---
|
|
|
|
This guide describes how to build a native Home Assistant app that communicates with Home Assistant and offers a seamless integration. Below is a list of the things that we will discuss in this guide.
|
|
|
|
- Allow the user to establish a connection and authenticate with their own Home Assistant instance.
|
|
- Send location and device info back to Home Assistant.
|
|
- A view to control the house via an authenticated webview.
|