From 9caaffa2a238e6814d12be851b9188f74ab9e71e Mon Sep 17 00:00:00 2001 From: Sean Mooney Date: Wed, 27 Nov 2019 08:39:11 -0500 Subject: [PATCH] Add initial list of compatible apps to Mobile App page (#11305) * Add initial list of compatible apps When you try to set up the Mobile App integration from within HA, the config flow says "Open the mobile app to set up the integration with Home Assistant. **See the docs for a list of compatible apps.**" It links here and there is no list of compatible apps, so I am rectifying that now. Just adding the two official apps now since I'm not 100% sure which third party apps use `mobile_app:` (I think Ariela, HA Client, HassApp?). Can be expanded upon later. * :pencil2: Tweak Co-authored-by: Franck Nijhof --- source/_integrations/mobile_app.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_integrations/mobile_app.markdown b/source/_integrations/mobile_app.markdown index ff2053ee573..b330d52d4f0 100644 --- a/source/_integrations/mobile_app.markdown +++ b/source/_integrations/mobile_app.markdown @@ -22,3 +22,8 @@ This integration is by default enabled, unless you've disabled or removed the [` # Example configuration.yaml entry mobile_app: ``` + +## Apps that use Mobile App + +- [Home Assistant for iOS](https://apps.apple.com/us/app/home-assistant/id1099568401?ls=1) (official) +- [Home Assistant for Android](https://play.google.com/store/apps/details?id=io.homeassistant.companion.android) (official)