From dcc34ad6ef2cd037644c8025f9e801ae798c6bd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20Elnan?= <35875060+havardelnan@users.noreply.github.com> Date: Mon, 25 Mar 2019 23:20:19 +0100 Subject: [PATCH] Added example to mobile app component (#9029) * Added example to mobile app component There should be an example even if its a one liner. * :pencil2: Tweak --- source/_components/mobile_app.markdown | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/source/_components/mobile_app.markdown b/source/_components/mobile_app.markdown index 0d1ab607ce4..cdb7634c304 100644 --- a/source/_components/mobile_app.markdown +++ b/source/_components/mobile_app.markdown @@ -18,3 +18,13 @@ The Mobile App component allows Home Assistant mobile apps to easily integrate w If you are planning to use a mobile application that integrates with Home Assistant, we recommend that you keep this component 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. + +## {% linkable_title Configuration %} + +This component 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 component manually: + +```yaml +# Example configuration.yaml entry +mobile_app: +```