mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-03 00:36:50 +00:00

* Sets front matter defaults * Removes default front matter from section templates/pages * Removes default front matter from addon pages * Removes default front matter from integration pages * Removes default front matter from posts * Removes default front matter from docs pages * Removes default front matter from other pages * Fixes blog category pages
26 lines
981 B
Markdown
26 lines
981 B
Markdown
---
|
|
title: "Mobile App"
|
|
description: "The Mobile App integration allows a generic platform for integrating with mobile apps."
|
|
logo: home-assistant.png
|
|
ha_category:
|
|
- "Other"
|
|
ha_release: 0.89
|
|
ha_qa_scale: internal
|
|
---
|
|
|
|
The Mobile App integration allows Home Assistant mobile apps to easily integrate with Home Assistant.
|
|
|
|
If you are planning to use a mobile application that integrates with Home Assistant, we recommend that you keep this integration enabled.
|
|
|
|
If you are a mobile app developer, see the [developer documentation](https://developers.home-assistant.io/docs/en/app_integration_index.html) for instructions on how to build your app on top of the mobile app component.
|
|
|
|
## Configuration
|
|
|
|
This integration is by default enabled, unless you've disabled or removed the `default_config:` line from your configuration.
|
|
If that is the case, the following example shows you how to enable this integration manually:
|
|
|
|
```yaml
|
|
# Example configuration.yaml entry
|
|
mobile_app:
|
|
```
|