Add redirects for the beta and dev apps

This commit is contained in:
Robbie Trencheny 2019-02-14 18:07:27 -08:00
parent 66651b4c5a
commit b0487b4458
No known key found for this signature in database
GPG Key ID: 1E236BB235BF0021
2 changed files with 26 additions and 0 deletions

View File

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

View File

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