Site updated at 2015-05-22 04:49:39 UTC

This commit is contained in:
Paulus Schoutsen 2015-05-21 21:49:39 -07:00
parent 85a2976dd5
commit dc82fc088e
20 changed files with 346 additions and 109 deletions

View file

@ -125,7 +125,7 @@
<tr>
<td><a href='/components/sensor.sabnzbd.html'><img src='/images/supported_brands/sabnzbd.png' class='brand overview' /></a></td>
<td><a href='/components/sensor.sabnzbd.html'>SABnzbd clients</a></td>
<td>Monitor queue and download speeds</td>
<td>Monitor queue and download speeds.</td>
</tr>
<tr>
@ -197,7 +197,7 @@
<tr>
<td><a href='/components/media_player.cast.html'><img src='/images/supported_brands/google_cast.png' class='brand overview' /></a></td>
<td><a href='/components/media_player.cast.html'>Google Cast devices</a></td>
<td>Track what is being played and control playback. (temporarely disabled awaiting protobuf 3 release)</td>
<td>Track what is being played and control playback. (temporarely disabled awaiting protobuf 3 release).</td>
</tr>
<tr>
@ -292,37 +292,37 @@ the manufacturers of these devices.
<tr>
<td><img src='/images/supported_brands/nma.png' class='brand' /></td>
<td><a href='/components/notify.nma.html'>Notify My Android (NMA)</a></td>
<td>Allow sending messages using Notify My Android (NMA)</td>
<td>Allow sending messages using Notify My Android (NMA).</td>
</tr>
<tr>
<td><img src='/images/supported_brands/instapush.png' class='brand' /></td>
<td><a href='/components/notify.instapush.html'>Instapush</a></td>
<td>Allow sending messages using Instapush</td>
<td>Allow sending messages using Instapush.</td>
</tr>
<tr>
<td><img src='/images/supported_brands/pushbullet.png' class='brand' /></td>
<td><a href='/components/notify.pushbullet.html'>PushBullet</a></td>
<td>Allow sending messages using PushBullet</td>
<td>Allow sending messages using PushBullet.</td>
</tr>
<tr>
<td><img src='/images/supported_brands/pushover.png' class='brand' /></td>
<td><a href='/components/notify.pushover.html'>PushOver</a></td>
<td>Allow sending messages using PushOver</td>
<td>Allow sending messages using PushOver.</td>
</tr>
<tr>
<td><img src='/images/supported_brands/xmpp.png' class='brand' /></td>
<td><a href='/components/notify.xmpp.html'>Jabber (XMPP)</a></td>
<td>Allow sending messages using Jabber (XMPP)</td>
<td>Allow sending messages using Jabber (XMPP).</td>
</tr>
<tr>
<td></td>
<td><a href='/components/browser.html'>Browser</a></td>
<td>Open URLs on the host machine</td>
<td>Open URLs on the host machine.</td>
</tr>
<tr>
@ -334,13 +334,22 @@ the manufacturers of these devices.
<tr>
<td></td>
<td><a href='/components/keyboard.html'>Keyboard</a></td>
<td>Simulate key presses on the host machine</td>
<td>Simulate key presses on the host machine.</td>
</tr>
<tr>
<td><img src='/images/supported_brands/openweathermap.png' class='brand' /></td>
<td><a href='/components/sensor.openweathermap.html'>OpenWeatherMap</a></td>
<td>Display current meteorological data from your location</td>
<td>Display current meteorological data from your location.</td>
<<<<<<< HEAD
</tr>
<tr>
<td><img src='/images/supported_brands/bitcoin.png' class='brand' /></td>
<td><a href='/components/sensor.bitcoin.html'>Bitcoin</a></td>
<td>Display details about the Bitcoin Network and your Blockchain.info online wallet.</td>
=======
>>>>>>> f9261e70a652b2bcd1f852f2cdc93ad21184e594
</tr>
<tr>

View file

