mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Add redirects for the beta and dev apps
This commit is contained in:
parent
66651b4c5a
commit
b0487b4458
13
source/ios/beta-auth.markdown
Normal file
13
source/ios/beta-auth.markdown
Normal 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>
|
13
source/ios/dev-auth.markdown
Normal file
13
source/ios/dev-auth.markdown
Normal 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>
|
Loading…
x
Reference in New Issue
Block a user