Site updated at 2016-08-22 08:21:42 UTC
This commit is contained in:
parent
f9d65cbe57
commit
4acb07bf8e
559 changed files with 18878 additions and 21688 deletions
|
@ -12,12 +12,12 @@
|
|||
<meta name="description" content="Automate based on check ins, slow internet speed or just stream a camera using FFMPEG.">
|
||||
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/blog/2016/08/13/foursquare-fast-com-ffmpeg-gpsd/">
|
||||
<link rel="canonical" href="https://home-assistant.io/blog/2016/08/13/foursquare-fast.com-ffmpeg-gpsd/">
|
||||
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="0.26: Foursquare, Fast.com, FFMPEG and GPSD">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/blog/2016/08/13/foursquare-fast-com-ffmpeg-gpsd/">
|
||||
<meta property="og:url" content="https://home-assistant.io/blog/2016/08/13/foursquare-fast.com-ffmpeg-gpsd/">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:description" content="Automate based on check ins, slow internet speed or just stream a camera using FFMPEG.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
@ -93,7 +93,7 @@
|
|||
<ul class="tags unstyled">
|
||||
|
||||
|
||||
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||
<li>Release-Notes</li>
|
||||
|
||||
|
||||
</ul>
|
||||
|
@ -170,13 +170,11 @@
|
|||
<li>A new unit system has superseded the temperature unit option in the core configuration. For now it is backwards compatible, but you should update soon:</li>
|
||||
</ul>
|
||||
|
||||
<div class="highlighter-coderay"><div class="CodeRay">
|
||||
<div class="code"><pre><span class="comment"># Configuration.yaml example</span>
|
||||
<span class="key">homeassistant</span>:
|
||||
<span class="comment"># 'metric' for the metric system, 'imperial' for the imperial system</span>
|
||||
<span class="key">unit_system</span>: <span class="string"><span class="content">metric</span></span>
|
||||
</pre></div>
|
||||
</div>
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Configuration.yaml example</span>
|
||||
<span class="s">homeassistant</span><span class="pi">:</span>
|
||||
<span class="c1"># 'metric' for the metric system, 'imperial' for the imperial system</span>
|
||||
<span class="s">unit_system</span><span class="pi">:</span> <span class="s">metric</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
|
@ -218,12 +216,12 @@
|
|||
class="twitter-share-button"
|
||||
data-via="home_assistant"
|
||||
data-related="home_assistant"
|
||||
data-url="https://home-assistant.io/blog/2016/08/13/foursquare-fast-com-ffmpeg-gpsd/"
|
||||
data-counturl="https://home-assistant.io/blog/2016/08/13/foursquare-fast-com-ffmpeg-gpsd/" >Tweet</a>
|
||||
data-url="https://home-assistant.io/blog/2016/08/13/foursquare-fast.com-ffmpeg-gpsd/"
|
||||
data-counturl="https://home-assistant.io/blog/2016/08/13/foursquare-fast.com-ffmpeg-gpsd/" >Tweet</a>
|
||||
|
||||
|
||||
<div class="fb-share-button" style='top: -6px;'
|
||||
data-href="https://home-assistant.io/blog/2016/08/13/foursquare-fast-com-ffmpeg-gpsd/"
|
||||
data-href="https://home-assistant.io/blog/2016/08/13/foursquare-fast.com-ffmpeg-gpsd/"
|
||||
data-layout="button_count">
|
||||
</div>
|
||||
|
||||
|
@ -305,8 +303,8 @@
|
|||
|
||||
|
||||
// var disqus_developer = 1;
|
||||
var disqus_identifier = 'https://home-assistant.io/blog/2016/08/13/foursquare-fast-com-ffmpeg-gpsd/';
|
||||
var disqus_url = 'https://home-assistant.io/blog/2016/08/13/foursquare-fast-com-ffmpeg-gpsd/';
|
||||
var disqus_identifier = 'https://home-assistant.io/blog/2016/08/13/foursquare-fast.com-ffmpeg-gpsd/';
|
||||
var disqus_url = 'https://home-assistant.io/blog/2016/08/13/foursquare-fast.com-ffmpeg-gpsd/';
|
||||
var disqus_script = 'embed.js';
|
||||
|
||||
(function () {
|
Loading…
Add table
Add a link
Reference in a new issue