@ -9,7 +9,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Instapush otification support - Home Assistant</title>
<title>Instapush notification support - Home Assistant</title>
<meta name="author" content="Paulus Schoutsen">
<meta name="description" content="Instructions how to add Instapush notifications to Home Assistant.">
@ -18,7 +18,7 @@
<link rel="canonical" href="https://home-assistant.io">
<meta property="fb:app_id" content="338291289691179">
<meta property="og:title" content="Instapush otification support">
<meta property="og:title" content="Instapush notification support">
<meta property="og:site_name" content="Home Assistant">
<meta property="og:url" content="https://home-assistant.io/components/notify.instapush.html/">
<meta property="og:type" content="website">
@ -98,7 +98,7 @@
<header>
<h1 class="title indent">
Instapush Otification Support
Instapush Notification Support
</h1>
</header>
<hr class="divider">

View file

@ -105,7 +105,7 @@
<p><img src='/images/supported_brands/pushover.png' class='brand pull-right' />
James Cole has contributed support for <a href='https://pushover.net/'>the PushOver service</a> as a platform for the notify component. This allows components to send messages to the user using PushOver.</p>
James Cole has contributed support for the <a href="https://pushover.net/">PushOver service</a> as a platform for the notify component. This allows components to send messages to the user using PushOver.</p>
<figure class='code'><figcaption><span></span></figcaption><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span>
<span class='line-number'>2</span>

View file

@ -105,7 +105,7 @@
<p><img src='/images/supported_brands/xmpp.png' class='brand pull-right' />
The xmpp platform allows you to deliver notifications from Home Assistant to a Jabber (XMPP) account.</p>
The xmpp platform allows you to deliver notifications from Home Assistant to a <a href="http://xmpp.org">Jabber (XMPP)</a> account.</p>
<figure class='code'><figcaption><span></span></figcaption><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span>
<span class='line-number'>2</span>

View file

