Site updated at 2017-04-25 04:14:05 UTC
This commit is contained in:
parent
2206502ddc
commit
1eb00750b5
28 changed files with 119 additions and 89 deletions
|
@ -100,7 +100,7 @@
|
|||
<div class="meta clearfix">
|
||||
<time datetime="2017-04-22T01:04:05+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> April 22, 2017</time>
|
||||
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
||||
<span><i class='icon-time'></i> 13 minutes reading time</span>
|
||||
<span><i class='icon-time'></i> 14 minutes reading time</span>
|
||||
<span>
|
||||
<i class="icon-tags"></i>
|
||||
<ul class="tags unstyled">
|
||||
|
@ -126,7 +126,7 @@ After automatic discovery, Home Assistant will ask the user to finish pairing wi
|
|||
<h2><a class="title-link" name="new-platforms" href="#new-platforms"></a> New Platforms</h2>
|
||||
<ul>
|
||||
<li>MaryTTS platform (<a href="https://github.com/johanpalmqvist">@johanpalmqvist</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6988">#6988</a>) (<a href="/components/tts.marytts/">tts.marytts docs</a>) (new-platform)</li>
|
||||
<li>Telegram bot component (incl. webhook and polling platform) (<a href="https://github.com/sander76">@sander76</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6913">#6913</a>) (<a href="/components/telegram_bot/">telegram_bot docs</a>) (<a href="/components/telegram_bot.polling/">telegram_bot.polling docs</a>) (<a href="/components/telegram_bot.webhooks/">telegram_bot.webhooks docs</a>) (breaking change) (new-platform)</li>
|
||||
<li>Telegram bot component (incl. webhook and polling platform) (<a href="https://github.com/sander76">@sander76</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6913">#6913</a>) (<a href="https://home-assistant.io/components/telegram_bot/">telegram_bot docs</a>) (<a href="/components/telegram_bot.polling/">telegram_bot.polling docs</a>) (<a href="https://home-assistant.io/components/telegram_bot.webhooks/">telegram_bot.webhooks docs</a>) (breaking change) (new-platform)</li>
|
||||
<li>Support fo map data from Neato (<a href="https://github.com/turbokongen">@turbokongen</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6939">#6939</a>) (<a href="/components/neato/">neato docs</a>) (<a href="/components/camera.neato/">camera.neato docs</a>) (<a href="/components/sensor.neato/">sensor.neato docs</a>) (new-platform)</li>
|
||||
<li>Support for IKEA Trådfri (<a href="https://github.com/ggravlingen">@ggravlingen</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7074">#7074</a>) (<a href="/components/light.tradfri/">light.tradfri docs</a>) (new-platform)</li>
|
||||
<li>MQTT camera (<a href="https://github.com/MrMep">@MrMep</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7092">#7092</a>) (<a href="/components/camera.mqtt/">camera.mqtt docs</a>) (new-platform)</li>
|
||||
|
@ -137,39 +137,6 @@ After automatic discovery, Home Assistant will ask the user to finish pairing wi
|
|||
<li>Ping binary sensor (<a href="https://github.com/fabaff">@fabaff</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7052">#7052</a>) (<a href="/components/binary_sensor.ping/">binary_sensor.ping docs</a>) (new-platform)</li>
|
||||
<li>myStrom Wifi Bulbs (<a href="https://github.com/fabaff">@fabaff</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7161">#7161</a>) (<a href="/components/light.mystrom/">light.mystrom docs</a>) (new-platform)</li>
|
||||
</ul>
|
||||
<h2><a class="title-link" name="breaking-changes" href="#breaking-changes"></a> Breaking changes</h2>
|
||||
<ul>
|
||||
<li>Remove deprecated classes from <code class="highlighter-rouge">homeassistant.remote</code> (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7011">#7011</a>)</li>
|
||||
<li>min_max sensor has a different default name and will ignore states that are unknown (<a href="https://github.com/micw">@micw</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6786">#6786</a>)</li>
|
||||
<li><code class="highlighter-rouge">telegram_webhooks</code> has been converted to a new <code class="highlighter-rouge">telegram_bot</code> component. It has two platforms: webhook and polling platform (<a href="https://github.com/sander76">@sander76</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6913">#6913</a>) (<a href="/components/telegram_bot/">telegram_bot docs</a>)(<a href="/components/telegram_bot.polling/">telegram_bot.polling docs</a>) (<a href="/components/telegram_bot.webhooks/">telegram_bot.webhooks docs</a>)</li>
|
||||
</ul>
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="s">telegram_bot</span><span class="pi">:</span>
|
||||
<span class="s">platform</span><span class="pi">:</span> <span class="s">webhooks</span>
|
||||
<span class="s">api_key</span> <span class="pi">:</span> <span class="s">api_key_here</span>
|
||||
<span class="s">allowed_chat_ids</span><span class="pi">:</span>
|
||||
<span class="pi">-</span> <span class="s">123456</span>
|
||||
<span class="pi">-</span> <span class="s">456789</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
<ul>
|
||||
<li>Lutron_Caseta: it is no longer necessary to specify username and password in the config. (<a href="https://github.com/gurumitts">@gurumitts</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7165">#7165</a>) (<a href="/components/lutron_caseta/">lutron_caseta docs</a>)</li>
|
||||
<li>mvglive: config has been updated to allow support for multiple departures (<a href="https://github.com/mountainsandcode">@mountainsandcode</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6953">#6953</a>) (<a href="/components/sensor.mvglive/">sensor.mvglive docs</a>)</li>
|
||||
</ul>
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><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">mvglive</span>
|
||||
<span class="s">nextdeparture</span><span class="pi">:</span>
|
||||
<span class="pi">-</span> <span class="s">station</span><span class="pi">:</span> <span class="s">Hauptbahnhof</span>
|
||||
<span class="s">name</span><span class="pi">:</span> <span class="s">Hbf</span>
|
||||
<span class="s">destinations</span><span class="pi">:</span> <span class="pi">[</span><span class="s1">'</span><span class="s">München</span><span class="nv"> </span><span class="s">Flughafen</span><span class="nv"> </span><span class="s">Terminal'</span><span class="pi">,</span><span class="s1">'</span><span class="s">Markt</span><span class="nv"> </span><span class="s">Schwaben'</span><span class="pi">]</span>
|
||||
<span class="s">products</span><span class="pi">:</span> <span class="s1">'</span><span class="s">S-Bahn'</span>
|
||||
<span class="s">timeoffset</span><span class="pi">:</span> <span class="s">2</span>
|
||||
<span class="pi">-</span> <span class="s">station</span><span class="pi">:</span> <span class="s">Sendlinger Tor</span>
|
||||
<span class="s">lines</span><span class="pi">:</span> <span class="pi">[</span><span class="s1">'</span><span class="s">U2'</span><span class="pi">,</span><span class="s1">'</span><span class="s">U8'</span><span class="pi">]</span>
|
||||
<span class="pi">-</span> <span class="s">station</span><span class="pi">:</span> <span class="s">Scheidplatz</span>
|
||||
<span class="s">products</span><span class="pi">:</span> <span class="pi">[</span><span class="s1">'</span><span class="s">U-Bahn'</span><span class="pi">]</span>
|
||||
<span class="s">directions</span><span class="pi">:</span> <span class="s1">'</span><span class="s">1'</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
<a class="btn pull-right" href="/blog/2017/04/22/ikea-tradfri-spotify/#read-more">Read on →</a>
|
||||
</div>
|
||||
</article>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue