mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Minor changes to improve iOS app experience
This commit is contained in:
parent
2607c16e14
commit
9bafd2d2ac
@ -7,6 +7,18 @@
|
|||||||
"paths": [
|
"paths": [
|
||||||
"/ios/*"
|
"/ios/*"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"appID": "UTQFCBPQRF.io.robbie.HomeAssistant.beta",
|
||||||
|
"paths": [
|
||||||
|
"/ios/*"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"appID": "UTQFCBPQRF.io.robbie.HomeAssistant.dev",
|
||||||
|
"paths": [
|
||||||
|
"/ios/*"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -32,6 +32,8 @@
|
|||||||
<meta name="twitter:description" content="{{ fb_description | truncate:200 }}">
|
<meta name="twitter:description" content="{{ fb_description | truncate:200 }}">
|
||||||
<meta name="twitter:image" content="{{ social_image }}">
|
<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 }}/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 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' />
|
<link rel='shortcut icon' href='{{ root_url }}/images/favicon.ico' />
|
||||||
|
12
source/ios/nfc.markdown
Normal file
12
source/ios/nfc.markdown
Normal 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).
|
Loading…
x
Reference in New Issue
Block a user