@ -0,0 +1,218 @@
<!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> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Bitcoin support - Home Assistant</title>
<meta name="author" content="Paulus Schoutsen">
<meta name="description" content="Instructions how to integrate the time and the date within Home Assistant.">
<meta name="viewport" content="width=device-width">
<link rel="canonical" href="https://home-assistant.io">
<meta property="fb:app_id" content="338291289691179">
<meta property="og:title" content="Bitcoin support">
<meta property="og:site_name" content="Home Assistant">
<meta property="og:url" content="https://home-assistant.io/components/sensor.bitcoin.html/">
<meta property="og:type" content="website">
<meta property="og:description" content="Instructions how to integrate the time and the date within Home Assistant.">
<link href="/stylesheets/screen.css" media="screen, projection" 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' />
</head>
<body >
<header>
<div class="grid-wrapper">
<div class="grid">
<div class="grid__item three-tenths lap-two-sixths palm-one-whole ha-title">
<a href="/" class="site-title">
<img width='40' src='/images/favicon-192x192.png'> Home Assistant
</a>
</div>
<div class="grid__item seven-tenths lap-four-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="/getting-started/">Getting started</a>
<ul>
<li><a href='/getting-started/'>Installing Home Assistant</a></li>
<li><a href='/getting-started/configuration.html'>Initial configuration</a></li>
<li><a href='/components/'>Component overview</a></li>
<li><a href='/getting-started/android.html'>Setting up Android</a></li>
</ul>
</li>
<li>
<a href="/developers/">Developers</a>
<ul>
<li><a href="/developers/architecture.html">Architecture</a></li>
<li><a href="/developers/frontend.html">Frontend development</a></li>
<li><a href="/developers/creating_components.html">
Creating components
</a></li>
<li><a href="/developers/add_new_platform.html">
Adding platform support
</a></li>
<li><a href="/developers/api.html">API</a></li>
</ul>
</li>
<li><a href="/blog/">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="grid-wrapper">
<div class="grid grid-center">
<div class="grid__item two-thirds lap-one-whole palm-one-whole">
<article class="page">
<header>
<h1 class="title indent">
Bitcoin Support
</h1>
</header>
<hr class="divider">
<p><img src='/images/supported_brands/bitcoin.png' class='brand pull-right' />
The bitcoin platform displays various details about the <a href="https://bitcoin.org">Bitcoin</a> network.</p>
<p>If you have an online wallet from <a href="https://blockchain.info/">Blockchain.info</a> the sensor is capable to show your current balance.</p>
<p>To add the Bitcoin sensor to your installation, add a selection of the available display options to your <code>configuration.yaml</code> file:</p>
<figure class='code'><figcaption><span></span></figcaption><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span>
<span class='line-number'>2</span>
<span class='line-number'>3</span>
<span class='line-number'>4</span>
<span class='line-number'>5</span>
<span class='line-number'>6</span>
<span class='line-number'>7</span>
<span class='line-number'>8</span>
<span class='line-number'>9</span>
<span class='line-number'>10</span>
<span class='line-number'>11</span>
<span class='line-number'>12</span>
<span class='line-number'>13</span>
<span class='line-number'>14</span>
<span class='line-number'>15</span>
<span class='line-number'>16</span>
<span class='line-number'>17</span>
<span class='line-number'>18</span>
<span class='line-number'>19</span>
<span class='line-number'>20</span>
<span class='line-number'>21</span>
<span class='line-number'>22</span>
<span class='line-number'>23</span>
<span class='line-number'>24</span>
<span class='line-number'>25</span>
<span class='line-number'>26</span>
<span class='line-number'>27</span>
<span class='line-number'>28</span>
</pre></td><td class='code'><pre><code class='yaml'><span class='line'><span class="c1"># Example configuration.yaml entry</span>
</span><span class='line'><span class="l-Scalar-Plain">sensor</span><span class="p-Indicator">:</span>
</span><span class='line'> <span class="l-Scalar-Plain">platform</span><span class="p-Indicator">:</span> <span class="l-Scalar-Plain">bitcoin</span>
</span><span class='line'> <span class="l-Scalar-Plain">wallet</span><span class="p-Indicator">:</span> <span class="s">&#39;YOUR</span><span class="nv"> </span><span class="s">WALLET_ID&#39;</span>
</span><span class='line'> <span class="l-Scalar-Plain">password</span><span class="p-Indicator">:</span> <span class="l-Scalar-Plain">YOUR_ACCOUNT_PASSWORD</span>
</span><span class='line'> <span class="l-Scalar-Plain">currency</span><span class="p-Indicator">:</span> <span class="l-Scalar-Plain">YOUR CURRENCY</span>
</span><span class='line'> <span class="l-Scalar-Plain">display_options</span><span class="p-Indicator">:</span>
</span><span class='line'> <span class="p-Indicator">-</span> <span class="l-Scalar-Plain">exchangerate</span>
</span><span class='line'> <span class="p-Indicator">-</span> <span class="l-Scalar-Plain">trade_volume_btc</span>
</span><span class='line'> <span class="p-Indicator">-</span> <span class="l-Scalar-Plain">miners_revenue_usd</span>
</span><span class='line'> <span class="p-Indicator">-</span> <span class="l-Scalar-Plain">btc_mined</span>
</span><span class='line'> <span class="p-Indicator">-</span> <span class="l-Scalar-Plain">trade_volume_usd</span>
</span><span class='line'> <span class="p-Indicator">-</span> <span class="l-Scalar-Plain">difficulty</span>
</span><span class='line'> <span class="p-Indicator">-</span> <span class="l-Scalar-Plain">minutes_between_blocks</span>
</span><span class='line'> <span class="p-Indicator">-</span> <span class="l-Scalar-Plain">number_of_transactions</span>
</span><span class='line'> <span class="p-Indicator">-</span> <span class="l-Scalar-Plain">hash_rate</span>
</span><span class='line'> <span class="p-Indicator">-</span> <span class="l-Scalar-Plain">timestamp</span>
</span><span class='line'> <span class="p-Indicator">-</span> <span class="l-Scalar-Plain">mined_blocks</span>
</span><span class='line'> <span class="p-Indicator">-</span> <span class="l-Scalar-Plain">blocks_size</span>
</span><span class='line'> <span class="p-Indicator">-</span> <span class="l-Scalar-Plain">total_fees_btc</span>
</span><span class='line'> <span class="p-Indicator">-</span> <span class="l-Scalar-Plain">total_btc_sent</span>
</span><span class='line'> <span class="p-Indicator">-</span> <span class="l-Scalar-Plain">estimated_btc_sent</span>
</span><span class='line'> <span class="p-Indicator">-</span> <span class="l-Scalar-Plain">total_btc</span>
</span><span class='line'> <span class="p-Indicator">-</span> <span class="l-Scalar-Plain">total_blocks</span>
</span><span class='line'> <span class="p-Indicator">-</span> <span class="l-Scalar-Plain">next_retarget</span>
</span><span class='line'> <span class="p-Indicator">-</span> <span class="l-Scalar-Plain">estimated_transaction_volume_usd</span>
</span><span class='line'> <span class="p-Indicator">-</span> <span class="l-Scalar-Plain">miners_revenue_btc</span>
</span><span class='line'> <span class="p-Indicator">-</span> <span class="l-Scalar-Plain">market_price_usd</span>
</span></code></pre></td></tr></table></div></figure>
</article>
</div>
</div>
</div>
<footer>
<div class="grid-wrapper">
<div class="grid">
<div class="grid__item">
<p class="copyright">
<span class="credit">Powered by <a href="http://octopress.org">Octopress</a>, <a href='http://jekyllrb.com/'>Jekyll</a> and the <a href='https://github.com/coogie/oscailte'>Oscalite theme</a>. Hosted by <a href='https://pages.github.com/'>GitHub</a> and served by <a href='https://cloudflare.com'>CloudFlare</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>
var _gaq=[['_setAccount','UA-57927901-1'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
</script>
</body>
</html>

View file

@ -105,7 +105,7 @@
<p><img src='/images/supported_brands/sabnzbd.png' class='brand pull-right' />
James Cole has contributed support to integrate SABnzbd. This will allow you to monitor your downloads from within Home Assistant and setup automation based on the information.</p>
James Cole has contributed support to integrate <a href="http://sabnzbd.org">SABnzbd</a>. This will allow you to monitor your downloads from within Home Assistant and setup automation based on the information.</p>
<figure class='code'><figcaption><span></span></figcaption><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span>
<span class='line-number'>2</span>

View file

@ -104,7 +104,7 @@
<hr class="divider">
<p>The time and date platform simple displays the time, the date, or both.</p>
<p>The time and date platform simple displays the time in various formats, the date, or both.</p>
<figure class='code'><figcaption><span></span></figcaption><div class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span class='line-number'>1</span>
<span class='line-number'>2</span>
@ -114,6 +114,8 @@
<span class='line-number'>6</span>
<span class='line-number'>7</span>
<span class='line-number'>8</span>
<span class='line-number'>9</span>
<span class='line-number'>10</span>
</pre></td><td class='code'><pre><code class='yaml'><span class='line'><span class="c1"># Example configuration.yaml entry</span>
</span><span class='line'><span class="l-Scalar-Plain">sensor</span><span class="p-Indicator">:</span>
</span><span class='line'> <span class="l-Scalar-Plain">platform</span><span class="p-Indicator">:</span> <span class="l-Scalar-Plain">time_date</span>
@ -122,10 +124,12 @@
</span><span class='line'> <span class="p-Indicator">-</span> <span class="l-Scalar-Plain">type</span><span class="p-Indicator">:</span> <span class="s">&#39;date&#39;</span>
</span><span class='line'> <span class="p-Indicator">-</span> <span class="l-Scalar-Plain">type</span><span class="p-Indicator">:</span> <span class="s">&#39;date_time&#39;</span>
</span><span class='line'> <span class="p-Indicator">-</span> <span class="l-Scalar-Plain">type</span><span class="p-Indicator">:</span> <span class="s">&#39;time_date&#39;</span>
</span><span class='line'> <span class="p-Indicator">-</span> <span class="l-Scalar-Plain">type</span><span class="p-Indicator">:</span> <span class="s">&#39;time_utc&#39;</span>
</span><span class='line'> <span class="p-Indicator">-</span> <span class="l-Scalar-Plain">type</span><span class="p-Indicator">:</span> <span class="s">&#39;beat&#39;</span>
</span></code></pre></td></tr></table></div></figure>
<p>The types <em>date_time</em> and <em>time_date</em> shows the date and the time. The other two types just the time or the date.</p>
<p>The types <em>date_time</em> and <em>time_date</em> shows the date and the time. The other types just the time or the date. <em>beat</em> shows the <a href="http://www.swatch.com/en_us/internet-time">Swatch Internet Time</a>.</p>
<p class='img'>
<img src='/images/screenshots/time_date.png' />