Site updated at 2016-06-05 14:12:13 UTC

This commit is contained in:
Travis CI 2016-06-05 14:12:13 +00:00
parent 78f980f8ba
commit 2d7d7cbeaa
53 changed files with 679 additions and 252 deletions

View file

@ -7,26 +7,26 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Autostart on macOS boot - Home Assistant</title>
<title>Autostart on OS X - Home Assistant</title>
<meta name="author" content="Paulus Schoutsen">
<meta name="description" content="Instructions how to setup Home Assistant to launch on macOS boot.">
<meta name="description" content="Instructions how to setup Home Assistant to launch on OS X.">
<meta name="viewport" content="width=device-width">
<link rel="canonical" href="https://home-assistant.io/getting-started/autostart-macos/">
<meta property="fb:app_id" content="338291289691179">
<meta property="og:title" content="Autostart on macOS boot">
<meta property="og:title" content="Autostart on OS X">
<meta property="og:site_name" content="Home Assistant">
<meta property="og:url" content="https://home-assistant.io/getting-started/autostart-macos/">
<meta property="og:type" content="website">
<meta property="og:description" content="Instructions how to setup Home Assistant to launch on macOS boot.">
<meta property="og:description" content="Instructions how to setup Home Assistant to launch on OS X.">
<meta property="og:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@home_assistant">
<meta name="twitter:title" content="Autostart on macOS boot">
<meta name="twitter:description" content="Instructions how to setup Home Assistant to launch on macOS boot.">
<meta name="twitter:title" content="Autostart on OS X">
<meta name="twitter:description" content="Instructions how to setup Home Assistant to launch on OS X.">
<meta name="twitter:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
@ -83,7 +83,7 @@
<header>
<h1 class="title indent">
Autostart on macOS Boot
Autostart on OS X
</h1>
</header>
<hr class="divider">
@ -136,15 +136,16 @@ Home Assistant has been uninstalled.
<li><a href='/getting-started/installation-raspberry-pi-all-in-one/'>Raspberry Pi All-In-One Installer </a></li>
<li><a href='/getting-started/installation-docker/'>Docker </a></li>
<li><a href='/getting-started/installation-synology/'>Synology NAS </a></li>
<li><a href='/getting-started/installation-virtualenv/'>VirtualEnv Linux </a></li>
<li><a href='/getting-started/installation-virtualenv/'>Virtualenv Linux </a></li>
<li><a href='/getting-started/updating/'>Updating </a></li>
<li><a href='/getting-started/troubleshooting/'>Troubleshooting </a></li>
</ul>
</li>
<li>
Configuration
<a href='/getting-started/configuration/'>Configuration </a>
<ul>
<li><a href='/getting-started/configuration/'>Configuration.yaml </a></li>
<li><a href='/getting-started/yaml/'>YAML </a></li>
<li><a href='/getting-started/basic/'>Basic information </a></li>
<li><a href='/getting-started/devices/'>Setting up devices </a></li>
<li><a href='/getting-started/customizing-devices/'>Customizing devices and services </a></li>
<li><a href='/getting-started/presence-detection/'>Presence Detection </a></li>