Site updated at 2016-10-27 15:01:55 UTC
This commit is contained in:
parent
b7756b0568
commit
1917714ef4
30 changed files with 79 additions and 82 deletions
|
@ -7,26 +7,26 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>Autostart on OS X - Home Assistant</title>
|
||||
<title>Autostart on macOS - Home Assistant</title>
|
||||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Instructions how to setup Home Assistant to launch on OS X.">
|
||||
<meta name="description" content="Instructions how to setup Home Assistant to launch on Apple macOS.">
|
||||
|
||||
<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 OS X">
|
||||
<meta property="og:title" content="Autostart on macOS">
|
||||
<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 OS X.">
|
||||
<meta property="og:description" content="Instructions how to setup Home Assistant to launch on Apple macOS.">
|
||||
<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="Autostart on OS X">
|
||||
<meta name="twitter:description" content="Instructions how to setup Home Assistant to launch on OS X.">
|
||||
<meta name="twitter:title" content="Autostart on macOS">
|
||||
<meta name="twitter:description" content="Instructions how to setup Home Assistant to launch on Apple macOS.">
|
||||
<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,13 @@
|
|||
|
||||
<header>
|
||||
<h1 class="title indent">
|
||||
Autostart on OS X
|
||||
Autostart on macOS
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
|
||||
|
||||
<p>Setting up Home Assistant to run as a background service is simple. OS X will start it on boot and make sure it’s always running.</p>
|
||||
<p>Setting up Home Assistant to run as a background service is simple; macOS will start Home Assistant on boot and make sure it’s always running.</p>
|
||||
|
||||
<p>To get Home Assistant installed as a background service, run:</p>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue