Add redirect uri for ios

This commit is contained in:
Paulus Schoutsen 2018-08-29 09:46:56 +02:00
parent d5af4f8d9d
commit 615304022d
2 changed files with 13 additions and 2 deletions

View File

@ -10,8 +10,6 @@ footer: true
redirect_from: /ecosystem/ios/
---
<link rel='redirect_uri' href='homeassistant://auth-callback'>
The Home Assistant for iOS app offers a companion app for iOS which is deeply integrated into both Home Assistant and iOS. Its basic features include:
* Advanced push notifications

13
source/ios/index.markdown Normal file
View File

@ -0,0 +1,13 @@
---
layout: page
title: "Home Assistant iOS"
description: "Landing page for Home Assistant iOS app."
release_date: 2016-10-24 15:00:00 -0700
sidebar: true
comments: false
sharing: true
footer: true
---
<link rel='redirect_uri' href='homeassistant://auth-callback'>
<script>document.location.href = '/docs/ecosystem/ios';</script>