Merge pull request #9241 from home-assistant/ios-universal-links

Minor changes to improve iOS app experience
This commit is contained in:
Robbie Trencheny 2019-04-18 02:03:13 -07:00 committed by GitHub
commit 72c3722a86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 0 deletions

View File

@ -2,6 +2,18 @@
"applinks": { "applinks": {
"apps": [], "apps": [],
"details": [ "details": [
{
"appID": "UTQFCBPQRF.io.robbie.HomeAssistant.dev",
"paths": [
"/ios/*"
]
},
{
"appID": "UTQFCBPQRF.io.robbie.HomeAssistant.beta",
"paths": [
"/ios/*"
]
},
{ {
"appID": "UTQFCBPQRF.io.robbie.HomeAssistant", "appID": "UTQFCBPQRF.io.robbie.HomeAssistant",
"paths": [ "paths": [

12
source/ios/nfc.markdown Normal file
View File

@ -0,0 +1,12 @@
---
layout: page
title: "Home Assistant Companion for iOS NFC Landing"
description: "The landing page for NFC tags containing Home Assistant Companion URLs"
release_date: 2019-04-17 15:00:00 -0700
sidebar: false
comments: false
sharing: false
footer: true
---
This is a placeholder that is required to support Universal Links and NFC tags in the [Home Assistant Companion for iOS app](/docs/ecosystem/ios).