Minor changes to improve iOS app experience

This commit is contained in:
Robbie Trencheny 2019-04-18 01:39:31 -07:00
parent 2607c16e14
commit 9bafd2d2ac
No known key found for this signature in database
GPG Key ID: 1E236BB235BF0021
3 changed files with 26 additions and 0 deletions

View File

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

View File

@ -32,6 +32,8 @@
<meta name="twitter:description" content="{{ fb_description | truncate:200 }}">
<meta name="twitter:image" content="{{ social_image }}">
<meta name="apple-itunes-app" content="app-id=1099568401">
<link href="{{ root_url }}/stylesheets/screen.css" media="screen, projection, print" rel="stylesheet">
<link href="{{ root_url }}{{ site.subscribe_rss }}" rel="alternate" title="{{ site.title }}" type="application/atom+xml">
<link rel='shortcut icon' href='{{ root_url }}/images/favicon.ico' />

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: 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).