Site updated at 2017-10-21 23:33:52 UTC
This commit is contained in:
parent
b95006b9eb
commit
a6fbc15960
1416 changed files with 21669 additions and 4045 deletions
|
@ -23,7 +23,7 @@
|
|||
<meta name="twitter:title" content="Dark Sky">
|
||||
<meta name="twitter:description" content="How to integrate Dark Sky within Home Assistant.">
|
||||
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
|
||||
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
|
||||
<link href="/stylesheets/screen.css" media="screen, projection, print" rel="stylesheet">
|
||||
<link href="/atom.xml" rel="alternate" title="Home Assistant" type="application/atom+xml">
|
||||
<link rel='shortcut icon' href='/images/favicon.ico' />
|
||||
<link rel='icon' type='image/png' href='/images/favicon-192x192.png' sizes='192x192' />
|
||||
|
@ -121,6 +121,7 @@
|
|||
<li><strong>apparent_temperature_max</strong>: Today’s expected apparent high temperature.</li>
|
||||
<li><strong>apparent_temperature_min</strong>: Today’s expected apparent low temperature.</li>
|
||||
<li><strong>precip_intensity_max</strong>: Today’s expected maximum intensity of precipitation.</li>
|
||||
<li><strong>uv_index</strong>: The current UV index.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><strong>units</strong> (<em>Optional</em>): Specify the unit system. Default to <code class="highlighter-rouge">si</code> or <code class="highlighter-rouge">us</code> based on the temperature preference in Home Assistant. Other options are <code class="highlighter-rouge">auto</code>, <code class="highlighter-rouge">us</code>, <code class="highlighter-rouge">si</code>, <code class="highlighter-rouge">ca</code>, and <code class="highlighter-rouge">uk2</code>.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue