Site updated at 2016-10-08 18:28:01 UTC
This commit is contained in:
parent
c33649c7ed
commit
85df6d11f5
522 changed files with 7493 additions and 3477 deletions
|
@ -7,7 +7,7 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>Weather data by the Bureau of Meteorology Australia - Home Assistant</title>
|
||||
<title>Bureau of Meteorology (BOM) Australia - Home Assistant</title>
|
||||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Instructions on how to integrate Bureau of Meteorology Australia weather conditions into Home Assistant.">
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
|||
<link rel="canonical" href="https://home-assistant.io/components/sensor.bom/">
|
||||
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Weather data by the Bureau of Meteorology Australia">
|
||||
<meta property="og:title" content="Bureau of Meteorology (BOM) Australia">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/components/sensor.bom/">
|
||||
<meta property="og:type" content="article">
|
||||
|
@ -25,7 +25,7 @@
|
|||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:site" content="@home_assistant">
|
||||
|
||||
<meta name="twitter:title" content="Weather data by the Bureau of Meteorology Australia">
|
||||
<meta name="twitter:title" content="Bureau of Meteorology (BOM) Australia">
|
||||
<meta name="twitter:description" content="Instructions on how to integrate Bureau of Meteorology Australia weather conditions into Home Assistant.">
|
||||
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
||||
|
@ -83,7 +83,7 @@
|
|||
|
||||
<header>
|
||||
<h1 class="title indent">
|
||||
Weather Data by the Bureau of Meteorology Australia
|
||||
Bureau of Meteorology (BOM) Australia
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
|
@ -118,7 +118,6 @@
|
|||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
|
||||
<span class="s">sensor</span><span class="pi">:</span>
|
||||
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">bom</span>
|
||||
<span class="s">name</span><span class="pi">:</span> <span class="s2">"</span><span class="s">optional</span><span class="nv"> </span><span class="s">name"</span>
|
||||
<span class="s">zone_id</span><span class="pi">:</span> <span class="s">IDS60801</span>
|
||||
<span class="s">wmo_id</span><span class="pi">:</span> <span class="s">94675</span>
|
||||
<span class="s">monitored_conditions</span><span class="pi">:</span>
|
||||
|
@ -191,7 +190,10 @@
|
|||
<h1 class="title delta">Category Weather</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/sensor.forecast/'>Forecast.io</a>
|
||||
Bureau of Meteorology (BOM) Australia
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.darksky/'>Dark Sky</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.nest_weather/'>Nest Weather Sensor</a>
|
||||
|
@ -211,9 +213,6 @@
|
|||
<li>
|
||||
<a href='/components/sensor.wunderground/'>Weather Underground (WUnderground)</a>
|
||||
</li>
|
||||
<li>
|
||||
Weather data by the Bureau of Meteorology Australia
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/sensor.yr/'>YR</a>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue