Site updated at 2015-08-29 16:06:11 UTC
This commit is contained in:
parent
c5285623be
commit
b19ecf262f
132 changed files with 340 additions and 460 deletions
|
@ -21,10 +21,9 @@
|
|||
<meta property="og:title" content="Tracking the Sun">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/components/sun.html/">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:description" content="Instructions how to track the sun within Home Assistant.">
|
||||
|
||||
|
||||
<meta property="og:image" content="https://home-assistant.io/images/favicon-192x192.png">
|
||||
|
||||
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
|
||||
<link href="/atom.xml" rel="alternate" title="Home Assistant" type="application/atom+xml">
|
||||
|
@ -114,14 +113,16 @@
|
|||
<span class='line-number'>3</span>
|
||||
<span class='line-number'>4</span>
|
||||
<span class='line-number'>5</span>
|
||||
<span class='line-number'>6</span>
|
||||
</pre></td><td class='code'><pre><code class=''><span class='line'>homeassistant:
|
||||
</span><span class='line'> latitude: 32.87336
|
||||
</span><span class='line'> longitude: -117.22743
|
||||
</span><span class='line'>
|
||||
</span><span class='line'>sun:</span></code></pre></td></tr></table></div></figure>
|
||||
|
||||
</span><span class='line'>sun:
|
||||
</span><span class='line'> elevation: 123</span></code></pre></td></tr></table></div></figure>
|
||||
|
||||
|
||||
<p><code>elevation</code> is optional. If not given, it will be queried from Google Maps using the specified location.</p>
|
||||
|
||||
<p class='img'>
|
||||
<img src='/images/screenshots/more-info-dialog-sun.png' />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue