diff --git a/source/.well-known/apple-app-site-association b/source/.well-known/apple-app-site-association index 6355e8876f0..a8eb7cc9c58 100644 --- a/source/.well-known/apple-app-site-association +++ b/source/.well-known/apple-app-site-association @@ -7,6 +7,18 @@ "paths": [ "/ios/*" ] + }, + { + "appID": "UTQFCBPQRF.io.robbie.HomeAssistant.beta", + "paths": [ + "/ios/*" + ] + }, + { + "appID": "UTQFCBPQRF.io.robbie.HomeAssistant.dev", + "paths": [ + "/ios/*" + ] } ] } diff --git a/source/_includes/site/head.html b/source/_includes/site/head.html index e45b34cb78a..2bb426ee405 100644 --- a/source/_includes/site/head.html +++ b/source/_includes/site/head.html @@ -32,6 +32,8 @@ + + diff --git a/source/ios/nfc.markdown b/source/ios/nfc.markdown new file mode 100644 index 00000000000..8fb2cf089cc --- /dev/null +++ b/source/ios/nfc.markdown @@ -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: true +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).