Site updated at 2016-07-27 20:44:28 UTC

This commit is contained in:
Travis CI 2016-07-27 20:44:28 +00:00
parent baf7868cd1
commit 7ed3e667db
22 changed files with 48 additions and 36 deletions

View file

@ -7,26 +7,26 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Getting started on Android - Home Assistant</title>
<title>Getting started on Mobile - Home Assistant</title>
<meta name="author" content="Home Assistant">
<meta name="description" content="Android instructions to add Home Assistant to your homescreen.">
<meta name="description" content="Android/iOS instructions to add Home Assistant to your homescreen.">
<meta name="viewport" content="width=device-width">
<link rel="canonical" href="https://home-assistant.io/getting-started/android/">
<meta property="fb:app_id" content="338291289691179">
<meta property="og:title" content="Getting started on Android">
<meta property="og:title" content="Getting started on Mobile">
<meta property="og:site_name" content="Home Assistant">
<meta property="og:url" content="https://home-assistant.io/getting-started/android/">
<meta property="og:type" content="website">
<meta property="og:description" content="Android instructions to add Home Assistant to your homescreen.">
<meta property="og:description" content="Android/iOS instructions to add Home Assistant to your homescreen.">
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@home_assistant">
<meta name="twitter:title" content="Getting started on Android">
<meta name="twitter:description" content="Android instructions to add Home Assistant to your homescreen.">
<meta name="twitter:title" content="Getting started on Mobile">
<meta name="twitter:description" content="Android/iOS instructions to add Home Assistant to your homescreen.">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
@ -83,13 +83,15 @@
<header>
<h1 class="title indent">
Getting Started on Android
Getting Started on Mobile
</h1>
</header>
<hr class="divider">
<p>Home Assistant is not available on the Play Store. Instead, Home Assistant leverages the new <a href="https://w3c.github.io/manifest/">manifest.json support</a> to allow Android devices to add the web application to your homescreen as if it was a native application.</p>
<p>Home Assistant is not available on the Play Store or App Store. Instead, Home Assistant leverages the new <a href="https://w3c.github.io/manifest/">manifest.json support</a> to allow Mobile devices to add the web application to your homescreen as if it was a native application.</p>
<p>On Android:</p>
<ol>
<li>Open Chrome</li>
@ -103,6 +105,16 @@
<img src="/images/screenshots/android-homescreen-guide.gif" />
</p>
<p>On iOS:</p>
<ol>
<li>Open Safari</li>
<li>Navigate to your Home Assistant instance</li>
<li>Click on the share icon in the middle of the toolbar (on the bottom)</li>
<li>Click on Add to Home Screen</li>
<li>A dialog will popup, click on Add</li>
</ol>
</article>