Site updated at 2017-11-12 14:44:30 UTC
This commit is contained in:
parent
a24fee44ba
commit
22eecc05d1
26 changed files with 78 additions and 75 deletions
|
@ -6,22 +6,22 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>Installing Home Assistant - Home Assistant</title>
|
||||
<title>Install Home Assistant - Home Assistant</title>
|
||||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Instructions to get started using Home Assistant.">
|
||||
<meta name="description" content="Getting started: How to install Home Assistant.">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/getting-started/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Installing Home Assistant">
|
||||
<meta property="og:title" content="Install Home Assistant">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/getting-started/">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="Instructions to get started using Home Assistant.">
|
||||
<meta property="og:description" content="Getting started: How to install Home Assistant.">
|
||||
<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="Installing Home Assistant">
|
||||
<meta name="twitter:description" content="Instructions to get started using Home Assistant.">
|
||||
<meta name="twitter:title" content="Install Home Assistant">
|
||||
<meta name="twitter:description" content="Getting started: How to install Home Assistant.">
|
||||
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
|
||||
<link href="/stylesheets/screen.css" media="screen, projection, print" rel="stylesheet">
|
||||
<link href="/atom.xml" rel="alternate" title="Home Assistant" type="application/atom+xml">
|
||||
|
@ -70,19 +70,22 @@
|
|||
<article class="page">
|
||||
<header>
|
||||
<h1 class="title indent">
|
||||
Installing Home Assistant
|
||||
Install Home Assistant
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
<p>You will need to install Home Assistant before we can get started. You can install Home Assistant on your computer, or you can turn a Raspberry Pi into a dedicated Home Assistant hub.</p>
|
||||
<p>First you will need to install Home Assistant before we can get started:</p>
|
||||
<p>We have developed <strong>Hass.io</strong> to turn your device into a dedicated Home Assistant hub controlled by a nice webinterface.
|
||||
For Raspberry Pi and Intel NUC we offer configured images. Flash the image, setup WiFi (if required) and everything else can be done inside the Hass.io webinterface. Great, isn’t it?</p>
|
||||
<p>Also Home Assistant runs on any other device that supports <strong>Python 3</strong>.</p>
|
||||
<div class="text-center hass-option-cards">
|
||||
<a class="option-card" href="/hassio/">
|
||||
<a class="option-card" href="/hassio/installation/">
|
||||
<div class="img-container">
|
||||
<img src="/images/supported_brands/home-assistant.png" />
|
||||
</div>
|
||||
<div class="title">Install Hass.io on your Raspberry Pi 3</div>
|
||||
<div class="title">Install Home Assistant using Hass.io</div>
|
||||
</a>
|
||||
<a class="option-card" href="/docs/installation/python/">
|
||||
<a class="option-card" href="/docs/installation/virtualenv/">
|
||||
<div class="img-container">
|
||||
<img src="/images/supported_brands/python.svg" />
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue