developers.home-assistant/docs/api/native-app-integration.md
c0ffeeca7 2f2c7db974
API: apply sentence-style capitalization to headings (#2186)
* API: apply sentence-style capitalization to headings

- to comply with MS Style Guide on [capitalization](https://learn.microsoft.com/en-us/style-guide/capitalization)

* Update docs/api/native-app-integration/webview.md
2024-05-23 10:01:07 +02:00

540 B

title sidebar_label
Native app integration 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.
  • Call services, fire events and render templates.
  • A view to control the house via an authenticated webview.