mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Merge pull request #9241 from home-assistant/ios-universal-links
Minor changes to improve iOS app experience
This commit is contained in:
commit
72c3722a86
@ -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
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: 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).
|
Loading…
x
Reference in New Issue
Block a user