forked from home-assistant/home-assistant.io
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
203 lines (155 loc) · 6.31 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Home Assistant</title>
<meta name="author" content="Paulus Schoutsen">
<meta name="description" content="Home Assistant is an open-source home automation platform running on Python 3.">
<meta name="viewport" content="width=device-width">
<link rel="canonical" href="http://balloob.github.io/home-assistant">
<link href="/home-assistant/favicon.png" rel="icon">
<link href="/home-assistant/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/home-assistant/github/atom.xml" rel="alternate" title="Home Assistant" type="application/atom+xml">
</head>
<body >
<header>
<div class="grid-wrapper">
<div class="grid">
<div class="grid__item three-tenths lap-four-sixths palm-one-whole">
<a href="/home-assistant/" class="site-title">Home Assistant</a>
</div>
<div class="grid__item seven-tenths lap-two-sixths palm-one-whole">
<nav>
<input type="checkbox" id="toggle">
<label for="toggle" class="toggle" data-open="Main Menu" data-close="Close Menu"></label>
<ul class="menu pull-right">
<li><a href="/home-assistant/getting-started">Getting started</a></li>
<li><a href="/home-assistant/architecture">Architecture</a></li>
<li><a href="/home-assistant/contributing">Contributing</a></li>
<li><a href="/home-assistant/blog/2014/12/18/website-launched/">Blog</a></li>
<li><a href="https://groups.google.com/forum/#!forum/home-assistant-dev">Need help?</a></li>
</ul>
</nav>
</div>
</div>
</div>
</header>
<div class="hero" style="background-color: rgb(0, 178, 255); /* background-image: url('/images/cliffs_of_moher.jpg');*/">
<div class="grid-wrapper">
<div class="grid flex">
<div class="grid__item flex__item two-fifths palm-one-whole">
<img src="/home-assistant/images/hero_screenshot.png" alt="Home Assistant screenshot">
</div>
<div class="grid__item flex__item three-fifths palm-one-whole">
<h1>Bring life to your home</h1>
<hr>
<p class="lead">
Home Assistant is an open-source home automation platform running on Python 3. The goal of Home Assistant is to be able to track and control all devices at home and offer a platform for automating control.
</p>
<p>
<a href='/home-assistant/getting-started' class='btn' style='margin: 0 50px 10px 0;'>Get started</a>
<a href='https://www.github.com/balloob/home-assistant' class='btn'>Browse code on GitHub</a>
</p>
</div>
</div>
</div>
</div>
<div class="grid-wrapper">
<div class="grid grid-center">
<div class="grid__item one-whole">
<article class="page">
<div class="grid-wrapper">
<div class="grid">
<div class="grid__item one-third lap-one-whole palm-one-whole usp">
<div class="grid">
<div class="grid__item one-whole lap-one-third">
<span class="icon">
<i class="icon-home"></i>
</span>
</div>
<div class="grid__item one-whole lap-two-thirds">
<h2 class="title">Observe</h2>
<hr>
<p>
Home Assistant will track the state of all the devices in your home, so you don’t have to.
</p>
<p>The following devices are supported:</p>
<ul>
<li>Philips Hue</li>
<li>Belkin WeMo</li>
<li>Google Chromecast</li>
<li>Netgear, Tomato and OpenWRT routers</li>
<li>Tellstick devices & sensors</li>
<li>Scanning network for connected devices</li>
</ul>
</div>
</div>
</div>
<div class="grid__item one-third lap-one-whole palm-one-whole usp">
<div class="grid">
<div class="grid__item one-whole lap-one-third">
<span class="icon">
<i class="icon-mobile-phone"></i>
</span>
</div>
<div class="grid__item one-whole lap-two-thirds">
<h2 class="title">Control</h2>
<hr>
<p>Control all your devices from a single, mobile-friendly, interface.</p>
<p>
Home Assistant allows you to control all your devices without storing any of your data in the cloud. We like to keep your privacy private.
</p>
</div>
</div>
</div>
<div class="grid__item one-third lap-one-whole palm-one-whole usp">
<div class="grid">
<div class="grid__item one-whole lap-one-third">
<span class="icon">
<i class="icon-cogs"></i>
</span>
</div>
<div class="grid__item one-whole lap-two-thirds">
<h2 class="title">Automate</h2>
<hr>
<p>Setup advanced rules to control devices and bring your home alive.</p>
<p>Do you want to have…</p>
<ul>
<li>the lights turn on when the sun sets and you are home?</li>
<li>the lights turn on when anyome comes home and it is dark?</li>
<li>dim the lights when you start watching Netflix on your Chromecast?</li>
</ul>
<p>We’ve got you covered.</p>
</div>
</div>
</div>
</div>
</div>
</article>
</div>
</div>
</div>
<footer>
<div class="grid-wrapper">
<div class="grid">
<div class="grid__item">
<p class="copyright">
All content by Paulus Schoutsen and licenced under <a href="//creativecommons.org/licenses/by-nc-sa/3.0/ie/">Creative Commons</a>.<br>
Code under <a href="//github.com/coogie/oscailte/blob/master/README.md">MIT Licence</a>. <span class="credit">Site powered by <a href="http://octopress.org">Octopress</a></span>
</p>
</div>
</div>
</div>
</footer>
<!--[if lt IE 7]>
<p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
<![endif]-->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
<script src="//crypto-js.googlecode.com/svn/tags/3.1.2/build/rollups/md5.js"></script>
<script defer src="/home-assistant/javascripts/octopress.js"></script>
</body>
</html>