Site updated at 2015-12-18 03:00:35 UTC
This commit is contained in:
parent
2d2a6e49e4
commit
5ddb1dac36
112 changed files with 3879 additions and 3743 deletions
2
atom.xml
2
atom.xml
|
@ -4,7 +4,7 @@
|
||||||
<title><![CDATA[Home Assistant]]></title>
|
<title><![CDATA[Home Assistant]]></title>
|
||||||
<link href="https://home-assistant.io/atom.xml" rel="self"/>
|
<link href="https://home-assistant.io/atom.xml" rel="self"/>
|
||||||
<link href="https://home-assistant.io/"/>
|
<link href="https://home-assistant.io/"/>
|
||||||
<updated>2015-12-16T07:13:38-08:00</updated>
|
<updated>2015-12-17T19:00:26-08:00</updated>
|
||||||
<id>https://home-assistant.io/</id>
|
<id>https://home-assistant.io/</id>
|
||||||
<author>
|
<author>
|
||||||
<name><![CDATA[Paulus Schoutsen]]></name>
|
<name><![CDATA[Paulus Schoutsen]]></name>
|
||||||
|
|
|
@ -113,7 +113,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/website/'>website</a></li>
|
<li><a class='category' href='/blog/categories/branding/'>Branding</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -145,8 +145,28 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
|
|
||||||
|
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<form action="https://www.google.com/search" method="get">
|
||||||
|
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
||||||
|
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
||||||
|
<button type="submit"><i class="icon-search"></i></button>
|
||||||
|
</form>
|
||||||
|
</section>
|
||||||
|
<section class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<h1 class="title delta">About Home Assistant</h1>
|
||||||
|
<ul class="divided">
|
||||||
|
<li>
|
||||||
|
Home Assistant is an open-source home automation platform running on Python 3. Track and control all devices at home and automate control.
|
||||||
|
</li>
|
||||||
|
<li><a href='/getting-started/'>Get started with Home Assistant</a></li>
|
||||||
|
<li><a href='/demo/'>Open the online demo</a></li>
|
||||||
|
<li><a href='https://github.com/balloob/home-assistant/'>Browse code on GitHub</a></li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
|
||||||
|
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Share this post</h1>
|
<h1 class="title delta">Share this post</h1>
|
||||||
|
|
||||||
<a href="//twitter.com/share"
|
<a href="//twitter.com/share"
|
||||||
|
@ -187,7 +207,7 @@
|
||||||
}(document, 'script', 'facebook-jssdk'));
|
}(document, 'script', 'facebook-jssdk'));
|
||||||
</script>
|
</script>
|
||||||
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Other Posts</h1>
|
<h1 class="title delta">Recent Posts</h1>
|
||||||
<ul class="divided">
|
<ul class="divided">
|
||||||
|
|
||||||
|
|
||||||
|
@ -223,8 +243,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
|
@ -113,7 +113,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/architecture/'>architecture</a></li>
|
<li><a class='category' href='/blog/categories/architecture/'>Architecture</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -200,8 +200,28 @@ This article will try to explain how they all relate.</p>
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
|
|
||||||
|
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<form action="https://www.google.com/search" method="get">
|
||||||
|
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
||||||
|
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
||||||
|
<button type="submit"><i class="icon-search"></i></button>
|
||||||
|
</form>
|
||||||
|
</section>
|
||||||
|
<section class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<h1 class="title delta">About Home Assistant</h1>
|
||||||
|
<ul class="divided">
|
||||||
|
<li>
|
||||||
|
Home Assistant is an open-source home automation platform running on Python 3. Track and control all devices at home and automate control.
|
||||||
|
</li>
|
||||||
|
<li><a href='/getting-started/'>Get started with Home Assistant</a></li>
|
||||||
|
<li><a href='/demo/'>Open the online demo</a></li>
|
||||||
|
<li><a href='https://github.com/balloob/home-assistant/'>Browse code on GitHub</a></li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
|
||||||
|
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Share this post</h1>
|
<h1 class="title delta">Share this post</h1>
|
||||||
|
|
||||||
<a href="//twitter.com/share"
|
<a href="//twitter.com/share"
|
||||||
|
@ -242,7 +262,7 @@ This article will try to explain how they all relate.</p>
|
||||||
}(document, 'script', 'facebook-jssdk'));
|
}(document, 'script', 'facebook-jssdk'));
|
||||||
</script>
|
</script>
|
||||||
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Other Posts</h1>
|
<h1 class="title delta">Recent Posts</h1>
|
||||||
<ul class="divided">
|
<ul class="divided">
|
||||||
|
|
||||||
|
|
||||||
|
@ -278,8 +298,7 @@ This article will try to explain how they all relate.</p>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
|
@ -113,7 +113,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/component/'>component</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -184,8 +184,28 @@ api_key=ABCDEFGHJKLMNOPQRSTUVXYZ
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
|
|
||||||
|
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<form action="https://www.google.com/search" method="get">
|
||||||
|
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
||||||
|
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
||||||
|
<button type="submit"><i class="icon-search"></i></button>
|
||||||
|
</form>
|
||||||
|
</section>
|
||||||
|
<section class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<h1 class="title delta">About Home Assistant</h1>
|
||||||
|
<ul class="divided">
|
||||||
|
<li>
|
||||||
|
Home Assistant is an open-source home automation platform running on Python 3. Track and control all devices at home and automate control.
|
||||||
|
</li>
|
||||||
|
<li><a href='/getting-started/'>Get started with Home Assistant</a></li>
|
||||||
|
<li><a href='/demo/'>Open the online demo</a></li>
|
||||||
|
<li><a href='https://github.com/balloob/home-assistant/'>Browse code on GitHub</a></li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
|
||||||
|
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Share this post</h1>
|
<h1 class="title delta">Share this post</h1>
|
||||||
|
|
||||||
<a href="//twitter.com/share"
|
<a href="//twitter.com/share"
|
||||||
|
@ -226,7 +246,7 @@ api_key=ABCDEFGHJKLMNOPQRSTUVXYZ
|
||||||
}(document, 'script', 'facebook-jssdk'));
|
}(document, 'script', 'facebook-jssdk'));
|
||||||
</script>
|
</script>
|
||||||
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Other Posts</h1>
|
<h1 class="title delta">Recent Posts</h1>
|
||||||
<ul class="divided">
|
<ul class="divided">
|
||||||
|
|
||||||
|
|
||||||
|
@ -262,8 +282,7 @@ api_key=ABCDEFGHJKLMNOPQRSTUVXYZ
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
|
@ -113,7 +113,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/component/'>component</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -159,8 +159,28 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
|
|
||||||
|
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<form action="https://www.google.com/search" method="get">
|
||||||
|
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
||||||
|
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
||||||
|
<button type="submit"><i class="icon-search"></i></button>
|
||||||
|
</form>
|
||||||
|
</section>
|
||||||
|
<section class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<h1 class="title delta">About Home Assistant</h1>
|
||||||
|
<ul class="divided">
|
||||||
|
<li>
|
||||||
|
Home Assistant is an open-source home automation platform running on Python 3. Track and control all devices at home and automate control.
|
||||||
|
</li>
|
||||||
|
<li><a href='/getting-started/'>Get started with Home Assistant</a></li>
|
||||||
|
<li><a href='/demo/'>Open the online demo</a></li>
|
||||||
|
<li><a href='https://github.com/balloob/home-assistant/'>Browse code on GitHub</a></li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
|
||||||
|
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Share this post</h1>
|
<h1 class="title delta">Share this post</h1>
|
||||||
|
|
||||||
<a href="//twitter.com/share"
|
<a href="//twitter.com/share"
|
||||||
|
@ -201,7 +221,7 @@
|
||||||
}(document, 'script', 'facebook-jssdk'));
|
}(document, 'script', 'facebook-jssdk'));
|
||||||
</script>
|
</script>
|
||||||
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Other Posts</h1>
|
<h1 class="title delta">Recent Posts</h1>
|
||||||
<ul class="divided">
|
<ul class="divided">
|
||||||
|
|
||||||
|
|
||||||
|
@ -237,8 +257,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
|
@ -113,7 +113,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/component/'>component</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -162,8 +162,28 @@ password=YOUR_PASSWORD
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
|
|
||||||
|
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<form action="https://www.google.com/search" method="get">
|
||||||
|
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
||||||
|
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
||||||
|
<button type="submit"><i class="icon-search"></i></button>
|
||||||
|
</form>
|
||||||
|
</section>
|
||||||
|
<section class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<h1 class="title delta">About Home Assistant</h1>
|
||||||
|
<ul class="divided">
|
||||||
|
<li>
|
||||||
|
Home Assistant is an open-source home automation platform running on Python 3. Track and control all devices at home and automate control.
|
||||||
|
</li>
|
||||||
|
<li><a href='/getting-started/'>Get started with Home Assistant</a></li>
|
||||||
|
<li><a href='/demo/'>Open the online demo</a></li>
|
||||||
|
<li><a href='https://github.com/balloob/home-assistant/'>Browse code on GitHub</a></li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
|
||||||
|
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Share this post</h1>
|
<h1 class="title delta">Share this post</h1>
|
||||||
|
|
||||||
<a href="//twitter.com/share"
|
<a href="//twitter.com/share"
|
||||||
|
@ -204,7 +224,7 @@ password=YOUR_PASSWORD
|
||||||
}(document, 'script', 'facebook-jssdk'));
|
}(document, 'script', 'facebook-jssdk'));
|
||||||
</script>
|
</script>
|
||||||
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Other Posts</h1>
|
<h1 class="title delta">Recent Posts</h1>
|
||||||
<ul class="divided">
|
<ul class="divided">
|
||||||
|
|
||||||
|
|
||||||
|
@ -240,8 +260,7 @@ password=YOUR_PASSWORD
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
|
@ -113,7 +113,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/release-notes/'>release-notes</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -168,8 +168,28 @@ Home Assistant now supports <code>--open-ui</code> and <code>--demo-mode</code>
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
|
|
||||||
|
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<form action="https://www.google.com/search" method="get">
|
||||||
|
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
||||||
|
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
||||||
|
<button type="submit"><i class="icon-search"></i></button>
|
||||||
|
</form>
|
||||||
|
</section>
|
||||||
|
<section class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<h1 class="title delta">About Home Assistant</h1>
|
||||||
|
<ul class="divided">
|
||||||
|
<li>
|
||||||
|
Home Assistant is an open-source home automation platform running on Python 3. Track and control all devices at home and automate control.
|
||||||
|
</li>
|
||||||
|
<li><a href='/getting-started/'>Get started with Home Assistant</a></li>
|
||||||
|
<li><a href='/demo/'>Open the online demo</a></li>
|
||||||
|
<li><a href='https://github.com/balloob/home-assistant/'>Browse code on GitHub</a></li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
|
||||||
|
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Share this post</h1>
|
<h1 class="title delta">Share this post</h1>
|
||||||
|
|
||||||
<a href="//twitter.com/share"
|
<a href="//twitter.com/share"
|
||||||
|
@ -210,7 +230,7 @@ Home Assistant now supports <code>--open-ui</code> and <code>--demo-mode</code>
|
||||||
}(document, 'script', 'facebook-jssdk'));
|
}(document, 'script', 'facebook-jssdk'));
|
||||||
</script>
|
</script>
|
||||||
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Other Posts</h1>
|
<h1 class="title delta">Recent Posts</h1>
|
||||||
<ul class="divided">
|
<ul class="divided">
|
||||||
|
|
||||||
|
|
||||||
|
@ -246,8 +266,7 @@ Home Assistant now supports <code>--open-ui</code> and <code>--demo-mode</code>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
|
@ -113,9 +113,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/component/'>component</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/frontend/'>frontend</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -178,8 +176,28 @@ Events are saved in a local database. Google Graphs is used to draw the graph. D
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
|
|
||||||
|
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<form action="https://www.google.com/search" method="get">
|
||||||
|
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
||||||
|
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
||||||
|
<button type="submit"><i class="icon-search"></i></button>
|
||||||
|
</form>
|
||||||
|
</section>
|
||||||
|
<section class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<h1 class="title delta">About Home Assistant</h1>
|
||||||
|
<ul class="divided">
|
||||||
|
<li>
|
||||||
|
Home Assistant is an open-source home automation platform running on Python 3. Track and control all devices at home and automate control.
|
||||||
|
</li>
|
||||||
|
<li><a href='/getting-started/'>Get started with Home Assistant</a></li>
|
||||||
|
<li><a href='/demo/'>Open the online demo</a></li>
|
||||||
|
<li><a href='https://github.com/balloob/home-assistant/'>Browse code on GitHub</a></li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
|
||||||
|
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Share this post</h1>
|
<h1 class="title delta">Share this post</h1>
|
||||||
|
|
||||||
<a href="//twitter.com/share"
|
<a href="//twitter.com/share"
|
||||||
|
@ -220,7 +238,7 @@ Events are saved in a local database. Google Graphs is used to draw the graph. D
|
||||||
}(document, 'script', 'facebook-jssdk'));
|
}(document, 'script', 'facebook-jssdk'));
|
||||||
</script>
|
</script>
|
||||||
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Other Posts</h1>
|
<h1 class="title delta">Recent Posts</h1>
|
||||||
<ul class="divided">
|
<ul class="divided">
|
||||||
|
|
||||||
|
|
||||||
|
@ -256,8 +274,7 @@ Events are saved in a local database. Google Graphs is used to draw the graph. D
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
|
@ -113,7 +113,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/frontend/'>frontend</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -161,8 +161,28 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
|
|
||||||
|
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<form action="https://www.google.com/search" method="get">
|
||||||
|
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
||||||
|
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
||||||
|
<button type="submit"><i class="icon-search"></i></button>
|
||||||
|
</form>
|
||||||
|
</section>
|
||||||
|
<section class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<h1 class="title delta">About Home Assistant</h1>
|
||||||
|
<ul class="divided">
|
||||||
|
<li>
|
||||||
|
Home Assistant is an open-source home automation platform running on Python 3. Track and control all devices at home and automate control.
|
||||||
|
</li>
|
||||||
|
<li><a href='/getting-started/'>Get started with Home Assistant</a></li>
|
||||||
|
<li><a href='/demo/'>Open the online demo</a></li>
|
||||||
|
<li><a href='https://github.com/balloob/home-assistant/'>Browse code on GitHub</a></li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
|
||||||
|
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Share this post</h1>
|
<h1 class="title delta">Share this post</h1>
|
||||||
|
|
||||||
<a href="//twitter.com/share"
|
<a href="//twitter.com/share"
|
||||||
|
@ -203,7 +223,7 @@
|
||||||
}(document, 'script', 'facebook-jssdk'));
|
}(document, 'script', 'facebook-jssdk'));
|
||||||
</script>
|
</script>
|
||||||
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Other Posts</h1>
|
<h1 class="title delta">Recent Posts</h1>
|
||||||
<ul class="divided">
|
<ul class="divided">
|
||||||
|
|
||||||
|
|
||||||
|
@ -239,8 +259,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
|
@ -113,7 +113,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/core/'>core</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -151,8 +151,28 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
|
|
||||||
|
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<form action="https://www.google.com/search" method="get">
|
||||||
|
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
||||||
|
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
||||||
|
<button type="submit"><i class="icon-search"></i></button>
|
||||||
|
</form>
|
||||||
|
</section>
|
||||||
|
<section class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<h1 class="title delta">About Home Assistant</h1>
|
||||||
|
<ul class="divided">
|
||||||
|
<li>
|
||||||
|
Home Assistant is an open-source home automation platform running on Python 3. Track and control all devices at home and automate control.
|
||||||
|
</li>
|
||||||
|
<li><a href='/getting-started/'>Get started with Home Assistant</a></li>
|
||||||
|
<li><a href='/demo/'>Open the online demo</a></li>
|
||||||
|
<li><a href='https://github.com/balloob/home-assistant/'>Browse code on GitHub</a></li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
|
||||||
|
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Share this post</h1>
|
<h1 class="title delta">Share this post</h1>
|
||||||
|
|
||||||
<a href="//twitter.com/share"
|
<a href="//twitter.com/share"
|
||||||
|
@ -193,7 +213,7 @@
|
||||||
}(document, 'script', 'facebook-jssdk'));
|
}(document, 'script', 'facebook-jssdk'));
|
||||||
</script>
|
</script>
|
||||||
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Other Posts</h1>
|
<h1 class="title delta">Recent Posts</h1>
|
||||||
<ul class="divided">
|
<ul class="divided">
|
||||||
|
|
||||||
|
|
||||||
|
@ -229,8 +249,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
|
@ -113,7 +113,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/branding/'>branding</a></li>
|
<li><a class='category' href='/blog/categories/branding/'>Branding</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -152,8 +152,28 @@ The old logo, the new detailed logo and the new simple logo.
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
|
|
||||||
|
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<form action="https://www.google.com/search" method="get">
|
||||||
|
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
||||||
|
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
||||||
|
<button type="submit"><i class="icon-search"></i></button>
|
||||||
|
</form>
|
||||||
|
</section>
|
||||||
|
<section class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<h1 class="title delta">About Home Assistant</h1>
|
||||||
|
<ul class="divided">
|
||||||
|
<li>
|
||||||
|
Home Assistant is an open-source home automation platform running on Python 3. Track and control all devices at home and automate control.
|
||||||
|
</li>
|
||||||
|
<li><a href='/getting-started/'>Get started with Home Assistant</a></li>
|
||||||
|
<li><a href='/demo/'>Open the online demo</a></li>
|
||||||
|
<li><a href='https://github.com/balloob/home-assistant/'>Browse code on GitHub</a></li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
|
||||||
|
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Share this post</h1>
|
<h1 class="title delta">Share this post</h1>
|
||||||
|
|
||||||
<a href="//twitter.com/share"
|
<a href="//twitter.com/share"
|
||||||
|
@ -194,7 +214,7 @@ The old logo, the new detailed logo and the new simple logo.
|
||||||
}(document, 'script', 'facebook-jssdk'));
|
}(document, 'script', 'facebook-jssdk'));
|
||||||
</script>
|
</script>
|
||||||
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Other Posts</h1>
|
<h1 class="title delta">Recent Posts</h1>
|
||||||
<ul class="divided">
|
<ul class="divided">
|
||||||
|
|
||||||
|
|
||||||
|
@ -230,8 +250,7 @@ The old logo, the new detailed logo and the new simple logo.
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
|
@ -113,7 +113,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/release-notes/'>release-notes</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -191,8 +191,28 @@ An initial version of voice control for Home Assistant has landed. The current i
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
|
|
||||||
|
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<form action="https://www.google.com/search" method="get">
|
||||||
|
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
||||||
|
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
||||||
|
<button type="submit"><i class="icon-search"></i></button>
|
||||||
|
</form>
|
||||||
|
</section>
|
||||||
|
<section class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<h1 class="title delta">About Home Assistant</h1>
|
||||||
|
<ul class="divided">
|
||||||
|
<li>
|
||||||
|
Home Assistant is an open-source home automation platform running on Python 3. Track and control all devices at home and automate control.
|
||||||
|
</li>
|
||||||
|
<li><a href='/getting-started/'>Get started with Home Assistant</a></li>
|
||||||
|
<li><a href='/demo/'>Open the online demo</a></li>
|
||||||
|
<li><a href='https://github.com/balloob/home-assistant/'>Browse code on GitHub</a></li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
|
||||||
|
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Share this post</h1>
|
<h1 class="title delta">Share this post</h1>
|
||||||
|
|
||||||
<a href="//twitter.com/share"
|
<a href="//twitter.com/share"
|
||||||
|
@ -233,7 +253,7 @@ An initial version of voice control for Home Assistant has landed. The current i
|
||||||
}(document, 'script', 'facebook-jssdk'));
|
}(document, 'script', 'facebook-jssdk'));
|
||||||
</script>
|
</script>
|
||||||
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Other Posts</h1>
|
<h1 class="title delta">Recent Posts</h1>
|
||||||
<ul class="divided">
|
<ul class="divided">
|
||||||
|
|
||||||
|
|
||||||
|
@ -269,8 +289,7 @@ An initial version of voice control for Home Assistant has landed. The current i
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
|
@ -113,7 +113,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/release-notes/'>release-notes</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -228,8 +228,28 @@ I (Paulus) have contributed a scene component. A user can create scenes that cap
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
|
|
||||||
|
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<form action="https://www.google.com/search" method="get">
|
||||||
|
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
||||||
|
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
||||||
|
<button type="submit"><i class="icon-search"></i></button>
|
||||||
|
</form>
|
||||||
|
</section>
|
||||||
|
<section class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<h1 class="title delta">About Home Assistant</h1>
|
||||||
|
<ul class="divided">
|
||||||
|
<li>
|
||||||
|
Home Assistant is an open-source home automation platform running on Python 3. Track and control all devices at home and automate control.
|
||||||
|
</li>
|
||||||
|
<li><a href='/getting-started/'>Get started with Home Assistant</a></li>
|
||||||
|
<li><a href='/demo/'>Open the online demo</a></li>
|
||||||
|
<li><a href='https://github.com/balloob/home-assistant/'>Browse code on GitHub</a></li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
|
||||||
|
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Share this post</h1>
|
<h1 class="title delta">Share this post</h1>
|
||||||
|
|
||||||
<a href="//twitter.com/share"
|
<a href="//twitter.com/share"
|
||||||
|
@ -270,7 +290,7 @@ I (Paulus) have contributed a scene component. A user can create scenes that cap
|
||||||
}(document, 'script', 'facebook-jssdk'));
|
}(document, 'script', 'facebook-jssdk'));
|
||||||
</script>
|
</script>
|
||||||
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Other Posts</h1>
|
<h1 class="title delta">Recent Posts</h1>
|
||||||
<ul class="divided">
|
<ul class="divided">
|
||||||
|
|
||||||
|
|
||||||
|
@ -306,8 +326,7 @@ I (Paulus) have contributed a scene component. A user can create scenes that cap
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
|
@ -113,7 +113,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/release-notes/'>release-notes</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -239,8 +239,28 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
|
|
||||||
|
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<form action="https://www.google.com/search" method="get">
|
||||||
|
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
||||||
|
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
||||||
|
<button type="submit"><i class="icon-search"></i></button>
|
||||||
|
</form>
|
||||||
|
</section>
|
||||||
|
<section class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<h1 class="title delta">About Home Assistant</h1>
|
||||||
|
<ul class="divided">
|
||||||
|
<li>
|
||||||
|
Home Assistant is an open-source home automation platform running on Python 3. Track and control all devices at home and automate control.
|
||||||
|
</li>
|
||||||
|
<li><a href='/getting-started/'>Get started with Home Assistant</a></li>
|
||||||
|
<li><a href='/demo/'>Open the online demo</a></li>
|
||||||
|
<li><a href='https://github.com/balloob/home-assistant/'>Browse code on GitHub</a></li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
|
||||||
|
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Share this post</h1>
|
<h1 class="title delta">Share this post</h1>
|
||||||
|
|
||||||
<a href="//twitter.com/share"
|
<a href="//twitter.com/share"
|
||||||
|
@ -281,7 +301,7 @@
|
||||||
}(document, 'script', 'facebook-jssdk'));
|
}(document, 'script', 'facebook-jssdk'));
|
||||||
</script>
|
</script>
|
||||||
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Other Posts</h1>
|
<h1 class="title delta">Recent Posts</h1>
|
||||||
<ul class="divided">
|
<ul class="divided">
|
||||||
|
|
||||||
|
|
||||||
|
@ -317,8 +337,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
|
@ -113,7 +113,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/core/'>core</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -174,8 +174,28 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
|
|
||||||
|
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<form action="https://www.google.com/search" method="get">
|
||||||
|
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
||||||
|
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
||||||
|
<button type="submit"><i class="icon-search"></i></button>
|
||||||
|
</form>
|
||||||
|
</section>
|
||||||
|
<section class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<h1 class="title delta">About Home Assistant</h1>
|
||||||
|
<ul class="divided">
|
||||||
|
<li>
|
||||||
|
Home Assistant is an open-source home automation platform running on Python 3. Track and control all devices at home and automate control.
|
||||||
|
</li>
|
||||||
|
<li><a href='/getting-started/'>Get started with Home Assistant</a></li>
|
||||||
|
<li><a href='/demo/'>Open the online demo</a></li>
|
||||||
|
<li><a href='https://github.com/balloob/home-assistant/'>Browse code on GitHub</a></li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
|
||||||
|
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Share this post</h1>
|
<h1 class="title delta">Share this post</h1>
|
||||||
|
|
||||||
<a href="//twitter.com/share"
|
<a href="//twitter.com/share"
|
||||||
|
@ -216,7 +236,7 @@
|
||||||
}(document, 'script', 'facebook-jssdk'));
|
}(document, 'script', 'facebook-jssdk'));
|
||||||
</script>
|
</script>
|
||||||
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Other Posts</h1>
|
<h1 class="title delta">Recent Posts</h1>
|
||||||
<ul class="divided">
|
<ul class="divided">
|
||||||
|
|
||||||
|
|
||||||
|
@ -252,8 +272,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
|
@ -113,7 +113,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/release-notes/'>release-notes</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -266,8 +266,28 @@ Before diving into the newly supported devices and services, I want to highlight
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
|
|
||||||
|
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<form action="https://www.google.com/search" method="get">
|
||||||
|
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
||||||
|
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
||||||
|
<button type="submit"><i class="icon-search"></i></button>
|
||||||
|
</form>
|
||||||
|
</section>
|
||||||
|
<section class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<h1 class="title delta">About Home Assistant</h1>
|
||||||
|
<ul class="divided">
|
||||||
|
<li>
|
||||||
|
Home Assistant is an open-source home automation platform running on Python 3. Track and control all devices at home and automate control.
|
||||||
|
</li>
|
||||||
|
<li><a href='/getting-started/'>Get started with Home Assistant</a></li>
|
||||||
|
<li><a href='/demo/'>Open the online demo</a></li>
|
||||||
|
<li><a href='https://github.com/balloob/home-assistant/'>Browse code on GitHub</a></li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
|
||||||
|
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Share this post</h1>
|
<h1 class="title delta">Share this post</h1>
|
||||||
|
|
||||||
<a href="//twitter.com/share"
|
<a href="//twitter.com/share"
|
||||||
|
@ -308,7 +328,7 @@ Before diving into the newly supported devices and services, I want to highlight
|
||||||
}(document, 'script', 'facebook-jssdk'));
|
}(document, 'script', 'facebook-jssdk'));
|
||||||
</script>
|
</script>
|
||||||
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Other Posts</h1>
|
<h1 class="title delta">Recent Posts</h1>
|
||||||
<ul class="divided">
|
<ul class="divided">
|
||||||
|
|
||||||
|
|
||||||
|
@ -344,8 +364,7 @@ Before diving into the newly supported devices and services, I want to highlight
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
|
@ -113,7 +113,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/release-notes/'>release-notes</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -319,8 +319,28 @@ This switch platform allows you to control your motion detection setting on your
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
|
|
||||||
|
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<form action="https://www.google.com/search" method="get">
|
||||||
|
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
||||||
|
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
||||||
|
<button type="submit"><i class="icon-search"></i></button>
|
||||||
|
</form>
|
||||||
|
</section>
|
||||||
|
<section class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<h1 class="title delta">About Home Assistant</h1>
|
||||||
|
<ul class="divided">
|
||||||
|
<li>
|
||||||
|
Home Assistant is an open-source home automation platform running on Python 3. Track and control all devices at home and automate control.
|
||||||
|
</li>
|
||||||
|
<li><a href='/getting-started/'>Get started with Home Assistant</a></li>
|
||||||
|
<li><a href='/demo/'>Open the online demo</a></li>
|
||||||
|
<li><a href='https://github.com/balloob/home-assistant/'>Browse code on GitHub</a></li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
|
||||||
|
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Share this post</h1>
|
<h1 class="title delta">Share this post</h1>
|
||||||
|
|
||||||
<a href="//twitter.com/share"
|
<a href="//twitter.com/share"
|
||||||
|
@ -361,7 +381,7 @@ This switch platform allows you to control your motion detection setting on your
|
||||||
}(document, 'script', 'facebook-jssdk'));
|
}(document, 'script', 'facebook-jssdk'));
|
||||||
</script>
|
</script>
|
||||||
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Other Posts</h1>
|
<h1 class="title delta">Recent Posts</h1>
|
||||||
<ul class="divided">
|
<ul class="divided">
|
||||||
|
|
||||||
|
|
||||||
|
@ -397,8 +417,7 @@ This switch platform allows you to control your motion detection setting on your
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
|
@ -113,7 +113,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/release-notes/'>release-notes</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -271,8 +271,28 @@ Fabian has added support for <a href="https://forecast.io/">Forecast.io</a> to g
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
|
|
||||||
|
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<form action="https://www.google.com/search" method="get">
|
||||||
|
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
||||||
|
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
||||||
|
<button type="submit"><i class="icon-search"></i></button>
|
||||||
|
</form>
|
||||||
|
</section>
|
||||||
|
<section class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<h1 class="title delta">About Home Assistant</h1>
|
||||||
|
<ul class="divided">
|
||||||
|
<li>
|
||||||
|
Home Assistant is an open-source home automation platform running on Python 3. Track and control all devices at home and automate control.
|
||||||
|
</li>
|
||||||
|
<li><a href='/getting-started/'>Get started with Home Assistant</a></li>
|
||||||
|
<li><a href='/demo/'>Open the online demo</a></li>
|
||||||
|
<li><a href='https://github.com/balloob/home-assistant/'>Browse code on GitHub</a></li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
|
||||||
|
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Share this post</h1>
|
<h1 class="title delta">Share this post</h1>
|
||||||
|
|
||||||
<a href="//twitter.com/share"
|
<a href="//twitter.com/share"
|
||||||
|
@ -313,7 +333,7 @@ Fabian has added support for <a href="https://forecast.io/">Forecast.io</a> to g
|
||||||
}(document, 'script', 'facebook-jssdk'));
|
}(document, 'script', 'facebook-jssdk'));
|
||||||
</script>
|
</script>
|
||||||
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Other Posts</h1>
|
<h1 class="title delta">Recent Posts</h1>
|
||||||
<ul class="divided">
|
<ul class="divided">
|
||||||
|
|
||||||
|
|
||||||
|
@ -349,8 +369,7 @@ Fabian has added support for <a href="https://forecast.io/">Forecast.io</a> to g
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
|
@ -113,7 +113,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/release-notes/'>release-notes</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -260,8 +260,28 @@ Support for Temper temperature sensors has been contributed by <a href="https://
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
|
|
||||||
|
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<form action="https://www.google.com/search" method="get">
|
||||||
|
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
||||||
|
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
||||||
|
<button type="submit"><i class="icon-search"></i></button>
|
||||||
|
</form>
|
||||||
|
</section>
|
||||||
|
<section class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<h1 class="title delta">About Home Assistant</h1>
|
||||||
|
<ul class="divided">
|
||||||
|
<li>
|
||||||
|
Home Assistant is an open-source home automation platform running on Python 3. Track and control all devices at home and automate control.
|
||||||
|
</li>
|
||||||
|
<li><a href='/getting-started/'>Get started with Home Assistant</a></li>
|
||||||
|
<li><a href='/demo/'>Open the online demo</a></li>
|
||||||
|
<li><a href='https://github.com/balloob/home-assistant/'>Browse code on GitHub</a></li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
|
||||||
|
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Share this post</h1>
|
<h1 class="title delta">Share this post</h1>
|
||||||
|
|
||||||
<a href="//twitter.com/share"
|
<a href="//twitter.com/share"
|
||||||
|
@ -302,7 +322,7 @@ Support for Temper temperature sensors has been contributed by <a href="https://
|
||||||
}(document, 'script', 'facebook-jssdk'));
|
}(document, 'script', 'facebook-jssdk'));
|
||||||
</script>
|
</script>
|
||||||
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Other Posts</h1>
|
<h1 class="title delta">Recent Posts</h1>
|
||||||
<ul class="divided">
|
<ul class="divided">
|
||||||
|
|
||||||
|
|
||||||
|
@ -338,8 +358,7 @@ Support for Temper temperature sensors has been contributed by <a href="https://
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
|
@ -113,7 +113,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/release-notes/'>release-notes</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -170,8 +170,28 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
|
|
||||||
|
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<form action="https://www.google.com/search" method="get">
|
||||||
|
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
||||||
|
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
||||||
|
<button type="submit"><i class="icon-search"></i></button>
|
||||||
|
</form>
|
||||||
|
</section>
|
||||||
|
<section class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<h1 class="title delta">About Home Assistant</h1>
|
||||||
|
<ul class="divided">
|
||||||
|
<li>
|
||||||
|
Home Assistant is an open-source home automation platform running on Python 3. Track and control all devices at home and automate control.
|
||||||
|
</li>
|
||||||
|
<li><a href='/getting-started/'>Get started with Home Assistant</a></li>
|
||||||
|
<li><a href='/demo/'>Open the online demo</a></li>
|
||||||
|
<li><a href='https://github.com/balloob/home-assistant/'>Browse code on GitHub</a></li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
|
||||||
|
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Share this post</h1>
|
<h1 class="title delta">Share this post</h1>
|
||||||
|
|
||||||
<a href="//twitter.com/share"
|
<a href="//twitter.com/share"
|
||||||
|
@ -212,7 +232,7 @@
|
||||||
}(document, 'script', 'facebook-jssdk'));
|
}(document, 'script', 'facebook-jssdk'));
|
||||||
</script>
|
</script>
|
||||||
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Other Posts</h1>
|
<h1 class="title delta">Recent Posts</h1>
|
||||||
<ul class="divided">
|
<ul class="divided">
|
||||||
|
|
||||||
|
|
||||||
|
@ -248,8 +268,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
|
@ -113,7 +113,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/user-stories/'>user-stories</a></li>
|
<li><a class='category' href='/blog/categories/user-stories/'>User-Stories</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -279,8 +279,28 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
|
|
||||||
|
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<form action="https://www.google.com/search" method="get">
|
||||||
|
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
||||||
|
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
||||||
|
<button type="submit"><i class="icon-search"></i></button>
|
||||||
|
</form>
|
||||||
|
</section>
|
||||||
|
<section class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<h1 class="title delta">About Home Assistant</h1>
|
||||||
|
<ul class="divided">
|
||||||
|
<li>
|
||||||
|
Home Assistant is an open-source home automation platform running on Python 3. Track and control all devices at home and automate control.
|
||||||
|
</li>
|
||||||
|
<li><a href='/getting-started/'>Get started with Home Assistant</a></li>
|
||||||
|
<li><a href='/demo/'>Open the online demo</a></li>
|
||||||
|
<li><a href='https://github.com/balloob/home-assistant/'>Browse code on GitHub</a></li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
|
||||||
|
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Share this post</h1>
|
<h1 class="title delta">Share this post</h1>
|
||||||
|
|
||||||
<a href="//twitter.com/share"
|
<a href="//twitter.com/share"
|
||||||
|
@ -321,7 +341,7 @@
|
||||||
}(document, 'script', 'facebook-jssdk'));
|
}(document, 'script', 'facebook-jssdk'));
|
||||||
</script>
|
</script>
|
||||||
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Other Posts</h1>
|
<h1 class="title delta">Recent Posts</h1>
|
||||||
<ul class="divided">
|
<ul class="divided">
|
||||||
|
|
||||||
|
|
||||||
|
@ -357,8 +377,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
|
@ -113,7 +113,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/user-stories/'>user-stories</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -257,8 +257,28 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
|
|
||||||
|
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<form action="https://www.google.com/search" method="get">
|
||||||
|
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
||||||
|
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
||||||
|
<button type="submit"><i class="icon-search"></i></button>
|
||||||
|
</form>
|
||||||
|
</section>
|
||||||
|
<section class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<h1 class="title delta">About Home Assistant</h1>
|
||||||
|
<ul class="divided">
|
||||||
|
<li>
|
||||||
|
Home Assistant is an open-source home automation platform running on Python 3. Track and control all devices at home and automate control.
|
||||||
|
</li>
|
||||||
|
<li><a href='/getting-started/'>Get started with Home Assistant</a></li>
|
||||||
|
<li><a href='/demo/'>Open the online demo</a></li>
|
||||||
|
<li><a href='https://github.com/balloob/home-assistant/'>Browse code on GitHub</a></li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
|
||||||
|
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Share this post</h1>
|
<h1 class="title delta">Share this post</h1>
|
||||||
|
|
||||||
<a href="//twitter.com/share"
|
<a href="//twitter.com/share"
|
||||||
|
@ -299,7 +319,7 @@
|
||||||
}(document, 'script', 'facebook-jssdk'));
|
}(document, 'script', 'facebook-jssdk'));
|
||||||
</script>
|
</script>
|
||||||
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Other Posts</h1>
|
<h1 class="title delta">Recent Posts</h1>
|
||||||
<ul class="divided">
|
<ul class="divided">
|
||||||
|
|
||||||
|
|
||||||
|
@ -335,8 +355,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
|
@ -113,9 +113,9 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/how-to/'>how-to</a></li>
|
<li><a class='category' href='/blog/categories/how-to/'>How-To</a></li>
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/mqtt/'>mqtt</a></li>
|
<li><a class='category' href='/blog/categories/mqtt/'>MQTT</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -460,8 +460,28 @@ PubSubClient client(ethClient);
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
|
|
||||||
|
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<form action="https://www.google.com/search" method="get">
|
||||||
|
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
||||||
|
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
||||||
|
<button type="submit"><i class="icon-search"></i></button>
|
||||||
|
</form>
|
||||||
|
</section>
|
||||||
|
<section class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<h1 class="title delta">About Home Assistant</h1>
|
||||||
|
<ul class="divided">
|
||||||
|
<li>
|
||||||
|
Home Assistant is an open-source home automation platform running on Python 3. Track and control all devices at home and automate control.
|
||||||
|
</li>
|
||||||
|
<li><a href='/getting-started/'>Get started with Home Assistant</a></li>
|
||||||
|
<li><a href='/demo/'>Open the online demo</a></li>
|
||||||
|
<li><a href='https://github.com/balloob/home-assistant/'>Browse code on GitHub</a></li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
|
||||||
|
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Share this post</h1>
|
<h1 class="title delta">Share this post</h1>
|
||||||
|
|
||||||
<a href="//twitter.com/share"
|
<a href="//twitter.com/share"
|
||||||
|
@ -502,7 +522,7 @@ PubSubClient client(ethClient);
|
||||||
}(document, 'script', 'facebook-jssdk'));
|
}(document, 'script', 'facebook-jssdk'));
|
||||||
</script>
|
</script>
|
||||||
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Other Posts</h1>
|
<h1 class="title delta">Recent Posts</h1>
|
||||||
<ul class="divided">
|
<ul class="divided">
|
||||||
|
|
||||||
|
|
||||||
|
@ -538,8 +558,7 @@ PubSubClient client(ethClient);
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
|
@ -113,9 +113,9 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/how-to/'>how-to</a></li>
|
<li><a class='category' href='/blog/categories/how-to/'>How-To</a></li>
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/release-notes/'>release-notes</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -319,8 +319,28 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
|
|
||||||
|
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<form action="https://www.google.com/search" method="get">
|
||||||
|
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
||||||
|
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
||||||
|
<button type="submit"><i class="icon-search"></i></button>
|
||||||
|
</form>
|
||||||
|
</section>
|
||||||
|
<section class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<h1 class="title delta">About Home Assistant</h1>
|
||||||
|
<ul class="divided">
|
||||||
|
<li>
|
||||||
|
Home Assistant is an open-source home automation platform running on Python 3. Track and control all devices at home and automate control.
|
||||||
|
</li>
|
||||||
|
<li><a href='/getting-started/'>Get started with Home Assistant</a></li>
|
||||||
|
<li><a href='/demo/'>Open the online demo</a></li>
|
||||||
|
<li><a href='https://github.com/balloob/home-assistant/'>Browse code on GitHub</a></li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
|
||||||
|
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Share this post</h1>
|
<h1 class="title delta">Share this post</h1>
|
||||||
|
|
||||||
<a href="//twitter.com/share"
|
<a href="//twitter.com/share"
|
||||||
|
@ -361,7 +381,7 @@
|
||||||
}(document, 'script', 'facebook-jssdk'));
|
}(document, 'script', 'facebook-jssdk'));
|
||||||
</script>
|
</script>
|
||||||
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Other Posts</h1>
|
<h1 class="title delta">Recent Posts</h1>
|
||||||
<ul class="divided">
|
<ul class="divided">
|
||||||
|
|
||||||
|
|
||||||
|
@ -397,8 +417,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
|
@ -113,7 +113,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/how-to/'>how-to</a></li>
|
<li><a class='category' href='/blog/categories/how-to/'>How-To</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -220,8 +220,28 @@ Glances web server started on http://0.0.0.0:61208/
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
|
|
||||||
|
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<form action="https://www.google.com/search" method="get">
|
||||||
|
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
||||||
|
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
||||||
|
<button type="submit"><i class="icon-search"></i></button>
|
||||||
|
</form>
|
||||||
|
</section>
|
||||||
|
<section class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<h1 class="title delta">About Home Assistant</h1>
|
||||||
|
<ul class="divided">
|
||||||
|
<li>
|
||||||
|
Home Assistant is an open-source home automation platform running on Python 3. Track and control all devices at home and automate control.
|
||||||
|
</li>
|
||||||
|
<li><a href='/getting-started/'>Get started with Home Assistant</a></li>
|
||||||
|
<li><a href='/demo/'>Open the online demo</a></li>
|
||||||
|
<li><a href='https://github.com/balloob/home-assistant/'>Browse code on GitHub</a></li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
|
||||||
|
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Share this post</h1>
|
<h1 class="title delta">Share this post</h1>
|
||||||
|
|
||||||
<a href="//twitter.com/share"
|
<a href="//twitter.com/share"
|
||||||
|
@ -262,7 +282,7 @@ Glances web server started on http://0.0.0.0:61208/
|
||||||
}(document, 'script', 'facebook-jssdk'));
|
}(document, 'script', 'facebook-jssdk'));
|
||||||
</script>
|
</script>
|
||||||
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Other Posts</h1>
|
<h1 class="title delta">Recent Posts</h1>
|
||||||
<ul class="divided">
|
<ul class="divided">
|
||||||
|
|
||||||
|
|
||||||
|
@ -298,8 +318,7 @@ Glances web server started on http://0.0.0.0:61208/
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
|
@ -113,7 +113,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/release-notes/'>release-notes</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -199,8 +199,28 @@ Automation has gotten a lot of love. It now supports conditions, multiple trigge
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
|
|
||||||
|
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<form action="https://www.google.com/search" method="get">
|
||||||
|
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
||||||
|
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
||||||
|
<button type="submit"><i class="icon-search"></i></button>
|
||||||
|
</form>
|
||||||
|
</section>
|
||||||
|
<section class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<h1 class="title delta">About Home Assistant</h1>
|
||||||
|
<ul class="divided">
|
||||||
|
<li>
|
||||||
|
Home Assistant is an open-source home automation platform running on Python 3. Track and control all devices at home and automate control.
|
||||||
|
</li>
|
||||||
|
<li><a href='/getting-started/'>Get started with Home Assistant</a></li>
|
||||||
|
<li><a href='/demo/'>Open the online demo</a></li>
|
||||||
|
<li><a href='https://github.com/balloob/home-assistant/'>Browse code on GitHub</a></li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
|
||||||
|
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Share this post</h1>
|
<h1 class="title delta">Share this post</h1>
|
||||||
|
|
||||||
<a href="//twitter.com/share"
|
<a href="//twitter.com/share"
|
||||||
|
@ -241,7 +261,7 @@ Automation has gotten a lot of love. It now supports conditions, multiple trigge
|
||||||
}(document, 'script', 'facebook-jssdk'));
|
}(document, 'script', 'facebook-jssdk'));
|
||||||
</script>
|
</script>
|
||||||
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Other Posts</h1>
|
<h1 class="title delta">Recent Posts</h1>
|
||||||
<ul class="divided">
|
<ul class="divided">
|
||||||
|
|
||||||
|
|
||||||
|
@ -277,8 +297,7 @@ Automation has gotten a lot of love. It now supports conditions, multiple trigge
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
|
@ -113,7 +113,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/release-notes/'>release-notes</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -175,8 +175,28 @@ Map in Home Assistant showing two people and three zones (home, school, work)
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
|
|
||||||
|
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<form action="https://www.google.com/search" method="get">
|
||||||
|
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
||||||
|
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
||||||
|
<button type="submit"><i class="icon-search"></i></button>
|
||||||
|
</form>
|
||||||
|
</section>
|
||||||
|
<section class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<h1 class="title delta">About Home Assistant</h1>
|
||||||
|
<ul class="divided">
|
||||||
|
<li>
|
||||||
|
Home Assistant is an open-source home automation platform running on Python 3. Track and control all devices at home and automate control.
|
||||||
|
</li>
|
||||||
|
<li><a href='/getting-started/'>Get started with Home Assistant</a></li>
|
||||||
|
<li><a href='/demo/'>Open the online demo</a></li>
|
||||||
|
<li><a href='https://github.com/balloob/home-assistant/'>Browse code on GitHub</a></li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
|
||||||
|
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Share this post</h1>
|
<h1 class="title delta">Share this post</h1>
|
||||||
|
|
||||||
<a href="//twitter.com/share"
|
<a href="//twitter.com/share"
|
||||||
|
@ -217,7 +237,7 @@ Map in Home Assistant showing two people and three zones (home, school, work)
|
||||||
}(document, 'script', 'facebook-jssdk'));
|
}(document, 'script', 'facebook-jssdk'));
|
||||||
</script>
|
</script>
|
||||||
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Other Posts</h1>
|
<h1 class="title delta">Recent Posts</h1>
|
||||||
<ul class="divided">
|
<ul class="divided">
|
||||||
|
|
||||||
|
|
||||||
|
@ -253,8 +273,7 @@ Map in Home Assistant showing two people and three zones (home, school, work)
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
|
@ -113,11 +113,11 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/esp8266/'>esp8266</a></li>
|
<li><a class='category' href='/blog/categories/esp8266/'>ESP8266</a></li>
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/how-to/'>how-to</a></li>
|
<li><a class='category' href='/blog/categories/how-to/'>How-To</a></li>
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/mqtt/'>mqtt</a></li>
|
<li><a class='category' href='/blog/categories/mqtt/'>MQTT</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -506,8 +506,28 @@ Adafruit_HDC1000 hdc = Adafruit_HDC1000();
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
|
|
||||||
|
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<form action="https://www.google.com/search" method="get">
|
||||||
|
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
||||||
|
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
||||||
|
<button type="submit"><i class="icon-search"></i></button>
|
||||||
|
</form>
|
||||||
|
</section>
|
||||||
|
<section class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<h1 class="title delta">About Home Assistant</h1>
|
||||||
|
<ul class="divided">
|
||||||
|
<li>
|
||||||
|
Home Assistant is an open-source home automation platform running on Python 3. Track and control all devices at home and automate control.
|
||||||
|
</li>
|
||||||
|
<li><a href='/getting-started/'>Get started with Home Assistant</a></li>
|
||||||
|
<li><a href='/demo/'>Open the online demo</a></li>
|
||||||
|
<li><a href='https://github.com/balloob/home-assistant/'>Browse code on GitHub</a></li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
|
||||||
|
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Share this post</h1>
|
<h1 class="title delta">Share this post</h1>
|
||||||
|
|
||||||
<a href="//twitter.com/share"
|
<a href="//twitter.com/share"
|
||||||
|
@ -548,7 +568,7 @@ Adafruit_HDC1000 hdc = Adafruit_HDC1000();
|
||||||
}(document, 'script', 'facebook-jssdk'));
|
}(document, 'script', 'facebook-jssdk'));
|
||||||
</script>
|
</script>
|
||||||
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Other Posts</h1>
|
<h1 class="title delta">Recent Posts</h1>
|
||||||
<ul class="divided">
|
<ul class="divided">
|
||||||
|
|
||||||
|
|
||||||
|
@ -584,8 +604,7 @@ Adafruit_HDC1000 hdc = Adafruit_HDC1000();
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
|
@ -113,7 +113,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/release-notes/'>release-notes</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -164,8 +164,28 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
|
|
||||||
|
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<form action="https://www.google.com/search" method="get">
|
||||||
|
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
||||||
|
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
||||||
|
<button type="submit"><i class="icon-search"></i></button>
|
||||||
|
</form>
|
||||||
|
</section>
|
||||||
|
<section class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<h1 class="title delta">About Home Assistant</h1>
|
||||||
|
<ul class="divided">
|
||||||
|
<li>
|
||||||
|
Home Assistant is an open-source home automation platform running on Python 3. Track and control all devices at home and automate control.
|
||||||
|
</li>
|
||||||
|
<li><a href='/getting-started/'>Get started with Home Assistant</a></li>
|
||||||
|
<li><a href='/demo/'>Open the online demo</a></li>
|
||||||
|
<li><a href='https://github.com/balloob/home-assistant/'>Browse code on GitHub</a></li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
|
||||||
|
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Share this post</h1>
|
<h1 class="title delta">Share this post</h1>
|
||||||
|
|
||||||
<a href="//twitter.com/share"
|
<a href="//twitter.com/share"
|
||||||
|
@ -206,7 +226,7 @@
|
||||||
}(document, 'script', 'facebook-jssdk'));
|
}(document, 'script', 'facebook-jssdk'));
|
||||||
</script>
|
</script>
|
||||||
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Other Posts</h1>
|
<h1 class="title delta">Recent Posts</h1>
|
||||||
<ul class="divided">
|
<ul class="divided">
|
||||||
|
|
||||||
|
|
||||||
|
@ -242,8 +262,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
|
@ -113,7 +113,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/release-notes/'>release-notes</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -186,8 +186,28 @@ This makes more sense as most people run Home Assistant as a daemon</p>
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
|
|
||||||
|
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<form action="https://www.google.com/search" method="get">
|
||||||
|
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
||||||
|
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
||||||
|
<button type="submit"><i class="icon-search"></i></button>
|
||||||
|
</form>
|
||||||
|
</section>
|
||||||
|
<section class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<h1 class="title delta">About Home Assistant</h1>
|
||||||
|
<ul class="divided">
|
||||||
|
<li>
|
||||||
|
Home Assistant is an open-source home automation platform running on Python 3. Track and control all devices at home and automate control.
|
||||||
|
</li>
|
||||||
|
<li><a href='/getting-started/'>Get started with Home Assistant</a></li>
|
||||||
|
<li><a href='/demo/'>Open the online demo</a></li>
|
||||||
|
<li><a href='https://github.com/balloob/home-assistant/'>Browse code on GitHub</a></li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
|
||||||
|
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Share this post</h1>
|
<h1 class="title delta">Share this post</h1>
|
||||||
|
|
||||||
<a href="//twitter.com/share"
|
<a href="//twitter.com/share"
|
||||||
|
@ -228,7 +248,7 @@ This makes more sense as most people run Home Assistant as a daemon</p>
|
||||||
}(document, 'script', 'facebook-jssdk'));
|
}(document, 'script', 'facebook-jssdk'));
|
||||||
</script>
|
</script>
|
||||||
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Other Posts</h1>
|
<h1 class="title delta">Recent Posts</h1>
|
||||||
<ul class="divided">
|
<ul class="divided">
|
||||||
|
|
||||||
|
|
||||||
|
@ -264,8 +284,7 @@ This makes more sense as most people run Home Assistant as a daemon</p>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
|
@ -113,7 +113,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/release-notes/'>release-notes</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -182,8 +182,28 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
|
|
||||||
|
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<form action="https://www.google.com/search" method="get">
|
||||||
|
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
||||||
|
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
||||||
|
<button type="submit"><i class="icon-search"></i></button>
|
||||||
|
</form>
|
||||||
|
</section>
|
||||||
|
<section class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<h1 class="title delta">About Home Assistant</h1>
|
||||||
|
<ul class="divided">
|
||||||
|
<li>
|
||||||
|
Home Assistant is an open-source home automation platform running on Python 3. Track and control all devices at home and automate control.
|
||||||
|
</li>
|
||||||
|
<li><a href='/getting-started/'>Get started with Home Assistant</a></li>
|
||||||
|
<li><a href='/demo/'>Open the online demo</a></li>
|
||||||
|
<li><a href='https://github.com/balloob/home-assistant/'>Browse code on GitHub</a></li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
|
||||||
|
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Share this post</h1>
|
<h1 class="title delta">Share this post</h1>
|
||||||
|
|
||||||
<a href="//twitter.com/share"
|
<a href="//twitter.com/share"
|
||||||
|
@ -224,7 +244,7 @@
|
||||||
}(document, 'script', 'facebook-jssdk'));
|
}(document, 'script', 'facebook-jssdk'));
|
||||||
</script>
|
</script>
|
||||||
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Other Posts</h1>
|
<h1 class="title delta">Recent Posts</h1>
|
||||||
<ul class="divided">
|
<ul class="divided">
|
||||||
|
|
||||||
|
|
||||||
|
@ -260,8 +280,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
|
@ -113,7 +113,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/survey/'>survey</a></li>
|
<li><a class='category' href='/blog/categories/survey/'>Survey</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -222,8 +222,28 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
|
|
||||||
|
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<form action="https://www.google.com/search" method="get">
|
||||||
|
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
||||||
|
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
||||||
|
<button type="submit"><i class="icon-search"></i></button>
|
||||||
|
</form>
|
||||||
|
</section>
|
||||||
|
<section class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<h1 class="title delta">About Home Assistant</h1>
|
||||||
|
<ul class="divided">
|
||||||
|
<li>
|
||||||
|
Home Assistant is an open-source home automation platform running on Python 3. Track and control all devices at home and automate control.
|
||||||
|
</li>
|
||||||
|
<li><a href='/getting-started/'>Get started with Home Assistant</a></li>
|
||||||
|
<li><a href='/demo/'>Open the online demo</a></li>
|
||||||
|
<li><a href='https://github.com/balloob/home-assistant/'>Browse code on GitHub</a></li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
|
||||||
|
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Share this post</h1>
|
<h1 class="title delta">Share this post</h1>
|
||||||
|
|
||||||
<a href="//twitter.com/share"
|
<a href="//twitter.com/share"
|
||||||
|
@ -264,7 +284,7 @@
|
||||||
}(document, 'script', 'facebook-jssdk'));
|
}(document, 'script', 'facebook-jssdk'));
|
||||||
</script>
|
</script>
|
||||||
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Other Posts</h1>
|
<h1 class="title delta">Recent Posts</h1>
|
||||||
<ul class="divided">
|
<ul class="divided">
|
||||||
|
|
||||||
|
|
||||||
|
@ -300,8 +320,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
|
@ -113,7 +113,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/community/'>community</a></li>
|
<li><a class='category' href='/blog/categories/community/'>Community</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -155,8 +155,28 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
|
|
||||||
|
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<form action="https://www.google.com/search" method="get">
|
||||||
|
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
||||||
|
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
||||||
|
<button type="submit"><i class="icon-search"></i></button>
|
||||||
|
</form>
|
||||||
|
</section>
|
||||||
|
<section class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<h1 class="title delta">About Home Assistant</h1>
|
||||||
|
<ul class="divided">
|
||||||
|
<li>
|
||||||
|
Home Assistant is an open-source home automation platform running on Python 3. Track and control all devices at home and automate control.
|
||||||
|
</li>
|
||||||
|
<li><a href='/getting-started/'>Get started with Home Assistant</a></li>
|
||||||
|
<li><a href='/demo/'>Open the online demo</a></li>
|
||||||
|
<li><a href='https://github.com/balloob/home-assistant/'>Browse code on GitHub</a></li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
|
||||||
|
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Share this post</h1>
|
<h1 class="title delta">Share this post</h1>
|
||||||
|
|
||||||
<a href="//twitter.com/share"
|
<a href="//twitter.com/share"
|
||||||
|
@ -197,7 +217,7 @@
|
||||||
}(document, 'script', 'facebook-jssdk'));
|
}(document, 'script', 'facebook-jssdk'));
|
||||||
</script>
|
</script>
|
||||||
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Other Posts</h1>
|
<h1 class="title delta">Recent Posts</h1>
|
||||||
<ul class="divided">
|
<ul class="divided">
|
||||||
|
|
||||||
|
|
||||||
|
@ -233,8 +253,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
|
@ -113,7 +113,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/release-notes/'>release-notes</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -164,8 +164,28 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
|
|
||||||
|
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<form action="https://www.google.com/search" method="get">
|
||||||
|
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
||||||
|
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
||||||
|
<button type="submit"><i class="icon-search"></i></button>
|
||||||
|
</form>
|
||||||
|
</section>
|
||||||
|
<section class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<h1 class="title delta">About Home Assistant</h1>
|
||||||
|
<ul class="divided">
|
||||||
|
<li>
|
||||||
|
Home Assistant is an open-source home automation platform running on Python 3. Track and control all devices at home and automate control.
|
||||||
|
</li>
|
||||||
|
<li><a href='/getting-started/'>Get started with Home Assistant</a></li>
|
||||||
|
<li><a href='/demo/'>Open the online demo</a></li>
|
||||||
|
<li><a href='https://github.com/balloob/home-assistant/'>Browse code on GitHub</a></li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
|
||||||
|
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Share this post</h1>
|
<h1 class="title delta">Share this post</h1>
|
||||||
|
|
||||||
<a href="//twitter.com/share"
|
<a href="//twitter.com/share"
|
||||||
|
@ -206,7 +226,7 @@
|
||||||
}(document, 'script', 'facebook-jssdk'));
|
}(document, 'script', 'facebook-jssdk'));
|
||||||
</script>
|
</script>
|
||||||
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Other Posts</h1>
|
<h1 class="title delta">Recent Posts</h1>
|
||||||
<ul class="divided">
|
<ul class="divided">
|
||||||
|
|
||||||
|
|
||||||
|
@ -238,8 +258,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||||
<title>InfluxDB and Grafana - Home Assistant</title>
|
<title>InfluxDB and Grafana - Home Assistant</title>
|
||||||
<meta name="author" content="Paulus Schoutsen">
|
<meta name="author" content="Paulus Schoutsen">
|
||||||
<meta name="description" content="A step by step guide to start recording data from Home Assistant in InfluxDB and visualizing it using Grafan.">
|
<meta name="description" content="A step by step guide to start recording data from Home Assistant in InfluxDB and visualizing it using Grafana.">
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width">
|
<meta name="viewport" content="width=device-width">
|
||||||
<link rel="canonical" href="https://home-assistant.io/blog/2015/12/07/influxdb-and-grafana/">
|
<link rel="canonical" href="https://home-assistant.io/blog/2015/12/07/influxdb-and-grafana/">
|
||||||
|
@ -19,13 +19,13 @@
|
||||||
<meta property="og:site_name" content="Home Assistant">
|
<meta property="og:site_name" content="Home Assistant">
|
||||||
<meta property="og:url" content="https://home-assistant.io/blog/2015/12/07/influxdb-and-grafana/">
|
<meta property="og:url" content="https://home-assistant.io/blog/2015/12/07/influxdb-and-grafana/">
|
||||||
<meta property="og:type" content="article">
|
<meta property="og:type" content="article">
|
||||||
<meta property="og:description" content="A step by step guide to start recording data from Home Assistant in InfluxDB and visualizing it using Grafan.">
|
<meta property="og:description" content="A step by step guide to start recording data from Home Assistant in InfluxDB and visualizing it using Grafana.">
|
||||||
<meta property="og:image" content="https://home-assistant.io/images/blog/2015-12-influxdb/grafana-graph.png">
|
<meta property="og:image" content="https://home-assistant.io/images/blog/2015-12-influxdb/grafana-graph.png">
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
<meta name="twitter:site" content="@balloob">
|
<meta name="twitter:site" content="@balloob">
|
||||||
<meta name="twitter:title" content="InfluxDB and Grafana">
|
<meta name="twitter:title" content="InfluxDB and Grafana">
|
||||||
<meta name="twitter:description" content="A step by step guide to start recording data from Home Assistant in InfluxDB and visualizing it using Grafan.">
|
<meta name="twitter:description" content="A step by step guide to start recording data from Home Assistant in InfluxDB and visualizing it using Grafana.">
|
||||||
<meta name="twitter:image" content="https://home-assistant.io/images/blog/2015-12-influxdb/grafana-graph.png">
|
<meta name="twitter:image" content="https://home-assistant.io/images/blog/2015-12-influxdb/grafana-graph.png">
|
||||||
|
|
||||||
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
|
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
|
||||||
|
@ -113,7 +113,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/how-to/'>how-to</a></li>
|
<li><a class='category' href='/blog/categories/how-to/'>How-To</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -255,8 +255,28 @@ $ sudo systemctl status grafana-server
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
|
|
||||||
|
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<form action="https://www.google.com/search" method="get">
|
||||||
|
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
||||||
|
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
||||||
|
<button type="submit"><i class="icon-search"></i></button>
|
||||||
|
</form>
|
||||||
|
</section>
|
||||||
|
<section class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<h1 class="title delta">About Home Assistant</h1>
|
||||||
|
<ul class="divided">
|
||||||
|
<li>
|
||||||
|
Home Assistant is an open-source home automation platform running on Python 3. Track and control all devices at home and automate control.
|
||||||
|
</li>
|
||||||
|
<li><a href='/getting-started/'>Get started with Home Assistant</a></li>
|
||||||
|
<li><a href='/demo/'>Open the online demo</a></li>
|
||||||
|
<li><a href='https://github.com/balloob/home-assistant/'>Browse code on GitHub</a></li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
|
||||||
|
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Share this post</h1>
|
<h1 class="title delta">Share this post</h1>
|
||||||
|
|
||||||
<a href="//twitter.com/share"
|
<a href="//twitter.com/share"
|
||||||
|
@ -297,7 +317,7 @@ $ sudo systemctl status grafana-server
|
||||||
}(document, 'script', 'facebook-jssdk'));
|
}(document, 'script', 'facebook-jssdk'));
|
||||||
</script>
|
</script>
|
||||||
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Other Posts</h1>
|
<h1 class="title delta">Recent Posts</h1>
|
||||||
<ul class="divided">
|
<ul class="divided">
|
||||||
|
|
||||||
|
|
||||||
|
@ -329,8 +349,7 @@ $ sudo systemctl status grafana-server
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
|
@ -113,7 +113,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/how-to/'>how-to</a></li>
|
<li><a class='category' href='/blog/categories/how-to/'>How-To</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -205,8 +205,28 @@ requests.get(<span class="string"><span class="delimiter">'</span><span class="c
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
|
|
||||||
|
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<form action="https://www.google.com/search" method="get">
|
||||||
|
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
||||||
|
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
||||||
|
<button type="submit"><i class="icon-search"></i></button>
|
||||||
|
</form>
|
||||||
|
</section>
|
||||||
|
<section class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<h1 class="title delta">About Home Assistant</h1>
|
||||||
|
<ul class="divided">
|
||||||
|
<li>
|
||||||
|
Home Assistant is an open-source home automation platform running on Python 3. Track and control all devices at home and automate control.
|
||||||
|
</li>
|
||||||
|
<li><a href='/getting-started/'>Get started with Home Assistant</a></li>
|
||||||
|
<li><a href='/demo/'>Open the online demo</a></li>
|
||||||
|
<li><a href='https://github.com/balloob/home-assistant/'>Browse code on GitHub</a></li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
|
||||||
|
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Share this post</h1>
|
<h1 class="title delta">Share this post</h1>
|
||||||
|
|
||||||
<a href="//twitter.com/share"
|
<a href="//twitter.com/share"
|
||||||
|
@ -247,7 +267,7 @@ requests.get(<span class="string"><span class="delimiter">'</span><span class="c
|
||||||
}(document, 'script', 'facebook-jssdk'));
|
}(document, 'script', 'facebook-jssdk'));
|
||||||
</script>
|
</script>
|
||||||
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Other Posts</h1>
|
<h1 class="title delta">Recent Posts</h1>
|
||||||
<ul class="divided">
|
<ul class="divided">
|
||||||
|
|
||||||
|
|
||||||
|
@ -279,8 +299,7 @@ requests.get(<span class="string"><span class="delimiter">'</span><span class="c
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
|
@ -113,7 +113,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/public-service-announcement/'>public-service-announcement</a></li>
|
<li><a class='category' href='/blog/categories/public-service-announcement/'>Public-Service-Announcement</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -177,8 +177,28 @@ Philips Hue FAQ entries regarding 3rd party light bulbs.
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
|
|
||||||
|
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<form action="https://www.google.com/search" method="get">
|
||||||
|
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
||||||
|
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
||||||
|
<button type="submit"><i class="icon-search"></i></button>
|
||||||
|
</form>
|
||||||
|
</section>
|
||||||
|
<section class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<h1 class="title delta">About Home Assistant</h1>
|
||||||
|
<ul class="divided">
|
||||||
|
<li>
|
||||||
|
Home Assistant is an open-source home automation platform running on Python 3. Track and control all devices at home and automate control.
|
||||||
|
</li>
|
||||||
|
<li><a href='/getting-started/'>Get started with Home Assistant</a></li>
|
||||||
|
<li><a href='/demo/'>Open the online demo</a></li>
|
||||||
|
<li><a href='https://github.com/balloob/home-assistant/'>Browse code on GitHub</a></li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
|
||||||
|
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Share this post</h1>
|
<h1 class="title delta">Share this post</h1>
|
||||||
|
|
||||||
<a href="//twitter.com/share"
|
<a href="//twitter.com/share"
|
||||||
|
@ -219,7 +239,7 @@ Philips Hue FAQ entries regarding 3rd party light bulbs.
|
||||||
}(document, 'script', 'facebook-jssdk'));
|
}(document, 'script', 'facebook-jssdk'));
|
||||||
</script>
|
</script>
|
||||||
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Other Posts</h1>
|
<h1 class="title delta">Recent Posts</h1>
|
||||||
<ul class="divided">
|
<ul class="divided">
|
||||||
|
|
||||||
|
|
||||||
|
@ -251,8 +271,7 @@ Philips Hue FAQ entries regarding 3rd party light bulbs.
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
|
@ -113,7 +113,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/how-to/'>how-to</a></li>
|
<li><a class='category' href='/blog/categories/how-to/'>How-To</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -242,8 +242,28 @@ sudo docker run -it --rm -p 443:443 -p 80:80 --name letsencrypt \
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
|
|
||||||
|
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<form action="https://www.google.com/search" method="get">
|
||||||
|
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
||||||
|
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
||||||
|
<button type="submit"><i class="icon-search"></i></button>
|
||||||
|
</form>
|
||||||
|
</section>
|
||||||
|
<section class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<h1 class="title delta">About Home Assistant</h1>
|
||||||
|
<ul class="divided">
|
||||||
|
<li>
|
||||||
|
Home Assistant is an open-source home automation platform running on Python 3. Track and control all devices at home and automate control.
|
||||||
|
</li>
|
||||||
|
<li><a href='/getting-started/'>Get started with Home Assistant</a></li>
|
||||||
|
<li><a href='/demo/'>Open the online demo</a></li>
|
||||||
|
<li><a href='https://github.com/balloob/home-assistant/'>Browse code on GitHub</a></li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
|
||||||
|
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Share this post</h1>
|
<h1 class="title delta">Share this post</h1>
|
||||||
|
|
||||||
<a href="//twitter.com/share"
|
<a href="//twitter.com/share"
|
||||||
|
@ -284,7 +304,7 @@ sudo docker run -it --rm -p 443:443 -p 80:80 --name letsencrypt \
|
||||||
}(document, 'script', 'facebook-jssdk'));
|
}(document, 'script', 'facebook-jssdk'));
|
||||||
</script>
|
</script>
|
||||||
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Other Posts</h1>
|
<h1 class="title delta">Recent Posts</h1>
|
||||||
<ul class="divided">
|
<ul class="divided">
|
||||||
|
|
||||||
|
|
||||||
|
@ -316,8 +336,7 @@ sudo docker run -it --rm -p 443:443 -p 80:80 --name letsencrypt \
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
|
@ -199,7 +199,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/how-to/'>how-to</a></li>
|
<li><a class='category' href='/blog/categories/how-to/'>How-To</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -231,7 +231,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/public-service-announcement/'>public-service-announcement</a></li>
|
<li><a class='category' href='/blog/categories/public-service-announcement/'>Public-Service-Announcement</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -263,7 +263,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/how-to/'>how-to</a></li>
|
<li><a class='category' href='/blog/categories/how-to/'>How-To</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -295,7 +295,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/how-to/'>how-to</a></li>
|
<li><a class='category' href='/blog/categories/how-to/'>How-To</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -327,7 +327,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/release-notes/'>release-notes</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -359,7 +359,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/community/'>community</a></li>
|
<li><a class='category' href='/blog/categories/community/'>Community</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -391,7 +391,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/survey/'>survey</a></li>
|
<li><a class='category' href='/blog/categories/survey/'>Survey</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -423,7 +423,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/release-notes/'>release-notes</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -455,7 +455,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/release-notes/'>release-notes</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -487,11 +487,11 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/esp8266/'>esp8266</a></li>
|
<li><a class='category' href='/blog/categories/esp8266/'>ESP8266</a></li>
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/how-to/'>how-to</a></li>
|
<li><a class='category' href='/blog/categories/how-to/'>How-To</a></li>
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/mqtt/'>mqtt</a></li>
|
<li><a class='category' href='/blog/categories/mqtt/'>MQTT</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -523,7 +523,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/release-notes/'>release-notes</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -555,7 +555,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/release-notes/'>release-notes</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -587,7 +587,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/release-notes/'>release-notes</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -619,7 +619,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/how-to/'>how-to</a></li>
|
<li><a class='category' href='/blog/categories/how-to/'>How-To</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -651,9 +651,9 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/how-to/'>how-to</a></li>
|
<li><a class='category' href='/blog/categories/how-to/'>How-To</a></li>
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/release-notes/'>release-notes</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -685,9 +685,9 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/how-to/'>how-to</a></li>
|
<li><a class='category' href='/blog/categories/how-to/'>How-To</a></li>
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/mqtt/'>mqtt</a></li>
|
<li><a class='category' href='/blog/categories/mqtt/'>MQTT</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -719,7 +719,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/user-stories/'>user-stories</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -751,7 +751,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/user-stories/'>user-stories</a></li>
|
<li><a class='category' href='/blog/categories/user-stories/'>User-Stories</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -783,7 +783,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/release-notes/'>release-notes</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -815,7 +815,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/release-notes/'>release-notes</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -847,7 +847,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/release-notes/'>release-notes</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -879,7 +879,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/release-notes/'>release-notes</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -911,7 +911,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/release-notes/'>release-notes</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -943,7 +943,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/core/'>core</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -975,7 +975,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/release-notes/'>release-notes</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -1007,7 +1007,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/release-notes/'>release-notes</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -1039,7 +1039,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/release-notes/'>release-notes</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -1071,7 +1071,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/branding/'>branding</a></li>
|
<li><a class='category' href='/blog/categories/branding/'>Branding</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -1103,7 +1103,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/core/'>core</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -1135,7 +1135,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/frontend/'>frontend</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -1167,9 +1167,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/component/'>component</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/frontend/'>frontend</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -1201,7 +1199,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/release-notes/'>release-notes</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -1233,7 +1231,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/component/'>component</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -1265,7 +1263,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/component/'>component</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -1297,7 +1295,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/component/'>component</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -1332,7 +1330,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/architecture/'>architecture</a></li>
|
<li><a class='category' href='/blog/categories/architecture/'>Architecture</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -1364,7 +1362,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/website/'>website</a></li>
|
<li><a class='category' href='/blog/categories/branding/'>Branding</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -1390,8 +1388,28 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
|
|
||||||
|
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<form action="https://www.google.com/search" method="get">
|
||||||
|
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
||||||
|
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
||||||
|
<button type="submit"><i class="icon-search"></i></button>
|
||||||
|
</form>
|
||||||
|
</section>
|
||||||
|
<section class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<h1 class="title delta">About Home Assistant</h1>
|
||||||
|
<ul class="divided">
|
||||||
|
<li>
|
||||||
|
Home Assistant is an open-source home automation platform running on Python 3. Track and control all devices at home and automate control.
|
||||||
|
</li>
|
||||||
|
<li><a href='/getting-started/'>Get started with Home Assistant</a></li>
|
||||||
|
<li><a href='/demo/'>Open the online demo</a></li>
|
||||||
|
<li><a href='https://github.com/balloob/home-assistant/'>Browse code on GitHub</a></li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
|
||||||
|
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Share this post</h1>
|
<h1 class="title delta">Share this post</h1>
|
||||||
|
|
||||||
<a href="//twitter.com/share"
|
<a href="//twitter.com/share"
|
||||||
|
@ -1432,7 +1450,7 @@
|
||||||
}(document, 'script', 'facebook-jssdk'));
|
}(document, 'script', 'facebook-jssdk'));
|
||||||
</script>
|
</script>
|
||||||
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Other Posts</h1>
|
<h1 class="title delta">Recent Posts</h1>
|
||||||
<ul class="divided">
|
<ul class="divided">
|
||||||
|
|
||||||
|
|
||||||
|
@ -1468,8 +1486,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<feed xmlns="http://www.w3.org/2005/Atom">
|
<feed xmlns="http://www.w3.org/2005/Atom">
|
||||||
|
|
||||||
<title><![CDATA[Category: architecture | Home Assistant]]></title>
|
<title><![CDATA[Category: Architecture | Home Assistant]]></title>
|
||||||
<link href="https://home-assistant.io/blog/categories/architecture/atom.xml" rel="self"/>
|
<link href="https://home-assistant.io/blog/categories/architecture/atom.xml" rel="self"/>
|
||||||
<link href="https://home-assistant.io/"/>
|
<link href="https://home-assistant.io/"/>
|
||||||
<updated>2015-12-16T07:13:38-08:00</updated>
|
<updated>2015-12-17T19:00:26-08:00</updated>
|
||||||
<id>https://home-assistant.io/</id>
|
<id>https://home-assistant.io/</id>
|
||||||
<author>
|
<author>
|
||||||
<name><![CDATA[Paulus Schoutsen]]></name>
|
<name><![CDATA[Paulus Schoutsen]]></name>
|
||||||
|
|
|
@ -7,25 +7,25 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||||
<title>Category: architecture - Home Assistant</title>
|
<title>Category: Architecture - Home Assistant</title>
|
||||||
<meta name="author" content="Paulus Schoutsen">
|
<meta name="author" content="Paulus Schoutsen">
|
||||||
<meta name="description" content="Category: architecture">
|
<meta name="description" content="Category: Architecture">
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width">
|
<meta name="viewport" content="width=device-width">
|
||||||
<link rel="canonical" href="https://home-assistant.io/blog/categories/architecture/">
|
<link rel="canonical" href="https://home-assistant.io/blog/categories/architecture/">
|
||||||
|
|
||||||
<meta property="fb:app_id" content="338291289691179">
|
<meta property="fb:app_id" content="338291289691179">
|
||||||
<meta property="og:title" content="Category: architecture">
|
<meta property="og:title" content="Category: Architecture">
|
||||||
<meta property="og:site_name" content="Home Assistant">
|
<meta property="og:site_name" content="Home Assistant">
|
||||||
<meta property="og:url" content="https://home-assistant.io/blog/categories/architecture/">
|
<meta property="og:url" content="https://home-assistant.io/blog/categories/architecture/">
|
||||||
<meta property="og:type" content="website">
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:description" content="Category: architecture">
|
<meta property="og:description" content="Category: Architecture">
|
||||||
<meta property="og:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
<meta property="og:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary">
|
<meta name="twitter:card" content="summary">
|
||||||
<meta name="twitter:site" content="@balloob">
|
<meta name="twitter:site" content="@balloob">
|
||||||
<meta name="twitter:title" content="Category: architecture">
|
<meta name="twitter:title" content="Category: Architecture">
|
||||||
<meta name="twitter:description" content="Category: architecture">
|
<meta name="twitter:description" content="Category: Architecture">
|
||||||
<meta name="twitter:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
<meta name="twitter:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
||||||
|
|
||||||
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
|
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
|
||||||
|
@ -131,7 +131,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/architecture/'>architecture</a></li>
|
<li><a class='category' href='/blog/categories/architecture/'>Architecture</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -157,8 +157,28 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
|
|
||||||
|
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<form action="https://www.google.com/search" method="get">
|
||||||
|
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
||||||
|
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
||||||
|
<button type="submit"><i class="icon-search"></i></button>
|
||||||
|
</form>
|
||||||
|
</section>
|
||||||
|
<section class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<h1 class="title delta">About Home Assistant</h1>
|
||||||
|
<ul class="divided">
|
||||||
|
<li>
|
||||||
|
Home Assistant is an open-source home automation platform running on Python 3. Track and control all devices at home and automate control.
|
||||||
|
</li>
|
||||||
|
<li><a href='/getting-started/'>Get started with Home Assistant</a></li>
|
||||||
|
<li><a href='/demo/'>Open the online demo</a></li>
|
||||||
|
<li><a href='https://github.com/balloob/home-assistant/'>Browse code on GitHub</a></li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
|
||||||
|
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Share this post</h1>
|
<h1 class="title delta">Share this post</h1>
|
||||||
|
|
||||||
<a href="//twitter.com/share"
|
<a href="//twitter.com/share"
|
||||||
|
@ -199,7 +219,7 @@
|
||||||
}(document, 'script', 'facebook-jssdk'));
|
}(document, 'script', 'facebook-jssdk'));
|
||||||
</script>
|
</script>
|
||||||
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Other Posts</h1>
|
<h1 class="title delta">Recent Posts</h1>
|
||||||
<ul class="divided">
|
<ul class="divided">
|
||||||
|
|
||||||
|
|
||||||
|
@ -235,8 +255,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<feed xmlns="http://www.w3.org/2005/Atom">
|
<feed xmlns="http://www.w3.org/2005/Atom">
|
||||||
|
|
||||||
<title><![CDATA[Category: branding | Home Assistant]]></title>
|
<title><![CDATA[Category: Branding | Home Assistant]]></title>
|
||||||
<link href="https://home-assistant.io/blog/categories/branding/atom.xml" rel="self"/>
|
<link href="https://home-assistant.io/blog/categories/branding/atom.xml" rel="self"/>
|
||||||
<link href="https://home-assistant.io/"/>
|
<link href="https://home-assistant.io/"/>
|
||||||
<updated>2015-12-16T07:13:38-08:00</updated>
|
<updated>2015-12-17T19:00:26-08:00</updated>
|
||||||
<id>https://home-assistant.io/</id>
|
<id>https://home-assistant.io/</id>
|
||||||
<author>
|
<author>
|
||||||
<name><![CDATA[Paulus Schoutsen]]></name>
|
<name><![CDATA[Paulus Schoutsen]]></name>
|
||||||
|
@ -29,4 +29,13 @@ The old logo, the new detailed logo and the new simple logo.
|
||||||
]]></content>
|
]]></content>
|
||||||
</entry>
|
</entry>
|
||||||
|
|
||||||
|
<entry>
|
||||||
|
<title type="html"><![CDATA[Website launched!]]></title>
|
||||||
|
<link href="https://home-assistant.io/blog/2014/12/18/website-launched/"/>
|
||||||
|
<updated>2014-12-18T23:24:45-08:00</updated>
|
||||||
|
<id>https://home-assistant.io/blog/2014/12/18/website-launched</id>
|
||||||
|
<content type="html"><![CDATA[<p>I finally took the time to setup a simple website to help people getting started with Home Assistant. The process was super smooth thanks to the great tools <a href="http://jekyllrb.com">Jekyll</a> and <a href="http://octopress.org">Octopress</a> and the great services <a href="https://pages.github.com">GitHub Pages</a> and <a href="https://cloudflare.com">CloudFlare</a>.</p>
|
||||||
|
]]></content>
|
||||||
|
</entry>
|
||||||
|
|
||||||
</feed>
|
</feed>
|
||||||
|
|
|
@ -7,25 +7,25 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||||
<title>Category: branding - Home Assistant</title>
|
<title>Category: Branding - Home Assistant</title>
|
||||||
<meta name="author" content="Paulus Schoutsen">
|
<meta name="author" content="Paulus Schoutsen">
|
||||||
<meta name="description" content="Category: branding">
|
<meta name="description" content="Category: Branding">
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width">
|
<meta name="viewport" content="width=device-width">
|
||||||
<link rel="canonical" href="https://home-assistant.io/blog/categories/branding/">
|
<link rel="canonical" href="https://home-assistant.io/blog/categories/branding/">
|
||||||
|
|
||||||
<meta property="fb:app_id" content="338291289691179">
|
<meta property="fb:app_id" content="338291289691179">
|
||||||
<meta property="og:title" content="Category: branding">
|
<meta property="og:title" content="Category: Branding">
|
||||||
<meta property="og:site_name" content="Home Assistant">
|
<meta property="og:site_name" content="Home Assistant">
|
||||||
<meta property="og:url" content="https://home-assistant.io/blog/categories/branding/">
|
<meta property="og:url" content="https://home-assistant.io/blog/categories/branding/">
|
||||||
<meta property="og:type" content="website">
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:description" content="Category: branding">
|
<meta property="og:description" content="Category: Branding">
|
||||||
<meta property="og:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
<meta property="og:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary">
|
<meta name="twitter:card" content="summary">
|
||||||
<meta name="twitter:site" content="@balloob">
|
<meta name="twitter:site" content="@balloob">
|
||||||
<meta name="twitter:title" content="Category: branding">
|
<meta name="twitter:title" content="Category: Branding">
|
||||||
<meta name="twitter:description" content="Category: branding">
|
<meta name="twitter:description" content="Category: Branding">
|
||||||
<meta name="twitter:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
<meta name="twitter:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
||||||
|
|
||||||
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
|
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
|
||||||
|
@ -131,7 +131,42 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/branding/'>branding</a></li>
|
<li><a class='category' href='/blog/categories/branding/'>Branding</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</span>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
<hr class="divider">
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</article>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h2>2014</h2>
|
||||||
|
|
||||||
|
<article>
|
||||||
|
<div class="grid">
|
||||||
|
|
||||||
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
|
<time datetime="2014-12-18T23:24:45-08:00" pubdate>
|
||||||
|
<span class='month'>Dec</span> <span class='day'>18</span>
|
||||||
|
</time>
|
||||||
|
</div>
|
||||||
|
<div class="grid__item four-fifths palm-one-whole">
|
||||||
|
<h1 class="gamma"><a href="/blog/2014/12/18/website-launched/">Website launched!</a></h1>
|
||||||
|
|
||||||
|
<footer class="meta">
|
||||||
|
<span>
|
||||||
|
<i class="icon-tags"></i>
|
||||||
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a class='category' href='/blog/categories/branding/'>Branding</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -157,8 +192,28 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
|
|
||||||
|
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<form action="https://www.google.com/search" method="get">
|
||||||
|
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
||||||
|
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
||||||
|
<button type="submit"><i class="icon-search"></i></button>
|
||||||
|
</form>
|
||||||
|
</section>
|
||||||
|
<section class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<h1 class="title delta">About Home Assistant</h1>
|
||||||
|
<ul class="divided">
|
||||||
|
<li>
|
||||||
|
Home Assistant is an open-source home automation platform running on Python 3. Track and control all devices at home and automate control.
|
||||||
|
</li>
|
||||||
|
<li><a href='/getting-started/'>Get started with Home Assistant</a></li>
|
||||||
|
<li><a href='/demo/'>Open the online demo</a></li>
|
||||||
|
<li><a href='https://github.com/balloob/home-assistant/'>Browse code on GitHub</a></li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
|
||||||
|
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Share this post</h1>
|
<h1 class="title delta">Share this post</h1>
|
||||||
|
|
||||||
<a href="//twitter.com/share"
|
<a href="//twitter.com/share"
|
||||||
|
@ -199,7 +254,7 @@
|
||||||
}(document, 'script', 'facebook-jssdk'));
|
}(document, 'script', 'facebook-jssdk'));
|
||||||
</script>
|
</script>
|
||||||
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Other Posts</h1>
|
<h1 class="title delta">Recent Posts</h1>
|
||||||
<ul class="divided">
|
<ul class="divided">
|
||||||
|
|
||||||
|
|
||||||
|
@ -235,8 +290,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<feed xmlns="http://www.w3.org/2005/Atom">
|
<feed xmlns="http://www.w3.org/2005/Atom">
|
||||||
|
|
||||||
<title><![CDATA[Category: community | Home Assistant]]></title>
|
<title><![CDATA[Category: Community | Home Assistant]]></title>
|
||||||
<link href="https://home-assistant.io/blog/categories/community/atom.xml" rel="self"/>
|
<link href="https://home-assistant.io/blog/categories/community/atom.xml" rel="self"/>
|
||||||
<link href="https://home-assistant.io/"/>
|
<link href="https://home-assistant.io/"/>
|
||||||
<updated>2015-12-16T07:13:38-08:00</updated>
|
<updated>2015-12-17T19:00:26-08:00</updated>
|
||||||
<id>https://home-assistant.io/</id>
|
<id>https://home-assistant.io/</id>
|
||||||
<author>
|
<author>
|
||||||
<name><![CDATA[Paulus Schoutsen]]></name>
|
<name><![CDATA[Paulus Schoutsen]]></name>
|
||||||
|
|
|
@ -7,25 +7,25 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||||
<title>Category: community - Home Assistant</title>
|
<title>Category: Community - Home Assistant</title>
|
||||||
<meta name="author" content="Paulus Schoutsen">
|
<meta name="author" content="Paulus Schoutsen">
|
||||||
<meta name="description" content="Category: community">
|
<meta name="description" content="Category: Community">
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width">
|
<meta name="viewport" content="width=device-width">
|
||||||
<link rel="canonical" href="https://home-assistant.io/blog/categories/community/">
|
<link rel="canonical" href="https://home-assistant.io/blog/categories/community/">
|
||||||
|
|
||||||
<meta property="fb:app_id" content="338291289691179">
|
<meta property="fb:app_id" content="338291289691179">
|
||||||
<meta property="og:title" content="Category: community">
|
<meta property="og:title" content="Category: Community">
|
||||||
<meta property="og:site_name" content="Home Assistant">
|
<meta property="og:site_name" content="Home Assistant">
|
||||||
<meta property="og:url" content="https://home-assistant.io/blog/categories/community/">
|
<meta property="og:url" content="https://home-assistant.io/blog/categories/community/">
|
||||||
<meta property="og:type" content="website">
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:description" content="Category: community">
|
<meta property="og:description" content="Category: Community">
|
||||||
<meta property="og:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
<meta property="og:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary">
|
<meta name="twitter:card" content="summary">
|
||||||
<meta name="twitter:site" content="@balloob">
|
<meta name="twitter:site" content="@balloob">
|
||||||
<meta name="twitter:title" content="Category: community">
|
<meta name="twitter:title" content="Category: Community">
|
||||||
<meta name="twitter:description" content="Category: community">
|
<meta name="twitter:description" content="Category: Community">
|
||||||
<meta name="twitter:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
<meta name="twitter:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
||||||
|
|
||||||
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
|
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
|
||||||
|
@ -131,7 +131,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/community/'>community</a></li>
|
<li><a class='category' href='/blog/categories/community/'>Community</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -157,8 +157,28 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
|
|
||||||
|
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<form action="https://www.google.com/search" method="get">
|
||||||
|
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
||||||
|
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
||||||
|
<button type="submit"><i class="icon-search"></i></button>
|
||||||
|
</form>
|
||||||
|
</section>
|
||||||
|
<section class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<h1 class="title delta">About Home Assistant</h1>
|
||||||
|
<ul class="divided">
|
||||||
|
<li>
|
||||||
|
Home Assistant is an open-source home automation platform running on Python 3. Track and control all devices at home and automate control.
|
||||||
|
</li>
|
||||||
|
<li><a href='/getting-started/'>Get started with Home Assistant</a></li>
|
||||||
|
<li><a href='/demo/'>Open the online demo</a></li>
|
||||||
|
<li><a href='https://github.com/balloob/home-assistant/'>Browse code on GitHub</a></li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
|
||||||
|
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Share this post</h1>
|
<h1 class="title delta">Share this post</h1>
|
||||||
|
|
||||||
<a href="//twitter.com/share"
|
<a href="//twitter.com/share"
|
||||||
|
@ -199,7 +219,7 @@
|
||||||
}(document, 'script', 'facebook-jssdk'));
|
}(document, 'script', 'facebook-jssdk'));
|
||||||
</script>
|
</script>
|
||||||
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Other Posts</h1>
|
<h1 class="title delta">Recent Posts</h1>
|
||||||
<ul class="divided">
|
<ul class="divided">
|
||||||
|
|
||||||
|
|
||||||
|
@ -235,8 +255,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
|
@ -1,153 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<feed xmlns="http://www.w3.org/2005/Atom">
|
|
||||||
|
|
||||||
<title><![CDATA[Category: component | Home Assistant]]></title>
|
|
||||||
<link href="https://home-assistant.io/blog/categories/component/atom.xml" rel="self"/>
|
|
||||||
<link href="https://home-assistant.io/"/>
|
|
||||||
<updated>2015-12-16T07:13:38-08:00</updated>
|
|
||||||
<id>https://home-assistant.io/</id>
|
|
||||||
<author>
|
|
||||||
<name><![CDATA[Paulus Schoutsen]]></name>
|
|
||||||
|
|
||||||
</author>
|
|
||||||
<generator uri="http://octopress.org/">Octopress</generator>
|
|
||||||
|
|
||||||
|
|
||||||
<entry>
|
|
||||||
<title type="html"><![CDATA[Looking at the past]]></title>
|
|
||||||
<link href="https://home-assistant.io/blog/2015/02/08/looking-at-the-past/"/>
|
|
||||||
<updated>2015-02-08T09:01:23-08:00</updated>
|
|
||||||
<id>https://home-assistant.io/blog/2015/02/08/looking-at-the-past</id>
|
|
||||||
<content type="html"><![CDATA[<p>Ever since the launch of Home Assistant you have been able to track the state of your house. But the view has always been limited to what the current state is. Not what it was. Today we are going to change that by introducing two brand new components:</p>
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
<li>Recorder component that will record every event to a SQLite database</li>
|
|
||||||
<li>History component that will query and aggregate the recorded events</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<p>By adding this view into the past, we are adding an extra dimension into the state of your house. This brings great new possibilities for future features. The focus of todays release is on getting the recording component to you to start recording and getting some data. To show what is being recorded a view has been added that shows the last 24 hours of your house. Expect more extensive tools to explore your history in the future.</p>
|
|
||||||
|
|
||||||
<p>Adding history to the UI was a challenge on itself because the old UI did not support easy navigation. So to add to the awesomeness of this release, Home Assistant also got a face lift.</p>
|
|
||||||
|
|
||||||
<p>The history component will be enabled for new users by default. For current users, run <code>scripts/update</code> to upgrade to the latest version and add <code>[history]</code> to your <code>home-assistant.conf</code> file.</p>
|
|
||||||
|
|
||||||
<p class="img">
|
|
||||||
<a href="/images/screenshots/component_history_24h.png">
|
|
||||||
<img src="/images/screenshots/component_history_24h.png" />
|
|
||||||
</a>
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p class="note">
|
|
||||||
Events are saved in a local database. Google Graphs is used to draw the graph. Drawing is happening 100% in your browser - no data is transfered to anyone at any time.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<!--more-->
|
|
||||||
|
|
||||||
<p>Tracking history is an exciting next step for Home Assistant and will power the next generation of features. Here a list of some of the cool things that can now be build:</p>
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
<li>Time Machine: explore the state of your house at any point in the past</li>
|
|
||||||
<li>Smart Home: analyze behavior and use it to automate your house</li>
|
|
||||||
<li>Summarize usage of the different components of your house</li>
|
|
||||||
</ul>
|
|
||||||
]]></content>
|
|
||||||
</entry>
|
|
||||||
|
|
||||||
<entry>
|
|
||||||
<title type="html"><![CDATA[Nest in the house!]]></title>
|
|
||||||
<link href="https://home-assistant.io/blog/2015/01/13/nest-in-da-house/"/>
|
|
||||||
<updated>2015-01-13T08:29:04-08:00</updated>
|
|
||||||
<id>https://home-assistant.io/blog/2015/01/13/nest-in-da-house</id>
|
|
||||||
<content type="html"><![CDATA[<p>For thet majority of its existence, Home Assistant primary focus was on presence detection, lights and switches. But not anymore as we’re expanding the supported devices. Today, we’re proud to introduce Nest Thermostat integration for Home Assistant contributed by <a href="https://github.com/sfiorini">Stefano Fiorini</a>!</p>
|
|
||||||
|
|
||||||
<p class="img">
|
|
||||||
<img src="/images/screenshots/nest-thermostat-card.png" />
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p>The new integration exists out of two parts: a generic thermostat component and a Nest platform implementation. The initial version implements provides a read-only card and services to control it. The plan is in the future to add temperature and away mode controls from the thermostat card and more info dialog. Internally, we are using the Python package <a href="https://github.com/jkoelker/python-nest">python-nest by jkoelker</a> to talk to the Nest.</p>
|
|
||||||
|
|
||||||
<p>If you own a Nest thermostat, add the following lines to your <code>home-assistant.conf</code>:</p>
|
|
||||||
|
|
||||||
<div class="highlighter-coderay"><div class="CodeRay">
|
|
||||||
<div class="code"><pre>[thermostat]
|
|
||||||
platform=nest
|
|
||||||
username=YOUR_USERNAME
|
|
||||||
password=YOUR_PASSWORD
|
|
||||||
</pre></div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
]]></content>
|
|
||||||
</entry>
|
|
||||||
|
|
||||||
<entry>
|
|
||||||
<title type="html"><![CDATA[Bootstrapping your setup with Discovery]]></title>
|
|
||||||
<link href="https://home-assistant.io/blog/2015/01/11/bootstrapping-your-setup-with-discovery/"/>
|
|
||||||
<updated>2015-01-11T21:49:08-08:00</updated>
|
|
||||||
<id>https://home-assistant.io/blog/2015/01/11/bootstrapping-your-setup-with-discovery</id>
|
|
||||||
<content type="html"><![CDATA[<p>Most people do not like configuring things. Things just have to work, out of the box. Reaching this scenario is the goal of what we are about to introduce: our new discovery component.</p>
|
|
||||||
|
|
||||||
<p>The discovery component will scan the WiFi network from time to time for connected zeroconf/mDNS and uPnP devices. The intial introduction is mainly focussed on getting the right architecture in place and discovers Belkin WeMo switches and Google Chromecasts connected to your network. When found, it will load and notify the appropritate component and it will be ready to use within seconds.</p>
|
|
||||||
|
|
||||||
<p>Most devices still require some sort of interaction from the user after being discovered - be it a button being pressed or some sort of authentication. This is a challenge that will be solved in the future.</p>
|
|
||||||
|
|
||||||
<p>To enable the discovery component, add the following to your <code>home-assistant.conf</code>:</p>
|
|
||||||
|
|
||||||
<div class="highlighter-coderay"><div class="CodeRay">
|
|
||||||
<div class="code"><pre>[discovery]
|
|
||||||
</pre></div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<p>A new <a href="/developers/add_new_platform/#discovery">discovery section</a> has been added to the Adding a new platform page with instructions how to make your platform discoverable.</p>
|
|
||||||
]]></content>
|
|
||||||
</entry>
|
|
||||||
|
|
||||||
<entry>
|
|
||||||
<title type="html"><![CDATA[Hello PushBullet, nice talking to you]]></title>
|
|
||||||
<link href="https://home-assistant.io/blog/2015/01/04/hey-pushbullet-nice-talking-to-you/"/>
|
|
||||||
<updated>2015-01-04T13:29:07-08:00</updated>
|
|
||||||
<id>https://home-assistant.io/blog/2015/01/04/hey-pushbullet-nice-talking-to-you</id>
|
|
||||||
<content type="html"><![CDATA[<p>One of the things that was missing in Home Assistant for a while was a way to communicate with users. Wouldn’t it be nice to get a message when important events happen like the lights being turned on while no one is home? Since the Home Assistant frontend runs as a web application on the phone, we have no way to bring ourselves to the front. This is where the new notify component comes in, powered by PushBullet.</p>
|
|
||||||
|
|
||||||
<p>The new notify component will take in messages and tells them to the user. For now this will be powered by the very awesome <a href="https://www.pushbullet.com/">PushBullet</a> but any other messaging platform can be easily added.</p>
|
|
||||||
|
|
||||||
<p class="img">
|
|
||||||
<img src="/images/screenshots/pushbullet_moto360.png" />
|
|
||||||
A message triggered by the simple_alarm component is shown by PushBullet on the Moto360.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p>Read on to learn how to enable the notify component and integrate it with other components.</p>
|
|
||||||
|
|
||||||
<!--more-->
|
|
||||||
|
|
||||||
<h3>Enabling the notify component</h3>
|
|
||||||
|
|
||||||
<p>To enable the new notify component, add the following to your <code>home-assistant.conf</code>:</p>
|
|
||||||
|
|
||||||
<div class="highlighter-coderay"><div class="CodeRay">
|
|
||||||
<div class="code"><pre>[notify]
|
|
||||||
platform=pushbullet
|
|
||||||
api_key=ABCDEFGHJKLMNOPQRSTUVXYZ
|
|
||||||
</pre></div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<p>You can get your api key from <a href="https://www.pushbullet.com/account">your account page on PushBullet.com</a>.</p>
|
|
||||||
|
|
||||||
<h3>Sending messages from your component</h3>
|
|
||||||
|
|
||||||
<p>To be able to send messages, the notify component has to be loaded and initialized successfully.</p>
|
|
||||||
|
|
||||||
<div class="highlighter-coderay"><div class="CodeRay">
|
|
||||||
<div class="code"><pre><span class="keyword">import</span> <span class="include">homeassistant.loader</span> <span class="keyword">as</span> loader
|
|
||||||
|
|
||||||
<span class="keyword">def</span> <span class="function">setup</span>(hass, config):
|
|
||||||
notify = loader.get_component(<span class="string"><span class="delimiter">'</span><span class="content">notify</span><span class="delimiter">'</span></span>)
|
|
||||||
notify.send_message(hass, <span class="string"><span class="delimiter">"</span><span class="content">Hello from my component!</span><span class="delimiter">"</span></span>)
|
|
||||||
</pre></div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
]]></content>
|
|
||||||
</entry>
|
|
||||||
|
|
||||||
</feed>
|
|
|
@ -1,381 +0,0 @@
|
||||||
<!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>Category: component - Home Assistant</title>
|
|
||||||
<meta name="author" content="Paulus Schoutsen">
|
|
||||||
<meta name="description" content="Category: component">
|
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width">
|
|
||||||
<link rel="canonical" href="https://home-assistant.io/blog/categories/component/">
|
|
||||||
|
|
||||||
<meta property="fb:app_id" content="338291289691179">
|
|
||||||
<meta property="og:title" content="Category: component">
|
|
||||||
<meta property="og:site_name" content="Home Assistant">
|
|
||||||
<meta property="og:url" content="https://home-assistant.io/blog/categories/component/">
|
|
||||||
<meta property="og:type" content="website">
|
|
||||||
<meta property="og:description" content="Category: component">
|
|
||||||
<meta property="og:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary">
|
|
||||||
<meta name="twitter:site" content="@balloob">
|
|
||||||
<meta name="twitter:title" content="Category: component">
|
|
||||||
<meta name="twitter:description" content="Category: component">
|
|
||||||
<meta name="twitter:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
|
||||||
|
|
||||||
<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/'>Configuration basics</a></li>
|
|
||||||
<li><a href='/getting-started/devices/'>Adding devices</a></li>
|
|
||||||
<li><a href='/getting-started/presence-detection/'>Presence detection</a></li>
|
|
||||||
<li><a href='/getting-started/automation/'>Automation</a></li>
|
|
||||||
<li><a href='/cookbook'>Configuration cookbook</a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li><a href='/components/'>Components</a></li>
|
|
||||||
<li>
|
|
||||||
<a href="/developers/">Developers</a>
|
|
||||||
<ul>
|
|
||||||
<li><a href="/developers/architecture/">Architecture</a></li>
|
|
||||||
<li><a href="/developers/frontend/">Frontend development</a></li>
|
|
||||||
<li><a href="/developers/creating_components/">
|
|
||||||
Creating components
|
|
||||||
</a></li>
|
|
||||||
<li><a href="/developers/add_new_platform/">
|
|
||||||
Adding platform support
|
|
||||||
</a></li>
|
|
||||||
<li><a href="/developers/api/">API</a></li>
|
|
||||||
<li><a href="/developers/credits/">Credits</a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li><a href="/blog/">Blog</a></li>
|
|
||||||
<li><a href="/help/">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">
|
|
||||||
Category: Component
|
|
||||||
</h1>
|
|
||||||
</header>
|
|
||||||
<hr class="divider">
|
|
||||||
|
|
||||||
|
|
||||||
<div id="archive-list">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<h2>2015</h2>
|
|
||||||
|
|
||||||
<article>
|
|
||||||
<div class="grid">
|
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
|
||||||
<time datetime="2015-02-08T09:01:23-08:00" pubdate>
|
|
||||||
<span class='month'>Feb</span> <span class='day'>08</span>
|
|
||||||
</time>
|
|
||||||
</div>
|
|
||||||
<div class="grid__item four-fifths palm-one-whole">
|
|
||||||
<h1 class="gamma"><a href="/blog/2015/02/08/looking-at-the-past/">Looking at the past</a></h1>
|
|
||||||
|
|
||||||
<footer class="meta">
|
|
||||||
<span>
|
|
||||||
<i class="icon-tags"></i>
|
|
||||||
<ul class="tags unstyled">
|
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/component/'>component</a></li>
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/frontend/'>frontend</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</span>
|
|
||||||
</footer>
|
|
||||||
|
|
||||||
<hr class="divider">
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</article>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<article>
|
|
||||||
<div class="grid">
|
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
|
||||||
<time datetime="2015-01-13T08:29:04-08:00" pubdate>
|
|
||||||
<span class='month'>Jan</span> <span class='day'>13</span>
|
|
||||||
</time>
|
|
||||||
</div>
|
|
||||||
<div class="grid__item four-fifths palm-one-whole">
|
|
||||||
<h1 class="gamma"><a href="/blog/2015/01/13/nest-in-da-house/">Nest in the house!</a></h1>
|
|
||||||
|
|
||||||
<footer class="meta">
|
|
||||||
<span>
|
|
||||||
<i class="icon-tags"></i>
|
|
||||||
<ul class="tags unstyled">
|
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/component/'>component</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</span>
|
|
||||||
</footer>
|
|
||||||
|
|
||||||
<hr class="divider">
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</article>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<article>
|
|
||||||
<div class="grid">
|
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
|
||||||
<time datetime="2015-01-11T21:49:08-08:00" pubdate>
|
|
||||||
<span class='month'>Jan</span> <span class='day'>11</span>
|
|
||||||
</time>
|
|
||||||
</div>
|
|
||||||
<div class="grid__item four-fifths palm-one-whole">
|
|
||||||
<h1 class="gamma"><a href="/blog/2015/01/11/bootstrapping-your-setup-with-discovery/">Bootstrapping your setup with Discovery</a></h1>
|
|
||||||
|
|
||||||
<footer class="meta">
|
|
||||||
<span>
|
|
||||||
<i class="icon-tags"></i>
|
|
||||||
<ul class="tags unstyled">
|
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/component/'>component</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</span>
|
|
||||||
</footer>
|
|
||||||
|
|
||||||
<hr class="divider">
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</article>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<article>
|
|
||||||
<div class="grid">
|
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
|
||||||
<time datetime="2015-01-04T13:29:07-08:00" pubdate>
|
|
||||||
<span class='month'>Jan</span> <span class='day'>04</span>
|
|
||||||
</time>
|
|
||||||
</div>
|
|
||||||
<div class="grid__item four-fifths palm-one-whole">
|
|
||||||
<h1 class="gamma"><a href="/blog/2015/01/04/hey-pushbullet-nice-talking-to-you/">Hello PushBullet, nice talking to you</a></h1>
|
|
||||||
|
|
||||||
<footer class="meta">
|
|
||||||
<span>
|
|
||||||
<i class="icon-tags"></i>
|
|
||||||
<ul class="tags unstyled">
|
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/component/'>component</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</span>
|
|
||||||
</footer>
|
|
||||||
|
|
||||||
<hr class="divider">
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</article>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
</article>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">
|
|
||||||
<div class="grid">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
|
||||||
<h1 class="title delta">Share this post</h1>
|
|
||||||
|
|
||||||
<a href="//twitter.com/share"
|
|
||||||
class="twitter-share-button"
|
|
||||||
data-url="https://home-assistant.io/blog/categories/component/"
|
|
||||||
data-counturl="https://home-assistant.io/blog/categories/component/" >Tweet</a>
|
|
||||||
|
|
||||||
|
|
||||||
<div class="g-plusone" data-size="standard"></div>
|
|
||||||
|
|
||||||
|
|
||||||
<div class="fb-share-button" style='top: -6px;'
|
|
||||||
data-href="https://home-assistant.io/blog/categories/component/"
|
|
||||||
data-layout="button_count">
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
|
|
||||||
|
|
||||||
<script src="https://apis.google.com/js/platform.js" async defer></script>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
window.fbAsyncInit = function() {
|
|
||||||
FB.init({
|
|
||||||
appId : '338291289691179',
|
|
||||||
xfbml : true,
|
|
||||||
version : 'v2.2'
|
|
||||||
});
|
|
||||||
};
|
|
||||||
|
|
||||||
(function(d, s, id){
|
|
||||||
var js, fjs = d.getElementsByTagName(s)[0];
|
|
||||||
if (d.getElementById(id)) {return;}
|
|
||||||
js = d.createElement(s); js.id = id;
|
|
||||||
js.src = "//connect.facebook.net/en_US/sdk.js";
|
|
||||||
fjs.parentNode.insertBefore(js, fjs);
|
|
||||||
}(document, 'script', 'facebook-jssdk'));
|
|
||||||
</script>
|
|
||||||
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
|
||||||
<h1 class="title delta">Other Posts</h1>
|
|
||||||
<ul class="divided">
|
|
||||||
|
|
||||||
|
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2015/12/13/setup-encryption-using-lets-encrypt/">Set up encryption using Let's Encrypt</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2015/12/12/philips-hue-blocks-3rd-party-bulbs/">[Update: decision reversed!] Philips Hue blocks 3rd party lights</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2015/12/10/activating-tasker-tasks-from-home-assistant-using-command-line-switches/">Activating Tasker tasks from Home Assistant using command line switches</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2015/12/07/influxdb-and-grafana/">InfluxDB and Grafana</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2015/12/06/locks-rollershutters-binary-sensors-and-influxdb-support/">0.9: Rollershutters, locks, binary sensors and InfluxDB</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</aside>
|
|
||||||
|
|
||||||
</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://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>
|
|
||||||
<script>
|
|
||||||
var disqus_shortname = 'home-assistant';
|
|
||||||
|
|
||||||
|
|
||||||
var disqus_script = 'count.js';
|
|
||||||
|
|
||||||
(function () {
|
|
||||||
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
|
|
||||||
dsq.src = '//' + disqus_shortname + '.disqus.com/' + disqus_script;
|
|
||||||
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
|
|
||||||
}());
|
|
||||||
</script>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
|
@ -1,69 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<feed xmlns="http://www.w3.org/2005/Atom">
|
|
||||||
|
|
||||||
<title><![CDATA[Category: core | Home Assistant]]></title>
|
|
||||||
<link href="https://home-assistant.io/blog/categories/core/atom.xml" rel="self"/>
|
|
||||||
<link href="https://home-assistant.io/"/>
|
|
||||||
<updated>2015-12-16T07:13:38-08:00</updated>
|
|
||||||
<id>https://home-assistant.io/</id>
|
|
||||||
<author>
|
|
||||||
<name><![CDATA[Paulus Schoutsen]]></name>
|
|
||||||
|
|
||||||
</author>
|
|
||||||
<generator uri="http://octopress.org/">Octopress</generator>
|
|
||||||
|
|
||||||
|
|
||||||
<entry>
|
|
||||||
<title type="html"><![CDATA[UTC & Time zone awareness]]></title>
|
|
||||||
<link href="https://home-assistant.io/blog/2015/05/09/utc-time-zone-awareness/"/>
|
|
||||||
<updated>2015-05-09T23:08:00-07:00</updated>
|
|
||||||
<id>https://home-assistant.io/blog/2015/05/09/utc-time-zone-awareness</id>
|
|
||||||
<content type="html"><![CDATA[<p>I have recently merged code to refactor Home Assistant to use only UTC times internally. A much needed refactor. I’ve added some extra test coverage to time sensitive parts to ensure stability. The code has been live in the dev branch for the last 9 days and will be soon released to the master branch.</p>
|
|
||||||
|
|
||||||
<p>From now on all internal communication will be done in UTC: time changed events, datetime attributes of states, etc. To get the current time in UTC you can call <code>homeassistant.util.dt.utcnow()</code>. This is a timezone aware UTC datetime object. <a href="https://github.com/balloob/home-assistant/blob/dev/homeassistant/util/dt.py"><code>homeassistant.util.dt</code></a> is a new util package with date helpers.</p>
|
|
||||||
|
|
||||||
<p>There is also such a thing as local time. Local time is based on the time zone that you have setup in your <code>configuration.yaml</code>. Local times should only be used for user facing information: logs, frontend and automation settings in <code>configuration.yaml</code>.</p>
|
|
||||||
|
|
||||||
<h3>Setting up your time zone</h3>
|
|
||||||
<p>Setting up a time zone happens in <code>configuration.yaml</code>. If you have no time zone setup, it will be auto detected using the existing detection code using <a href="https://freegeoip.net">freegeoip.net</a>. You can find a list of compatible time zones on <a href="http://en.wikipedia.org/wiki/List_of_tz_database_time_zones">Wikipedia</a>.</p>
|
|
||||||
|
|
||||||
<div class="highlighter-coderay"><div class="CodeRay">
|
|
||||||
<div class="code"><pre><span class="key">homeassistant</span>:
|
|
||||||
<span class="key">time_zone</span>: <span class="string"><span class="content">America/Los_Angeles</span></span>
|
|
||||||
</pre></div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<h3>Compatibility</h3>
|
|
||||||
<p>The changes to the code are mostly backwards compatible. The old <code>hass.track_time_change</code> and <code>hass.track_point_in_time</code> use now internally two new methods: <code>hass.track_utc_time_change</code> and <code>hass.track_point_in_utc_time</code>. The usage of the old methods have not changed and should be backwards compatible.</p>
|
|
||||||
|
|
||||||
<p>This refactor adds a new migration for the database adding a <code>utc_offset</code> column to events and states. This information is currently not used but can prove useful in the future when we start analyzing the historical data.</p>
|
|
||||||
|
|
||||||
<h3><a class='title-link' name='backwards-incompatible-stuff' href='#backwards-incompatible-stuff'></a> Backwards incompatible stuff </h3>
|
|
||||||
|
|
||||||
<p>All built-in components have been upgraded. The following list is only for people that run custom components:</p>
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
<li><code>hass.track_time_change</code> and <code>hass.track_point_in_time</code> will now return a time zone aware datetime object. Python does not allow comparing a naive with an aware datetime object.</li>
|
|
||||||
<li>the sun attributes for rising and setting are now in UTC. The methods <code>sun.next_rising(hass)</code> and <code>sun.next_setting(hass)</code> are backwards compatible, just be careful if you used to read the raw attributes.</li>
|
|
||||||
<li>the API sends all times in UTC. If you use anything else besides the frontend to talk to HA, make sure it handles it differently.</li>
|
|
||||||
</ul>
|
|
||||||
]]></content>
|
|
||||||
</entry>
|
|
||||||
|
|
||||||
<entry>
|
|
||||||
<title type="html"><![CDATA[Home Assistant moving to YAML]]></title>
|
|
||||||
<link href="https://home-assistant.io/blog/2015/03/01/home-assistant-migrating-to-yaml/"/>
|
|
||||||
<updated>2015-03-01T11:38:00-08:00</updated>
|
|
||||||
<id>https://home-assistant.io/blog/2015/03/01/home-assistant-migrating-to-yaml</id>
|
|
||||||
<content type="html"><![CDATA[<p>Home Assistant is now using <a href="http://yaml.org/">YAML</a> for it’s configuration file. YAML allows the use of lists, which should make the configuration file a bit more flexible and useful. The new configuration file format is backwards compatible with existing components. Because of this, there is no need for component developers to update their components.</p>
|
|
||||||
|
|
||||||
<p>The new file is named configuration.yaml and if it can’t be found in your config directory, Home Assistant will instead try to find the old configuration file, home-assistant.conf.</p>
|
|
||||||
|
|
||||||
<p>The home-assistant.conf.example has been replaced with an updated <a href="https://github.com/balloob/home-assistant/blob/dev/config/configuration.yaml.example">configuration.yaml.example</a>.</p>
|
|
||||||
|
|
||||||
<p>Users of Home Assistant should migrate as the old configuration format is deprecated.</p>
|
|
||||||
]]></content>
|
|
||||||
</entry>
|
|
||||||
|
|
||||||
</feed>
|
|
|
@ -1,315 +0,0 @@
|
||||||
<!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>Category: core - Home Assistant</title>
|
|
||||||
<meta name="author" content="Paulus Schoutsen">
|
|
||||||
<meta name="description" content="Category: core">
|
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width">
|
|
||||||
<link rel="canonical" href="https://home-assistant.io/blog/categories/core/">
|
|
||||||
|
|
||||||
<meta property="fb:app_id" content="338291289691179">
|
|
||||||
<meta property="og:title" content="Category: core">
|
|
||||||
<meta property="og:site_name" content="Home Assistant">
|
|
||||||
<meta property="og:url" content="https://home-assistant.io/blog/categories/core/">
|
|
||||||
<meta property="og:type" content="website">
|
|
||||||
<meta property="og:description" content="Category: core">
|
|
||||||
<meta property="og:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary">
|
|
||||||
<meta name="twitter:site" content="@balloob">
|
|
||||||
<meta name="twitter:title" content="Category: core">
|
|
||||||
<meta name="twitter:description" content="Category: core">
|
|
||||||
<meta name="twitter:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
|
||||||
|
|
||||||
<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/'>Configuration basics</a></li>
|
|
||||||
<li><a href='/getting-started/devices/'>Adding devices</a></li>
|
|
||||||
<li><a href='/getting-started/presence-detection/'>Presence detection</a></li>
|
|
||||||
<li><a href='/getting-started/automation/'>Automation</a></li>
|
|
||||||
<li><a href='/cookbook'>Configuration cookbook</a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li><a href='/components/'>Components</a></li>
|
|
||||||
<li>
|
|
||||||
<a href="/developers/">Developers</a>
|
|
||||||
<ul>
|
|
||||||
<li><a href="/developers/architecture/">Architecture</a></li>
|
|
||||||
<li><a href="/developers/frontend/">Frontend development</a></li>
|
|
||||||
<li><a href="/developers/creating_components/">
|
|
||||||
Creating components
|
|
||||||
</a></li>
|
|
||||||
<li><a href="/developers/add_new_platform/">
|
|
||||||
Adding platform support
|
|
||||||
</a></li>
|
|
||||||
<li><a href="/developers/api/">API</a></li>
|
|
||||||
<li><a href="/developers/credits/">Credits</a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li><a href="/blog/">Blog</a></li>
|
|
||||||
<li><a href="/help/">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">
|
|
||||||
Category: Core
|
|
||||||
</h1>
|
|
||||||
</header>
|
|
||||||
<hr class="divider">
|
|
||||||
|
|
||||||
|
|
||||||
<div id="archive-list">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<h2>2015</h2>
|
|
||||||
|
|
||||||
<article>
|
|
||||||
<div class="grid">
|
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
|
||||||
<time datetime="2015-05-09T23:08:00-07:00" pubdate>
|
|
||||||
<span class='month'>May</span> <span class='day'>09</span>
|
|
||||||
</time>
|
|
||||||
</div>
|
|
||||||
<div class="grid__item four-fifths palm-one-whole">
|
|
||||||
<h1 class="gamma"><a href="/blog/2015/05/09/utc-time-zone-awareness/">UTC & Time zone awareness</a></h1>
|
|
||||||
|
|
||||||
<footer class="meta">
|
|
||||||
<span>
|
|
||||||
<i class="icon-tags"></i>
|
|
||||||
<ul class="tags unstyled">
|
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/core/'>core</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</span>
|
|
||||||
</footer>
|
|
||||||
|
|
||||||
<hr class="divider">
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</article>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<article>
|
|
||||||
<div class="grid">
|
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
|
||||||
<time datetime="2015-03-01T11:38:00-08:00" pubdate>
|
|
||||||
<span class='month'>Mar</span> <span class='day'>01</span>
|
|
||||||
</time>
|
|
||||||
</div>
|
|
||||||
<div class="grid__item four-fifths palm-one-whole">
|
|
||||||
<h1 class="gamma"><a href="/blog/2015/03/01/home-assistant-migrating-to-yaml/">Home Assistant moving to YAML</a></h1>
|
|
||||||
|
|
||||||
<footer class="meta">
|
|
||||||
<span>
|
|
||||||
<i class="icon-tags"></i>
|
|
||||||
<ul class="tags unstyled">
|
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/core/'>core</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</span>
|
|
||||||
</footer>
|
|
||||||
|
|
||||||
<hr class="divider">
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</article>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
</article>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">
|
|
||||||
<div class="grid">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
|
||||||
<h1 class="title delta">Share this post</h1>
|
|
||||||
|
|
||||||
<a href="//twitter.com/share"
|
|
||||||
class="twitter-share-button"
|
|
||||||
data-url="https://home-assistant.io/blog/categories/core/"
|
|
||||||
data-counturl="https://home-assistant.io/blog/categories/core/" >Tweet</a>
|
|
||||||
|
|
||||||
|
|
||||||
<div class="g-plusone" data-size="standard"></div>
|
|
||||||
|
|
||||||
|
|
||||||
<div class="fb-share-button" style='top: -6px;'
|
|
||||||
data-href="https://home-assistant.io/blog/categories/core/"
|
|
||||||
data-layout="button_count">
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
|
|
||||||
|
|
||||||
<script src="https://apis.google.com/js/platform.js" async defer></script>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
window.fbAsyncInit = function() {
|
|
||||||
FB.init({
|
|
||||||
appId : '338291289691179',
|
|
||||||
xfbml : true,
|
|
||||||
version : 'v2.2'
|
|
||||||
});
|
|
||||||
};
|
|
||||||
|
|
||||||
(function(d, s, id){
|
|
||||||
var js, fjs = d.getElementsByTagName(s)[0];
|
|
||||||
if (d.getElementById(id)) {return;}
|
|
||||||
js = d.createElement(s); js.id = id;
|
|
||||||
js.src = "//connect.facebook.net/en_US/sdk.js";
|
|
||||||
fjs.parentNode.insertBefore(js, fjs);
|
|
||||||
}(document, 'script', 'facebook-jssdk'));
|
|
||||||
</script>
|
|
||||||
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
|
||||||
<h1 class="title delta">Other Posts</h1>
|
|
||||||
<ul class="divided">
|
|
||||||
|
|
||||||
|
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2015/12/13/setup-encryption-using-lets-encrypt/">Set up encryption using Let's Encrypt</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2015/12/12/philips-hue-blocks-3rd-party-bulbs/">[Update: decision reversed!] Philips Hue blocks 3rd party lights</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2015/12/10/activating-tasker-tasks-from-home-assistant-using-command-line-switches/">Activating Tasker tasks from Home Assistant using command line switches</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2015/12/07/influxdb-and-grafana/">InfluxDB and Grafana</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2015/12/06/locks-rollershutters-binary-sensors-and-influxdb-support/">0.9: Rollershutters, locks, binary sensors and InfluxDB</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</aside>
|
|
||||||
|
|
||||||
</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://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>
|
|
||||||
<script>
|
|
||||||
var disqus_shortname = 'home-assistant';
|
|
||||||
|
|
||||||
|
|
||||||
var disqus_script = 'count.js';
|
|
||||||
|
|
||||||
(function () {
|
|
||||||
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
|
|
||||||
dsq.src = '//' + disqus_shortname + '.disqus.com/' + disqus_script;
|
|
||||||
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
|
|
||||||
}());
|
|
||||||
</script>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
|
@ -1,10 +1,10 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<feed xmlns="http://www.w3.org/2005/Atom">
|
<feed xmlns="http://www.w3.org/2005/Atom">
|
||||||
|
|
||||||
<title><![CDATA[Category: esp8266 | Home Assistant]]></title>
|
<title><![CDATA[Category: ESP8266 | Home Assistant]]></title>
|
||||||
<link href="https://home-assistant.io/blog/categories/esp8266/atom.xml" rel="self"/>
|
<link href="https://home-assistant.io/blog/categories/esp8266/atom.xml" rel="self"/>
|
||||||
<link href="https://home-assistant.io/"/>
|
<link href="https://home-assistant.io/"/>
|
||||||
<updated>2015-12-16T07:13:38-08:00</updated>
|
<updated>2015-12-17T19:00:26-08:00</updated>
|
||||||
<id>https://home-assistant.io/</id>
|
<id>https://home-assistant.io/</id>
|
||||||
<author>
|
<author>
|
||||||
<name><![CDATA[Paulus Schoutsen]]></name>
|
<name><![CDATA[Paulus Schoutsen]]></name>
|
||||||
|
|
|
@ -7,25 +7,25 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||||
<title>Category: esp8266 - Home Assistant</title>
|
<title>Category: ESP8266 - Home Assistant</title>
|
||||||
<meta name="author" content="Paulus Schoutsen">
|
<meta name="author" content="Paulus Schoutsen">
|
||||||
<meta name="description" content="Category: esp8266">
|
<meta name="description" content="Category: ESP8266">
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width">
|
<meta name="viewport" content="width=device-width">
|
||||||
<link rel="canonical" href="https://home-assistant.io/blog/categories/esp8266/">
|
<link rel="canonical" href="https://home-assistant.io/blog/categories/esp8266/">
|
||||||
|
|
||||||
<meta property="fb:app_id" content="338291289691179">
|
<meta property="fb:app_id" content="338291289691179">
|
||||||
<meta property="og:title" content="Category: esp8266">
|
<meta property="og:title" content="Category: ESP8266">
|
||||||
<meta property="og:site_name" content="Home Assistant">
|
<meta property="og:site_name" content="Home Assistant">
|
||||||
<meta property="og:url" content="https://home-assistant.io/blog/categories/esp8266/">
|
<meta property="og:url" content="https://home-assistant.io/blog/categories/esp8266/">
|
||||||
<meta property="og:type" content="website">
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:description" content="Category: esp8266">
|
<meta property="og:description" content="Category: ESP8266">
|
||||||
<meta property="og:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
<meta property="og:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary">
|
<meta name="twitter:card" content="summary">
|
||||||
<meta name="twitter:site" content="@balloob">
|
<meta name="twitter:site" content="@balloob">
|
||||||
<meta name="twitter:title" content="Category: esp8266">
|
<meta name="twitter:title" content="Category: ESP8266">
|
||||||
<meta name="twitter:description" content="Category: esp8266">
|
<meta name="twitter:description" content="Category: ESP8266">
|
||||||
<meta name="twitter:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
<meta name="twitter:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
||||||
|
|
||||||
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
|
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
|
||||||
|
@ -101,7 +101,7 @@
|
||||||
|
|
||||||
<header>
|
<header>
|
||||||
<h1 class="title indent">
|
<h1 class="title indent">
|
||||||
Category: Esp8266
|
Category: ESP8266
|
||||||
</h1>
|
</h1>
|
||||||
</header>
|
</header>
|
||||||
<hr class="divider">
|
<hr class="divider">
|
||||||
|
@ -131,11 +131,11 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/esp8266/'>esp8266</a></li>
|
<li><a class='category' href='/blog/categories/esp8266/'>ESP8266</a></li>
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/how-to/'>how-to</a></li>
|
<li><a class='category' href='/blog/categories/how-to/'>How-To</a></li>
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/mqtt/'>mqtt</a></li>
|
<li><a class='category' href='/blog/categories/mqtt/'>MQTT</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -161,8 +161,28 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
|
|
||||||
|
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<form action="https://www.google.com/search" method="get">
|
||||||
|
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
||||||
|
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
||||||
|
<button type="submit"><i class="icon-search"></i></button>
|
||||||
|
</form>
|
||||||
|
</section>
|
||||||
|
<section class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<h1 class="title delta">About Home Assistant</h1>
|
||||||
|
<ul class="divided">
|
||||||
|
<li>
|
||||||
|
Home Assistant is an open-source home automation platform running on Python 3. Track and control all devices at home and automate control.
|
||||||
|
</li>
|
||||||
|
<li><a href='/getting-started/'>Get started with Home Assistant</a></li>
|
||||||
|
<li><a href='/demo/'>Open the online demo</a></li>
|
||||||
|
<li><a href='https://github.com/balloob/home-assistant/'>Browse code on GitHub</a></li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
|
||||||
|
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Share this post</h1>
|
<h1 class="title delta">Share this post</h1>
|
||||||
|
|
||||||
<a href="//twitter.com/share"
|
<a href="//twitter.com/share"
|
||||||
|
@ -203,7 +223,7 @@
|
||||||
}(document, 'script', 'facebook-jssdk'));
|
}(document, 'script', 'facebook-jssdk'));
|
||||||
</script>
|
</script>
|
||||||
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Other Posts</h1>
|
<h1 class="title delta">Recent Posts</h1>
|
||||||
<ul class="divided">
|
<ul class="divided">
|
||||||
|
|
||||||
|
|
||||||
|
@ -239,8 +259,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
|
@ -1,81 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<feed xmlns="http://www.w3.org/2005/Atom">
|
|
||||||
|
|
||||||
<title><![CDATA[Category: frontend | Home Assistant]]></title>
|
|
||||||
<link href="https://home-assistant.io/blog/categories/frontend/atom.xml" rel="self"/>
|
|
||||||
<link href="https://home-assistant.io/"/>
|
|
||||||
<updated>2015-12-16T07:13:38-08:00</updated>
|
|
||||||
<id>https://home-assistant.io/</id>
|
|
||||||
<author>
|
|
||||||
<name><![CDATA[Paulus Schoutsen]]></name>
|
|
||||||
|
|
||||||
</author>
|
|
||||||
<generator uri="http://octopress.org/">Octopress</generator>
|
|
||||||
|
|
||||||
|
|
||||||
<entry>
|
|
||||||
<title type="html"><![CDATA[Streaming updates]]></title>
|
|
||||||
<link href="https://home-assistant.io/blog/2015/02/24/streaming-updates/"/>
|
|
||||||
<updated>2015-02-24T22:41:27-08:00</updated>
|
|
||||||
<id>https://home-assistant.io/blog/2015/02/24/streaming-updates</id>
|
|
||||||
<content type="html"><![CDATA[<p>Home Assistant has learned a new trick to get the latest information from the server: streaming updates. No longer will the frontend poll every 30 seconds for updates but instead it will keep a connection open and get the latest changes pushed as soon as they happen.</p>
|
|
||||||
|
|
||||||
<p>A new toggle has been added ot the sidebar to turn streaming updates on and off. This preference will be saved on a per-browser basis using local storage. The toggle will also indicate when there is an error setting up a stream after which it will fall back to use polling.</p>
|
|
||||||
|
|
||||||
<p class="img"><img src="https://home-assistant.io/images/screenshots/streaming-updates.png" /></p>
|
|
||||||
|
|
||||||
<!--more-->
|
|
||||||
|
|
||||||
<p>Streaming updates has been implemented using the HTML5 <code>EventSource</code> tag. Implementation is pretty straight forward as all the reconnection logic will be handled by the event source tag. The <a href="https://github.com/balloob/home-assistant/blob/master/homeassistant/components/api.py#L90">server-side code</a> is 50 lines and the <a href="https://github.com/balloob/home-assistant-js/blob/master/src/actions/stream.js">client-side code</a> is 80 lines of code.</p>
|
|
||||||
|
|
||||||
<p>All events that happen on the server will now also be sent to the browser. This turns any browser running the UI into a fully functioning <a href="https://home-assistant.io/developers/architecture/#multiple-connected-instances">slave instance</a> of Home Assistant. This opens up new possibilities for Home Assistant components that live completely client-side.</p>
|
|
||||||
|
|
||||||
<p>Implementing EventSource was not without challenges. Here are some of the issues that had to be solved:</p>
|
|
||||||
|
|
||||||
<p>A connection can go stale in Chrome without any event handler being called. This happens when a device goes into standby. For computers this is rare but for phones this occurs quite often. This has been solved by sending a regular ping from the server. The frontend will assume the connection has gone stale when it hasn’t heard any communication for a while. Sending a ping will also help the server detect broken connections and clean them up.</p>
|
|
||||||
|
|
||||||
<p>Another issue that I encountered is that Safari and Firefox would not fire the <code>open</code> event when the connection has been opened but when the first message has been received. To work around this the server will now fire a ping when the connection gets opened.</p>
|
|
||||||
]]></content>
|
|
||||||
</entry>
|
|
||||||
|
|
||||||
<entry>
|
|
||||||
<title type="html"><![CDATA[Looking at the past]]></title>
|
|
||||||
<link href="https://home-assistant.io/blog/2015/02/08/looking-at-the-past/"/>
|
|
||||||
<updated>2015-02-08T09:01:23-08:00</updated>
|
|
||||||
<id>https://home-assistant.io/blog/2015/02/08/looking-at-the-past</id>
|
|
||||||
<content type="html"><![CDATA[<p>Ever since the launch of Home Assistant you have been able to track the state of your house. But the view has always been limited to what the current state is. Not what it was. Today we are going to change that by introducing two brand new components:</p>
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
<li>Recorder component that will record every event to a SQLite database</li>
|
|
||||||
<li>History component that will query and aggregate the recorded events</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<p>By adding this view into the past, we are adding an extra dimension into the state of your house. This brings great new possibilities for future features. The focus of todays release is on getting the recording component to you to start recording and getting some data. To show what is being recorded a view has been added that shows the last 24 hours of your house. Expect more extensive tools to explore your history in the future.</p>
|
|
||||||
|
|
||||||
<p>Adding history to the UI was a challenge on itself because the old UI did not support easy navigation. So to add to the awesomeness of this release, Home Assistant also got a face lift.</p>
|
|
||||||
|
|
||||||
<p>The history component will be enabled for new users by default. For current users, run <code>scripts/update</code> to upgrade to the latest version and add <code>[history]</code> to your <code>home-assistant.conf</code> file.</p>
|
|
||||||
|
|
||||||
<p class="img">
|
|
||||||
<a href="/images/screenshots/component_history_24h.png">
|
|
||||||
<img src="/images/screenshots/component_history_24h.png" />
|
|
||||||
</a>
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p class="note">
|
|
||||||
Events are saved in a local database. Google Graphs is used to draw the graph. Drawing is happening 100% in your browser - no data is transfered to anyone at any time.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<!--more-->
|
|
||||||
|
|
||||||
<p>Tracking history is an exciting next step for Home Assistant and will power the next generation of features. Here a list of some of the cool things that can now be build:</p>
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
<li>Time Machine: explore the state of your house at any point in the past</li>
|
|
||||||
<li>Smart Home: analyze behavior and use it to automate your house</li>
|
|
||||||
<li>Summarize usage of the different components of your house</li>
|
|
||||||
</ul>
|
|
||||||
]]></content>
|
|
||||||
</entry>
|
|
||||||
|
|
||||||
</feed>
|
|
|
@ -1,317 +0,0 @@
|
||||||
<!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>Category: frontend - Home Assistant</title>
|
|
||||||
<meta name="author" content="Paulus Schoutsen">
|
|
||||||
<meta name="description" content="Category: frontend">
|
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width">
|
|
||||||
<link rel="canonical" href="https://home-assistant.io/blog/categories/frontend/">
|
|
||||||
|
|
||||||
<meta property="fb:app_id" content="338291289691179">
|
|
||||||
<meta property="og:title" content="Category: frontend">
|
|
||||||
<meta property="og:site_name" content="Home Assistant">
|
|
||||||
<meta property="og:url" content="https://home-assistant.io/blog/categories/frontend/">
|
|
||||||
<meta property="og:type" content="website">
|
|
||||||
<meta property="og:description" content="Category: frontend">
|
|
||||||
<meta property="og:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary">
|
|
||||||
<meta name="twitter:site" content="@balloob">
|
|
||||||
<meta name="twitter:title" content="Category: frontend">
|
|
||||||
<meta name="twitter:description" content="Category: frontend">
|
|
||||||
<meta name="twitter:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
|
||||||
|
|
||||||
<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/'>Configuration basics</a></li>
|
|
||||||
<li><a href='/getting-started/devices/'>Adding devices</a></li>
|
|
||||||
<li><a href='/getting-started/presence-detection/'>Presence detection</a></li>
|
|
||||||
<li><a href='/getting-started/automation/'>Automation</a></li>
|
|
||||||
<li><a href='/cookbook'>Configuration cookbook</a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li><a href='/components/'>Components</a></li>
|
|
||||||
<li>
|
|
||||||
<a href="/developers/">Developers</a>
|
|
||||||
<ul>
|
|
||||||
<li><a href="/developers/architecture/">Architecture</a></li>
|
|
||||||
<li><a href="/developers/frontend/">Frontend development</a></li>
|
|
||||||
<li><a href="/developers/creating_components/">
|
|
||||||
Creating components
|
|
||||||
</a></li>
|
|
||||||
<li><a href="/developers/add_new_platform/">
|
|
||||||
Adding platform support
|
|
||||||
</a></li>
|
|
||||||
<li><a href="/developers/api/">API</a></li>
|
|
||||||
<li><a href="/developers/credits/">Credits</a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li><a href="/blog/">Blog</a></li>
|
|
||||||
<li><a href="/help/">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">
|
|
||||||
Category: Frontend
|
|
||||||
</h1>
|
|
||||||
</header>
|
|
||||||
<hr class="divider">
|
|
||||||
|
|
||||||
|
|
||||||
<div id="archive-list">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<h2>2015</h2>
|
|
||||||
|
|
||||||
<article>
|
|
||||||
<div class="grid">
|
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
|
||||||
<time datetime="2015-02-24T22:41:27-08:00" pubdate>
|
|
||||||
<span class='month'>Feb</span> <span class='day'>24</span>
|
|
||||||
</time>
|
|
||||||
</div>
|
|
||||||
<div class="grid__item four-fifths palm-one-whole">
|
|
||||||
<h1 class="gamma"><a href="/blog/2015/02/24/streaming-updates/">Streaming updates</a></h1>
|
|
||||||
|
|
||||||
<footer class="meta">
|
|
||||||
<span>
|
|
||||||
<i class="icon-tags"></i>
|
|
||||||
<ul class="tags unstyled">
|
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/frontend/'>frontend</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</span>
|
|
||||||
</footer>
|
|
||||||
|
|
||||||
<hr class="divider">
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</article>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<article>
|
|
||||||
<div class="grid">
|
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
|
||||||
<time datetime="2015-02-08T09:01:23-08:00" pubdate>
|
|
||||||
<span class='month'>Feb</span> <span class='day'>08</span>
|
|
||||||
</time>
|
|
||||||
</div>
|
|
||||||
<div class="grid__item four-fifths palm-one-whole">
|
|
||||||
<h1 class="gamma"><a href="/blog/2015/02/08/looking-at-the-past/">Looking at the past</a></h1>
|
|
||||||
|
|
||||||
<footer class="meta">
|
|
||||||
<span>
|
|
||||||
<i class="icon-tags"></i>
|
|
||||||
<ul class="tags unstyled">
|
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/component/'>component</a></li>
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/frontend/'>frontend</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</span>
|
|
||||||
</footer>
|
|
||||||
|
|
||||||
<hr class="divider">
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</article>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
</article>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">
|
|
||||||
<div class="grid">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
|
||||||
<h1 class="title delta">Share this post</h1>
|
|
||||||
|
|
||||||
<a href="//twitter.com/share"
|
|
||||||
class="twitter-share-button"
|
|
||||||
data-url="https://home-assistant.io/blog/categories/frontend/"
|
|
||||||
data-counturl="https://home-assistant.io/blog/categories/frontend/" >Tweet</a>
|
|
||||||
|
|
||||||
|
|
||||||
<div class="g-plusone" data-size="standard"></div>
|
|
||||||
|
|
||||||
|
|
||||||
<div class="fb-share-button" style='top: -6px;'
|
|
||||||
data-href="https://home-assistant.io/blog/categories/frontend/"
|
|
||||||
data-layout="button_count">
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
|
|
||||||
|
|
||||||
<script src="https://apis.google.com/js/platform.js" async defer></script>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
window.fbAsyncInit = function() {
|
|
||||||
FB.init({
|
|
||||||
appId : '338291289691179',
|
|
||||||
xfbml : true,
|
|
||||||
version : 'v2.2'
|
|
||||||
});
|
|
||||||
};
|
|
||||||
|
|
||||||
(function(d, s, id){
|
|
||||||
var js, fjs = d.getElementsByTagName(s)[0];
|
|
||||||
if (d.getElementById(id)) {return;}
|
|
||||||
js = d.createElement(s); js.id = id;
|
|
||||||
js.src = "//connect.facebook.net/en_US/sdk.js";
|
|
||||||
fjs.parentNode.insertBefore(js, fjs);
|
|
||||||
}(document, 'script', 'facebook-jssdk'));
|
|
||||||
</script>
|
|
||||||
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
|
||||||
<h1 class="title delta">Other Posts</h1>
|
|
||||||
<ul class="divided">
|
|
||||||
|
|
||||||
|
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2015/12/13/setup-encryption-using-lets-encrypt/">Set up encryption using Let's Encrypt</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2015/12/12/philips-hue-blocks-3rd-party-bulbs/">[Update: decision reversed!] Philips Hue blocks 3rd party lights</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2015/12/10/activating-tasker-tasks-from-home-assistant-using-command-line-switches/">Activating Tasker tasks from Home Assistant using command line switches</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2015/12/07/influxdb-and-grafana/">InfluxDB and Grafana</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2015/12/06/locks-rollershutters-binary-sensors-and-influxdb-support/">0.9: Rollershutters, locks, binary sensors and InfluxDB</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</aside>
|
|
||||||
|
|
||||||
</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://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>
|
|
||||||
<script>
|
|
||||||
var disqus_shortname = 'home-assistant';
|
|
||||||
|
|
||||||
|
|
||||||
var disqus_script = 'count.js';
|
|
||||||
|
|
||||||
(function () {
|
|
||||||
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
|
|
||||||
dsq.src = '//' + disqus_shortname + '.disqus.com/' + disqus_script;
|
|
||||||
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
|
|
||||||
}());
|
|
||||||
</script>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
|
@ -1,10 +1,10 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<feed xmlns="http://www.w3.org/2005/Atom">
|
<feed xmlns="http://www.w3.org/2005/Atom">
|
||||||
|
|
||||||
<title><![CDATA[Category: how-to | Home Assistant]]></title>
|
<title><![CDATA[Category: How-To | Home Assistant]]></title>
|
||||||
<link href="https://home-assistant.io/blog/categories/how-to/atom.xml" rel="self"/>
|
<link href="https://home-assistant.io/blog/categories/how-to/atom.xml" rel="self"/>
|
||||||
<link href="https://home-assistant.io/"/>
|
<link href="https://home-assistant.io/"/>
|
||||||
<updated>2015-12-16T07:13:38-08:00</updated>
|
<updated>2015-12-17T19:00:26-08:00</updated>
|
||||||
<id>https://home-assistant.io/</id>
|
<id>https://home-assistant.io/</id>
|
||||||
<author>
|
<author>
|
||||||
<name><![CDATA[Paulus Schoutsen]]></name>
|
<name><![CDATA[Paulus Schoutsen]]></name>
|
||||||
|
|
|
@ -7,25 +7,25 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||||
<title>Category: how-to - Home Assistant</title>
|
<title>Category: How-To - Home Assistant</title>
|
||||||
<meta name="author" content="Paulus Schoutsen">
|
<meta name="author" content="Paulus Schoutsen">
|
||||||
<meta name="description" content="Category: how-to">
|
<meta name="description" content="Category: How-To">
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width">
|
<meta name="viewport" content="width=device-width">
|
||||||
<link rel="canonical" href="https://home-assistant.io/blog/categories/how-to/">
|
<link rel="canonical" href="https://home-assistant.io/blog/categories/how-to/">
|
||||||
|
|
||||||
<meta property="fb:app_id" content="338291289691179">
|
<meta property="fb:app_id" content="338291289691179">
|
||||||
<meta property="og:title" content="Category: how-to">
|
<meta property="og:title" content="Category: How-To">
|
||||||
<meta property="og:site_name" content="Home Assistant">
|
<meta property="og:site_name" content="Home Assistant">
|
||||||
<meta property="og:url" content="https://home-assistant.io/blog/categories/how-to/">
|
<meta property="og:url" content="https://home-assistant.io/blog/categories/how-to/">
|
||||||
<meta property="og:type" content="website">
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:description" content="Category: how-to">
|
<meta property="og:description" content="Category: How-To">
|
||||||
<meta property="og:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
<meta property="og:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary">
|
<meta name="twitter:card" content="summary">
|
||||||
<meta name="twitter:site" content="@balloob">
|
<meta name="twitter:site" content="@balloob">
|
||||||
<meta name="twitter:title" content="Category: how-to">
|
<meta name="twitter:title" content="Category: How-To">
|
||||||
<meta name="twitter:description" content="Category: how-to">
|
<meta name="twitter:description" content="Category: How-To">
|
||||||
<meta name="twitter:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
<meta name="twitter:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
||||||
|
|
||||||
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
|
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
|
||||||
|
@ -101,7 +101,7 @@
|
||||||
|
|
||||||
<header>
|
<header>
|
||||||
<h1 class="title indent">
|
<h1 class="title indent">
|
||||||
Category: How-to
|
Category: How-To
|
||||||
</h1>
|
</h1>
|
||||||
</header>
|
</header>
|
||||||
<hr class="divider">
|
<hr class="divider">
|
||||||
|
@ -131,7 +131,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/how-to/'>how-to</a></li>
|
<li><a class='category' href='/blog/categories/how-to/'>How-To</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -163,7 +163,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/how-to/'>how-to</a></li>
|
<li><a class='category' href='/blog/categories/how-to/'>How-To</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -195,7 +195,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/how-to/'>how-to</a></li>
|
<li><a class='category' href='/blog/categories/how-to/'>How-To</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -227,11 +227,11 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/esp8266/'>esp8266</a></li>
|
<li><a class='category' href='/blog/categories/esp8266/'>ESP8266</a></li>
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/how-to/'>how-to</a></li>
|
<li><a class='category' href='/blog/categories/how-to/'>How-To</a></li>
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/mqtt/'>mqtt</a></li>
|
<li><a class='category' href='/blog/categories/mqtt/'>MQTT</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -263,7 +263,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/how-to/'>how-to</a></li>
|
<li><a class='category' href='/blog/categories/how-to/'>How-To</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -295,9 +295,9 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/how-to/'>how-to</a></li>
|
<li><a class='category' href='/blog/categories/how-to/'>How-To</a></li>
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/release-notes/'>release-notes</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -329,9 +329,9 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/how-to/'>how-to</a></li>
|
<li><a class='category' href='/blog/categories/how-to/'>How-To</a></li>
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/mqtt/'>mqtt</a></li>
|
<li><a class='category' href='/blog/categories/mqtt/'>MQTT</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -357,8 +357,28 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
|
|
||||||
|
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<form action="https://www.google.com/search" method="get">
|
||||||
|
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
||||||
|
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
||||||
|
<button type="submit"><i class="icon-search"></i></button>
|
||||||
|
</form>
|
||||||
|
</section>
|
||||||
|
<section class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<h1 class="title delta">About Home Assistant</h1>
|
||||||
|
<ul class="divided">
|
||||||
|
<li>
|
||||||
|
Home Assistant is an open-source home automation platform running on Python 3. Track and control all devices at home and automate control.
|
||||||
|
</li>
|
||||||
|
<li><a href='/getting-started/'>Get started with Home Assistant</a></li>
|
||||||
|
<li><a href='/demo/'>Open the online demo</a></li>
|
||||||
|
<li><a href='https://github.com/balloob/home-assistant/'>Browse code on GitHub</a></li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
|
||||||
|
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Share this post</h1>
|
<h1 class="title delta">Share this post</h1>
|
||||||
|
|
||||||
<a href="//twitter.com/share"
|
<a href="//twitter.com/share"
|
||||||
|
@ -399,7 +419,7 @@
|
||||||
}(document, 'script', 'facebook-jssdk'));
|
}(document, 'script', 'facebook-jssdk'));
|
||||||
</script>
|
</script>
|
||||||
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Other Posts</h1>
|
<h1 class="title delta">Recent Posts</h1>
|
||||||
<ul class="divided">
|
<ul class="divided">
|
||||||
|
|
||||||
|
|
||||||
|
@ -435,8 +455,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<feed xmlns="http://www.w3.org/2005/Atom">
|
<feed xmlns="http://www.w3.org/2005/Atom">
|
||||||
|
|
||||||
<title><![CDATA[Category: mqtt | Home Assistant]]></title>
|
<title><![CDATA[Category: MQTT | Home Assistant]]></title>
|
||||||
<link href="https://home-assistant.io/blog/categories/mqtt/atom.xml" rel="self"/>
|
<link href="https://home-assistant.io/blog/categories/mqtt/atom.xml" rel="self"/>
|
||||||
<link href="https://home-assistant.io/"/>
|
<link href="https://home-assistant.io/"/>
|
||||||
<updated>2015-12-16T07:13:38-08:00</updated>
|
<updated>2015-12-17T19:00:26-08:00</updated>
|
||||||
<id>https://home-assistant.io/</id>
|
<id>https://home-assistant.io/</id>
|
||||||
<author>
|
<author>
|
||||||
<name><![CDATA[Paulus Schoutsen]]></name>
|
<name><![CDATA[Paulus Schoutsen]]></name>
|
||||||
|
|
|
@ -7,25 +7,25 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||||
<title>Category: mqtt - Home Assistant</title>
|
<title>Category: MQTT - Home Assistant</title>
|
||||||
<meta name="author" content="Paulus Schoutsen">
|
<meta name="author" content="Paulus Schoutsen">
|
||||||
<meta name="description" content="Category: mqtt">
|
<meta name="description" content="Category: MQTT">
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width">
|
<meta name="viewport" content="width=device-width">
|
||||||
<link rel="canonical" href="https://home-assistant.io/blog/categories/mqtt/">
|
<link rel="canonical" href="https://home-assistant.io/blog/categories/mqtt/">
|
||||||
|
|
||||||
<meta property="fb:app_id" content="338291289691179">
|
<meta property="fb:app_id" content="338291289691179">
|
||||||
<meta property="og:title" content="Category: mqtt">
|
<meta property="og:title" content="Category: MQTT">
|
||||||
<meta property="og:site_name" content="Home Assistant">
|
<meta property="og:site_name" content="Home Assistant">
|
||||||
<meta property="og:url" content="https://home-assistant.io/blog/categories/mqtt/">
|
<meta property="og:url" content="https://home-assistant.io/blog/categories/mqtt/">
|
||||||
<meta property="og:type" content="website">
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:description" content="Category: mqtt">
|
<meta property="og:description" content="Category: MQTT">
|
||||||
<meta property="og:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
<meta property="og:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary">
|
<meta name="twitter:card" content="summary">
|
||||||
<meta name="twitter:site" content="@balloob">
|
<meta name="twitter:site" content="@balloob">
|
||||||
<meta name="twitter:title" content="Category: mqtt">
|
<meta name="twitter:title" content="Category: MQTT">
|
||||||
<meta name="twitter:description" content="Category: mqtt">
|
<meta name="twitter:description" content="Category: MQTT">
|
||||||
<meta name="twitter:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
<meta name="twitter:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
||||||
|
|
||||||
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
|
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
|
||||||
|
@ -101,7 +101,7 @@
|
||||||
|
|
||||||
<header>
|
<header>
|
||||||
<h1 class="title indent">
|
<h1 class="title indent">
|
||||||
Category: Mqtt
|
Category: MQTT
|
||||||
</h1>
|
</h1>
|
||||||
</header>
|
</header>
|
||||||
<hr class="divider">
|
<hr class="divider">
|
||||||
|
@ -131,11 +131,11 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/esp8266/'>esp8266</a></li>
|
<li><a class='category' href='/blog/categories/esp8266/'>ESP8266</a></li>
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/how-to/'>how-to</a></li>
|
<li><a class='category' href='/blog/categories/how-to/'>How-To</a></li>
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/mqtt/'>mqtt</a></li>
|
<li><a class='category' href='/blog/categories/mqtt/'>MQTT</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -167,9 +167,9 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/how-to/'>how-to</a></li>
|
<li><a class='category' href='/blog/categories/how-to/'>How-To</a></li>
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/mqtt/'>mqtt</a></li>
|
<li><a class='category' href='/blog/categories/mqtt/'>MQTT</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -195,8 +195,28 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
|
|
||||||
|
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<form action="https://www.google.com/search" method="get">
|
||||||
|
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
||||||
|
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
||||||
|
<button type="submit"><i class="icon-search"></i></button>
|
||||||
|
</form>
|
||||||
|
</section>
|
||||||
|
<section class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<h1 class="title delta">About Home Assistant</h1>
|
||||||
|
<ul class="divided">
|
||||||
|
<li>
|
||||||
|
Home Assistant is an open-source home automation platform running on Python 3. Track and control all devices at home and automate control.
|
||||||
|
</li>
|
||||||
|
<li><a href='/getting-started/'>Get started with Home Assistant</a></li>
|
||||||
|
<li><a href='/demo/'>Open the online demo</a></li>
|
||||||
|
<li><a href='https://github.com/balloob/home-assistant/'>Browse code on GitHub</a></li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
|
||||||
|
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Share this post</h1>
|
<h1 class="title delta">Share this post</h1>
|
||||||
|
|
||||||
<a href="//twitter.com/share"
|
<a href="//twitter.com/share"
|
||||||
|
@ -237,7 +257,7 @@
|
||||||
}(document, 'script', 'facebook-jssdk'));
|
}(document, 'script', 'facebook-jssdk'));
|
||||||
</script>
|
</script>
|
||||||
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Other Posts</h1>
|
<h1 class="title delta">Recent Posts</h1>
|
||||||
<ul class="divided">
|
<ul class="divided">
|
||||||
|
|
||||||
|
|
||||||
|
@ -273,8 +293,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<feed xmlns="http://www.w3.org/2005/Atom">
|
<feed xmlns="http://www.w3.org/2005/Atom">
|
||||||
|
|
||||||
<title><![CDATA[Category: public-service-announcement | Home Assistant]]></title>
|
<title><![CDATA[Category: Public-Service-Announcement | Home Assistant]]></title>
|
||||||
<link href="https://home-assistant.io/blog/categories/public-service-announcement/atom.xml" rel="self"/>
|
<link href="https://home-assistant.io/blog/categories/public-service-announcement/atom.xml" rel="self"/>
|
||||||
<link href="https://home-assistant.io/"/>
|
<link href="https://home-assistant.io/"/>
|
||||||
<updated>2015-12-16T07:13:38-08:00</updated>
|
<updated>2015-12-17T19:00:26-08:00</updated>
|
||||||
<id>https://home-assistant.io/</id>
|
<id>https://home-assistant.io/</id>
|
||||||
<author>
|
<author>
|
||||||
<name><![CDATA[Paulus Schoutsen]]></name>
|
<name><![CDATA[Paulus Schoutsen]]></name>
|
||||||
|
|
|
@ -7,25 +7,25 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||||
<title>Category: public-service-announcement - Home Assistant</title>
|
<title>Category: Public-Service-Announcement - Home Assistant</title>
|
||||||
<meta name="author" content="Paulus Schoutsen">
|
<meta name="author" content="Paulus Schoutsen">
|
||||||
<meta name="description" content="Category: public-service-announcement">
|
<meta name="description" content="Category: Public-Service-Announcement">
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width">
|
<meta name="viewport" content="width=device-width">
|
||||||
<link rel="canonical" href="https://home-assistant.io/blog/categories/public-service-announcement/">
|
<link rel="canonical" href="https://home-assistant.io/blog/categories/public-service-announcement/">
|
||||||
|
|
||||||
<meta property="fb:app_id" content="338291289691179">
|
<meta property="fb:app_id" content="338291289691179">
|
||||||
<meta property="og:title" content="Category: public-service-announcement">
|
<meta property="og:title" content="Category: Public-Service-Announcement">
|
||||||
<meta property="og:site_name" content="Home Assistant">
|
<meta property="og:site_name" content="Home Assistant">
|
||||||
<meta property="og:url" content="https://home-assistant.io/blog/categories/public-service-announcement/">
|
<meta property="og:url" content="https://home-assistant.io/blog/categories/public-service-announcement/">
|
||||||
<meta property="og:type" content="website">
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:description" content="Category: public-service-announcement">
|
<meta property="og:description" content="Category: Public-Service-Announcement">
|
||||||
<meta property="og:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
<meta property="og:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary">
|
<meta name="twitter:card" content="summary">
|
||||||
<meta name="twitter:site" content="@balloob">
|
<meta name="twitter:site" content="@balloob">
|
||||||
<meta name="twitter:title" content="Category: public-service-announcement">
|
<meta name="twitter:title" content="Category: Public-Service-Announcement">
|
||||||
<meta name="twitter:description" content="Category: public-service-announcement">
|
<meta name="twitter:description" content="Category: Public-Service-Announcement">
|
||||||
<meta name="twitter:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
<meta name="twitter:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
||||||
|
|
||||||
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
|
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
|
||||||
|
@ -101,7 +101,7 @@
|
||||||
|
|
||||||
<header>
|
<header>
|
||||||
<h1 class="title indent">
|
<h1 class="title indent">
|
||||||
Category: Public-service-announcement
|
Category: Public-Service-Announcement
|
||||||
</h1>
|
</h1>
|
||||||
</header>
|
</header>
|
||||||
<hr class="divider">
|
<hr class="divider">
|
||||||
|
@ -131,7 +131,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/public-service-announcement/'>public-service-announcement</a></li>
|
<li><a class='category' href='/blog/categories/public-service-announcement/'>Public-Service-Announcement</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -157,8 +157,28 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
|
|
||||||
|
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<form action="https://www.google.com/search" method="get">
|
||||||
|
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
||||||
|
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
||||||
|
<button type="submit"><i class="icon-search"></i></button>
|
||||||
|
</form>
|
||||||
|
</section>
|
||||||
|
<section class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<h1 class="title delta">About Home Assistant</h1>
|
||||||
|
<ul class="divided">
|
||||||
|
<li>
|
||||||
|
Home Assistant is an open-source home automation platform running on Python 3. Track and control all devices at home and automate control.
|
||||||
|
</li>
|
||||||
|
<li><a href='/getting-started/'>Get started with Home Assistant</a></li>
|
||||||
|
<li><a href='/demo/'>Open the online demo</a></li>
|
||||||
|
<li><a href='https://github.com/balloob/home-assistant/'>Browse code on GitHub</a></li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
|
||||||
|
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Share this post</h1>
|
<h1 class="title delta">Share this post</h1>
|
||||||
|
|
||||||
<a href="//twitter.com/share"
|
<a href="//twitter.com/share"
|
||||||
|
@ -199,7 +219,7 @@
|
||||||
}(document, 'script', 'facebook-jssdk'));
|
}(document, 'script', 'facebook-jssdk'));
|
||||||
</script>
|
</script>
|
||||||
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Other Posts</h1>
|
<h1 class="title delta">Recent Posts</h1>
|
||||||
<ul class="divided">
|
<ul class="divided">
|
||||||
|
|
||||||
|
|
||||||
|
@ -235,8 +255,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<feed xmlns="http://www.w3.org/2005/Atom">
|
<feed xmlns="http://www.w3.org/2005/Atom">
|
||||||
|
|
||||||
<title><![CDATA[Category: release-notes | Home Assistant]]></title>
|
<title><![CDATA[Category: Release-Notes | Home Assistant]]></title>
|
||||||
<link href="https://home-assistant.io/blog/categories/release-notes/atom.xml" rel="self"/>
|
<link href="https://home-assistant.io/blog/categories/release-notes/atom.xml" rel="self"/>
|
||||||
<link href="https://home-assistant.io/"/>
|
<link href="https://home-assistant.io/"/>
|
||||||
<updated>2015-12-16T07:13:38-08:00</updated>
|
<updated>2015-12-17T19:00:26-08:00</updated>
|
||||||
<id>https://home-assistant.io/</id>
|
<id>https://home-assistant.io/</id>
|
||||||
<author>
|
<author>
|
||||||
<name><![CDATA[Paulus Schoutsen]]></name>
|
<name><![CDATA[Paulus Schoutsen]]></name>
|
||||||
|
|
|
@ -7,25 +7,25 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||||
<title>Category: release-notes - Home Assistant</title>
|
<title>Category: Release-Notes - Home Assistant</title>
|
||||||
<meta name="author" content="Paulus Schoutsen">
|
<meta name="author" content="Paulus Schoutsen">
|
||||||
<meta name="description" content="Category: release-notes">
|
<meta name="description" content="Category: Release-Notes">
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width">
|
<meta name="viewport" content="width=device-width">
|
||||||
<link rel="canonical" href="https://home-assistant.io/blog/categories/release-notes/">
|
<link rel="canonical" href="https://home-assistant.io/blog/categories/release-notes/">
|
||||||
|
|
||||||
<meta property="fb:app_id" content="338291289691179">
|
<meta property="fb:app_id" content="338291289691179">
|
||||||
<meta property="og:title" content="Category: release-notes">
|
<meta property="og:title" content="Category: Release-Notes">
|
||||||
<meta property="og:site_name" content="Home Assistant">
|
<meta property="og:site_name" content="Home Assistant">
|
||||||
<meta property="og:url" content="https://home-assistant.io/blog/categories/release-notes/">
|
<meta property="og:url" content="https://home-assistant.io/blog/categories/release-notes/">
|
||||||
<meta property="og:type" content="website">
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:description" content="Category: release-notes">
|
<meta property="og:description" content="Category: Release-Notes">
|
||||||
<meta property="og:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
<meta property="og:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary">
|
<meta name="twitter:card" content="summary">
|
||||||
<meta name="twitter:site" content="@balloob">
|
<meta name="twitter:site" content="@balloob">
|
||||||
<meta name="twitter:title" content="Category: release-notes">
|
<meta name="twitter:title" content="Category: Release-Notes">
|
||||||
<meta name="twitter:description" content="Category: release-notes">
|
<meta name="twitter:description" content="Category: Release-Notes">
|
||||||
<meta name="twitter:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
<meta name="twitter:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
||||||
|
|
||||||
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
|
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
|
||||||
|
@ -101,7 +101,7 @@
|
||||||
|
|
||||||
<header>
|
<header>
|
||||||
<h1 class="title indent">
|
<h1 class="title indent">
|
||||||
Category: Release-notes
|
Category: Release-Notes
|
||||||
</h1>
|
</h1>
|
||||||
</header>
|
</header>
|
||||||
<hr class="divider">
|
<hr class="divider">
|
||||||
|
@ -131,7 +131,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/release-notes/'>release-notes</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -163,7 +163,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/release-notes/'>release-notes</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -195,7 +195,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/release-notes/'>release-notes</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -227,7 +227,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/release-notes/'>release-notes</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -259,7 +259,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/release-notes/'>release-notes</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -291,7 +291,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/release-notes/'>release-notes</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -323,9 +323,41 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/how-to/'>how-to</a></li>
|
<li><a class='category' href='/blog/categories/how-to/'>How-To</a></li>
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/release-notes/'>release-notes</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</span>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
<hr class="divider">
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</article>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<article>
|
||||||
|
<div class="grid">
|
||||||
|
|
||||||
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
|
<time datetime="2015-08-31T14:12:00-07:00" pubdate>
|
||||||
|
<span class='month'>Aug</span> <span class='day'>31</span>
|
||||||
|
</time>
|
||||||
|
</div>
|
||||||
|
<div class="grid__item four-fifths palm-one-whole">
|
||||||
|
<h1 class="gamma"><a href="/blog/2015/08/31/version-7-revamped-ui-and-improved-distribution/">0.7: Better UI and improved distribution</a></h1>
|
||||||
|
|
||||||
|
<footer class="meta">
|
||||||
|
<span>
|
||||||
|
<i class="icon-tags"></i>
|
||||||
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -357,7 +389,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/release-notes/'>release-notes</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -389,7 +421,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/release-notes/'>release-notes</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -421,7 +453,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/release-notes/'>release-notes</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -453,7 +485,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/release-notes/'>release-notes</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -485,7 +517,39 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/release-notes/'>release-notes</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</span>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
<hr class="divider">
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</article>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<article>
|
||||||
|
<div class="grid">
|
||||||
|
|
||||||
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
|
<time datetime="2015-05-09T23:08:00-07:00" pubdate>
|
||||||
|
<span class='month'>May</span> <span class='day'>09</span>
|
||||||
|
</time>
|
||||||
|
</div>
|
||||||
|
<div class="grid__item four-fifths palm-one-whole">
|
||||||
|
<h1 class="gamma"><a href="/blog/2015/05/09/utc-time-zone-awareness/">UTC & Time zone awareness</a></h1>
|
||||||
|
|
||||||
|
<footer class="meta">
|
||||||
|
<span>
|
||||||
|
<i class="icon-tags"></i>
|
||||||
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -517,7 +581,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/release-notes/'>release-notes</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -549,7 +613,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/release-notes/'>release-notes</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -581,7 +645,103 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/release-notes/'>release-notes</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</span>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
<hr class="divider">
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</article>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<article>
|
||||||
|
<div class="grid">
|
||||||
|
|
||||||
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
|
<time datetime="2015-03-01T11:38:00-08:00" pubdate>
|
||||||
|
<span class='month'>Mar</span> <span class='day'>01</span>
|
||||||
|
</time>
|
||||||
|
</div>
|
||||||
|
<div class="grid__item four-fifths palm-one-whole">
|
||||||
|
<h1 class="gamma"><a href="/blog/2015/03/01/home-assistant-migrating-to-yaml/">Home Assistant moving to YAML</a></h1>
|
||||||
|
|
||||||
|
<footer class="meta">
|
||||||
|
<span>
|
||||||
|
<i class="icon-tags"></i>
|
||||||
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</span>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
<hr class="divider">
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</article>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<article>
|
||||||
|
<div class="grid">
|
||||||
|
|
||||||
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
|
<time datetime="2015-02-24T22:41:27-08:00" pubdate>
|
||||||
|
<span class='month'>Feb</span> <span class='day'>24</span>
|
||||||
|
</time>
|
||||||
|
</div>
|
||||||
|
<div class="grid__item four-fifths palm-one-whole">
|
||||||
|
<h1 class="gamma"><a href="/blog/2015/02/24/streaming-updates/">Streaming updates</a></h1>
|
||||||
|
|
||||||
|
<footer class="meta">
|
||||||
|
<span>
|
||||||
|
<i class="icon-tags"></i>
|
||||||
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</span>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
<hr class="divider">
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</article>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<article>
|
||||||
|
<div class="grid">
|
||||||
|
|
||||||
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
|
<time datetime="2015-02-08T09:01:23-08:00" pubdate>
|
||||||
|
<span class='month'>Feb</span> <span class='day'>08</span>
|
||||||
|
</time>
|
||||||
|
</div>
|
||||||
|
<div class="grid__item four-fifths palm-one-whole">
|
||||||
|
<h1 class="gamma"><a href="/blog/2015/02/08/looking-at-the-past/">Looking at the past</a></h1>
|
||||||
|
|
||||||
|
<footer class="meta">
|
||||||
|
<span>
|
||||||
|
<i class="icon-tags"></i>
|
||||||
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -613,7 +773,103 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/release-notes/'>release-notes</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</span>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
<hr class="divider">
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</article>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<article>
|
||||||
|
<div class="grid">
|
||||||
|
|
||||||
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
|
<time datetime="2015-01-13T08:29:04-08:00" pubdate>
|
||||||
|
<span class='month'>Jan</span> <span class='day'>13</span>
|
||||||
|
</time>
|
||||||
|
</div>
|
||||||
|
<div class="grid__item four-fifths palm-one-whole">
|
||||||
|
<h1 class="gamma"><a href="/blog/2015/01/13/nest-in-da-house/">Nest in the house!</a></h1>
|
||||||
|
|
||||||
|
<footer class="meta">
|
||||||
|
<span>
|
||||||
|
<i class="icon-tags"></i>
|
||||||
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</span>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
<hr class="divider">
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</article>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<article>
|
||||||
|
<div class="grid">
|
||||||
|
|
||||||
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
|
<time datetime="2015-01-11T21:49:08-08:00" pubdate>
|
||||||
|
<span class='month'>Jan</span> <span class='day'>11</span>
|
||||||
|
</time>
|
||||||
|
</div>
|
||||||
|
<div class="grid__item four-fifths palm-one-whole">
|
||||||
|
<h1 class="gamma"><a href="/blog/2015/01/11/bootstrapping-your-setup-with-discovery/">Bootstrapping your setup with Discovery</a></h1>
|
||||||
|
|
||||||
|
<footer class="meta">
|
||||||
|
<span>
|
||||||
|
<i class="icon-tags"></i>
|
||||||
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</span>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
<hr class="divider">
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</article>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<article>
|
||||||
|
<div class="grid">
|
||||||
|
|
||||||
|
<div class="grid__item one-fifth palm-one-whole">
|
||||||
|
<time datetime="2015-01-04T13:29:07-08:00" pubdate>
|
||||||
|
<span class='month'>Jan</span> <span class='day'>04</span>
|
||||||
|
</time>
|
||||||
|
</div>
|
||||||
|
<div class="grid__item four-fifths palm-one-whole">
|
||||||
|
<h1 class="gamma"><a href="/blog/2015/01/04/hey-pushbullet-nice-talking-to-you/">Hello PushBullet, nice talking to you</a></h1>
|
||||||
|
|
||||||
|
<footer class="meta">
|
||||||
|
<span>
|
||||||
|
<i class="icon-tags"></i>
|
||||||
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -639,8 +895,28 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
|
|
||||||
|
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<form action="https://www.google.com/search" method="get">
|
||||||
|
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
||||||
|
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
||||||
|
<button type="submit"><i class="icon-search"></i></button>
|
||||||
|
</form>
|
||||||
|
</section>
|
||||||
|
<section class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<h1 class="title delta">About Home Assistant</h1>
|
||||||
|
<ul class="divided">
|
||||||
|
<li>
|
||||||
|
Home Assistant is an open-source home automation platform running on Python 3. Track and control all devices at home and automate control.
|
||||||
|
</li>
|
||||||
|
<li><a href='/getting-started/'>Get started with Home Assistant</a></li>
|
||||||
|
<li><a href='/demo/'>Open the online demo</a></li>
|
||||||
|
<li><a href='https://github.com/balloob/home-assistant/'>Browse code on GitHub</a></li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
|
||||||
|
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Share this post</h1>
|
<h1 class="title delta">Share this post</h1>
|
||||||
|
|
||||||
<a href="//twitter.com/share"
|
<a href="//twitter.com/share"
|
||||||
|
@ -681,7 +957,7 @@
|
||||||
}(document, 'script', 'facebook-jssdk'));
|
}(document, 'script', 'facebook-jssdk'));
|
||||||
</script>
|
</script>
|
||||||
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Other Posts</h1>
|
<h1 class="title delta">Recent Posts</h1>
|
||||||
<ul class="divided">
|
<ul class="divided">
|
||||||
|
|
||||||
|
|
||||||
|
@ -717,8 +993,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<feed xmlns="http://www.w3.org/2005/Atom">
|
<feed xmlns="http://www.w3.org/2005/Atom">
|
||||||
|
|
||||||
<title><![CDATA[Category: survey | Home Assistant]]></title>
|
<title><![CDATA[Category: Survey | Home Assistant]]></title>
|
||||||
<link href="https://home-assistant.io/blog/categories/survey/atom.xml" rel="self"/>
|
<link href="https://home-assistant.io/blog/categories/survey/atom.xml" rel="self"/>
|
||||||
<link href="https://home-assistant.io/"/>
|
<link href="https://home-assistant.io/"/>
|
||||||
<updated>2015-12-16T07:13:38-08:00</updated>
|
<updated>2015-12-17T19:00:26-08:00</updated>
|
||||||
<id>https://home-assistant.io/</id>
|
<id>https://home-assistant.io/</id>
|
||||||
<author>
|
<author>
|
||||||
<name><![CDATA[Paulus Schoutsen]]></name>
|
<name><![CDATA[Paulus Schoutsen]]></name>
|
||||||
|
|
|
@ -7,25 +7,25 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||||
<title>Category: survey - Home Assistant</title>
|
<title>Category: Survey - Home Assistant</title>
|
||||||
<meta name="author" content="Paulus Schoutsen">
|
<meta name="author" content="Paulus Schoutsen">
|
||||||
<meta name="description" content="Category: survey">
|
<meta name="description" content="Category: Survey">
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width">
|
<meta name="viewport" content="width=device-width">
|
||||||
<link rel="canonical" href="https://home-assistant.io/blog/categories/survey/">
|
<link rel="canonical" href="https://home-assistant.io/blog/categories/survey/">
|
||||||
|
|
||||||
<meta property="fb:app_id" content="338291289691179">
|
<meta property="fb:app_id" content="338291289691179">
|
||||||
<meta property="og:title" content="Category: survey">
|
<meta property="og:title" content="Category: Survey">
|
||||||
<meta property="og:site_name" content="Home Assistant">
|
<meta property="og:site_name" content="Home Assistant">
|
||||||
<meta property="og:url" content="https://home-assistant.io/blog/categories/survey/">
|
<meta property="og:url" content="https://home-assistant.io/blog/categories/survey/">
|
||||||
<meta property="og:type" content="website">
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:description" content="Category: survey">
|
<meta property="og:description" content="Category: Survey">
|
||||||
<meta property="og:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
<meta property="og:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary">
|
<meta name="twitter:card" content="summary">
|
||||||
<meta name="twitter:site" content="@balloob">
|
<meta name="twitter:site" content="@balloob">
|
||||||
<meta name="twitter:title" content="Category: survey">
|
<meta name="twitter:title" content="Category: Survey">
|
||||||
<meta name="twitter:description" content="Category: survey">
|
<meta name="twitter:description" content="Category: Survey">
|
||||||
<meta name="twitter:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
<meta name="twitter:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
||||||
|
|
||||||
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
|
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
|
||||||
|
@ -131,7 +131,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/survey/'>survey</a></li>
|
<li><a class='category' href='/blog/categories/survey/'>Survey</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -157,8 +157,28 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
|
|
||||||
|
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<form action="https://www.google.com/search" method="get">
|
||||||
|
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
||||||
|
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
||||||
|
<button type="submit"><i class="icon-search"></i></button>
|
||||||
|
</form>
|
||||||
|
</section>
|
||||||
|
<section class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<h1 class="title delta">About Home Assistant</h1>
|
||||||
|
<ul class="divided">
|
||||||
|
<li>
|
||||||
|
Home Assistant is an open-source home automation platform running on Python 3. Track and control all devices at home and automate control.
|
||||||
|
</li>
|
||||||
|
<li><a href='/getting-started/'>Get started with Home Assistant</a></li>
|
||||||
|
<li><a href='/demo/'>Open the online demo</a></li>
|
||||||
|
<li><a href='https://github.com/balloob/home-assistant/'>Browse code on GitHub</a></li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
|
||||||
|
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Share this post</h1>
|
<h1 class="title delta">Share this post</h1>
|
||||||
|
|
||||||
<a href="//twitter.com/share"
|
<a href="//twitter.com/share"
|
||||||
|
@ -199,7 +219,7 @@
|
||||||
}(document, 'script', 'facebook-jssdk'));
|
}(document, 'script', 'facebook-jssdk'));
|
||||||
</script>
|
</script>
|
||||||
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Other Posts</h1>
|
<h1 class="title delta">Recent Posts</h1>
|
||||||
<ul class="divided">
|
<ul class="divided">
|
||||||
|
|
||||||
|
|
||||||
|
@ -235,8 +255,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<feed xmlns="http://www.w3.org/2005/Atom">
|
<feed xmlns="http://www.w3.org/2005/Atom">
|
||||||
|
|
||||||
<title><![CDATA[Category: user-stories | Home Assistant]]></title>
|
<title><![CDATA[Category: User-Stories | Home Assistant]]></title>
|
||||||
<link href="https://home-assistant.io/blog/categories/user-stories/atom.xml" rel="self"/>
|
<link href="https://home-assistant.io/blog/categories/user-stories/atom.xml" rel="self"/>
|
||||||
<link href="https://home-assistant.io/"/>
|
<link href="https://home-assistant.io/"/>
|
||||||
<updated>2015-12-16T07:13:38-08:00</updated>
|
<updated>2015-12-17T19:00:26-08:00</updated>
|
||||||
<id>https://home-assistant.io/</id>
|
<id>https://home-assistant.io/</id>
|
||||||
<author>
|
<author>
|
||||||
<name><![CDATA[Paulus Schoutsen]]></name>
|
<name><![CDATA[Paulus Schoutsen]]></name>
|
||||||
|
@ -13,127 +13,6 @@
|
||||||
<generator uri="http://octopress.org/">Octopress</generator>
|
<generator uri="http://octopress.org/">Octopress</generator>
|
||||||
|
|
||||||
|
|
||||||
<entry>
|
|
||||||
<title type="html"><![CDATA[0.7: Better UI and improved distribution]]></title>
|
|
||||||
<link href="https://home-assistant.io/blog/2015/08/31/version-7-revamped-ui-and-improved-distribution/"/>
|
|
||||||
<updated>2015-08-31T14:12:00-07:00</updated>
|
|
||||||
<id>https://home-assistant.io/blog/2015/08/31/version-7-revamped-ui-and-improved-distribution</id>
|
|
||||||
<content type="html"><![CDATA[<p>As Home Assistant is gaining more and more users we started to feel the pain from not having a proper release mechanism. We had no version numbering and required users to checkout the source using Git to get started. On top of that, as the number of devices that we support keeps raising, so did the number of dependencies that are used. That’s why we decided to change the way we roll. From now on:</p>
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
<li>Each release will have a version number, starting with version 0.7. This was chosen because it shows that we have been around for some time but are not considering ourselves to be fully stable.</li>
|
|
||||||
<li>Each release will be pushed to PyPi. This will be the only supported method of distribution.</li>
|
|
||||||
<li>Home Assistant is available after installation as a command-line utility <code>hass</code>.</li>
|
|
||||||
<li>The default configuration location has been moved from <code>config</code> in the current working directory to <code>~/.homeassistant</code> (<code>%APPDATA%/.homeassistant</code> on Windows).</li>
|
|
||||||
<li>Requirements for components and platforms are no longer installed into the current Python environment (being virtual or not) but will be installed in <code><config-dir>/lib</code>.</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<p>A huge shout out to <a href="https://github.com/rmkraus">Ryan Kraus</a> for making this all possible. Please make sure you read <a href="/blog/2015/08/31/version-7-revamped-ui-and-improved-distribution/#read-more">the full blog post</a> for details on how to migrate your existing setup.</p>
|
|
||||||
|
|
||||||
<p>And while Ryan was fixing distribution, I have been hard at work in giving Home Assistant a face lift. We already looked pretty good but lacked proper form of organization for users with many devices. The new UI moves away from a card per entity and has cards per group and domain instead. <a href="/demo/">The demo</a> has been updated so give it a spin.</p>
|
|
||||||
|
|
||||||
<p class="img">
|
|
||||||
<a href="https://home-assistant.io/demo/">
|
|
||||||
<img src="https://home-assistant.io/images/screenshots/ui2015.png" />
|
|
||||||
</a>
|
|
||||||
Screenshots of the new UI
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<!--more-->
|
|
||||||
|
|
||||||
<h3><a class='title-link' name='migration-to-version-07' href='#migration-to-version-07'></a> Migration to version 0.7 </h3>
|
|
||||||
|
|
||||||
<p>For this example, let’s say we have an old Home Assistant installation in <code>/home/paulus/home-assistant</code>.</p>
|
|
||||||
|
|
||||||
<p>If you want to migrate your existing configuration to be used as the default configuration:</p>
|
|
||||||
|
|
||||||
<div class="highlighter-coderay"><div class="CodeRay">
|
|
||||||
<div class="code"><pre>$ cp -r /home/paulus/home-assistant ~/.homeassistant
|
|
||||||
</pre></div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<p>It If you want to have the configuration in a different location, for example <code>/home/paulus/home-assistant-config</code>, you will have to point Home Assistant at this configuration folder when launching:</p>
|
|
||||||
|
|
||||||
<div class="highlighter-coderay"><div class="CodeRay">
|
|
||||||
<div class="code"><pre>$ hass --config /home/paulus/home-assistant-config
|
|
||||||
</pre></div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<h3><a class='title-link' name='new-platforms' href='#new-platforms'></a> New platforms </h3>
|
|
||||||
|
|
||||||
<p>And last, but not least: new platforms!</p>
|
|
||||||
|
|
||||||
<p><strong>MQTT Sensors and Switches</strong><br />
|
|
||||||
<img src="https://home-assistant.io/images/supported_brands/mqtt.png" style="border:none; box-shadow: none; float: right;" height="50" /> <a href="https://github.com/sfam">@sfam</a> has blessed us with two more MQTT platforms to extend our integration with MQTTT: <a href="/components/sensor.mqtt/">sensor</a> and <a href="/components/switch.mqtt/">switch</a>. Both platforms require the MQTT component to be connected to a broker.</p>
|
|
||||||
|
|
||||||
<div class="highlighter-coderay"><div class="CodeRay">
|
|
||||||
<div class="code"><pre><span class="comment"># Example configuration.yml entr</span>
|
|
||||||
<span class="key">sensor</span>:
|
|
||||||
<span class="key">platform</span>: <span class="string"><span class="content">mqtt</span></span>
|
|
||||||
<span class="key">name</span>: <span class="string"><span class="delimiter">"</span><span class="content">MQTT Sensor</span><span class="delimiter">"</span></span>
|
|
||||||
<span class="key">state_topic</span>: <span class="string"><span class="delimiter">"</span><span class="content">home/bedroom/temperature</span><span class="delimiter">"</span></span>
|
|
||||||
<span class="key">unit_of_measurement</span>: <span class="string"><span class="delimiter">"</span><span class="content">ºC</span><span class="delimiter">"</span></span>
|
|
||||||
|
|
||||||
<span class="key">switch</span>:
|
|
||||||
<span class="key">platform</span>: <span class="string"><span class="content">mqtt</span></span>
|
|
||||||
<span class="key">name</span>: <span class="string"><span class="delimiter">"</span><span class="content">Bedroom Switch</span><span class="delimiter">"</span></span>
|
|
||||||
<span class="key">state_topic</span>: <span class="string"><span class="delimiter">"</span><span class="content">home/bedroom/switch1</span><span class="delimiter">"</span></span>
|
|
||||||
<span class="key">command_topic</span>: <span class="string"><span class="delimiter">"</span><span class="content">home/bedroom/switch1/set</span><span class="delimiter">"</span></span>
|
|
||||||
<span class="key">payload_on</span>: <span class="string"><span class="delimiter">"</span><span class="content">ON</span><span class="delimiter">"</span></span>
|
|
||||||
<span class="key">payload_off</span>: <span class="string"><span class="delimiter">"</span><span class="content">OFF</span><span class="delimiter">"</span></span>
|
|
||||||
<span class="key">optimistic</span>: <span class="string"><span class="content">false</span></span>
|
|
||||||
</pre></div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<p><strong>Actiontec MI424WR Verizon FIOS Wireless router</strong><br />
|
|
||||||
<img src="https://home-assistant.io/images/supported_brands/actiontec.png" style="border:none; box-shadow: none; float: right;" height="50" /> <a href="https://github.com/nkgilley">Nolan</a> has contributed support for Actiontec wireless routers.</p>
|
|
||||||
|
|
||||||
<div class="highlighter-coderay"><div class="CodeRay">
|
|
||||||
<div class="code"><pre><span class="comment"># Example configuration.yaml entry</span>
|
|
||||||
<span class="key">device_tracker</span>:
|
|
||||||
<span class="key">platform</span>: <span class="string"><span class="content">actiontec</span></span>
|
|
||||||
<span class="key">host</span>: <span class="string"><span class="content">YOUR_ROUTER_IP</span></span>
|
|
||||||
<span class="key">username</span>: <span class="string"><span class="content">YOUR_ADMIN_USERNAME</span></span>
|
|
||||||
<span class="key">password</span>: <span class="string"><span class="content">YOUR_ADMIN_PASSWORD</span></span>
|
|
||||||
</pre></div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<p><strong>DHT temperature and humidty sensors</strong><br />
|
|
||||||
<a href="https://github.com/makemeasandwich">@MakeMeASandwich</a> has contributed support for DHT temperature and humidity sensors. It allows you to get the current temperature and humidity from a DHT11, DHT22, or AM2302 device.</p>
|
|
||||||
|
|
||||||
<div class="highlighter-coderay"><div class="CodeRay">
|
|
||||||
<div class="code"><pre><span class="comment"># Example configuration.yaml entry</span>
|
|
||||||
<span class="key">sensor</span>:
|
|
||||||
<span class="key">platform</span>: <span class="string"><span class="content">dht</span></span>
|
|
||||||
<span class="key">sensor</span>: <span class="string"><span class="content">DHT22</span></span>
|
|
||||||
<span class="key">pin</span>: <span class="string"><span class="content">23</span></span>
|
|
||||||
<span class="key">monitored_conditions</span>:
|
|
||||||
- <span class="string"><span class="content">temperature</span></span>
|
|
||||||
- <span class="string"><span class="content">humidity</span></span>
|
|
||||||
</pre></div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<p><strong>Aruba device tracker</strong><br />
|
|
||||||
<a href="https://github.com/michaelarnauts">Michael Arnauts</a> has contributed support for Aruba wireless routers for presence detection.</p>
|
|
||||||
|
|
||||||
<div class="highlighter-coderay"><div class="CodeRay">
|
|
||||||
<div class="code"><pre><span class="comment"># Example configuration.yaml entry</span>
|
|
||||||
<span class="key">device_tracker</span>:
|
|
||||||
<span class="key">platform</span>: <span class="string"><span class="content">aruba</span></span>
|
|
||||||
<span class="key">host</span>: <span class="string"><span class="content">YOUR_ACCESS_POINT_IP</span></span>
|
|
||||||
<span class="key">username</span>: <span class="string"><span class="content">YOUR_ADMIN_USERNAME</span></span>
|
|
||||||
<span class="key">password</span>: <span class="string"><span class="content">YOUR_ADMIN_PASSWORD</span></span>
|
|
||||||
</pre></div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
]]></content>
|
|
||||||
</entry>
|
|
||||||
|
|
||||||
<entry>
|
<entry>
|
||||||
<title type="html"><![CDATA[Laundry Automation: insight and notifications]]></title>
|
<title type="html"><![CDATA[Laundry Automation: insight and notifications]]></title>
|
||||||
<link href="https://home-assistant.io/blog/2015/08/26/laundry-automation-with-moteino-mqtt-and-home-assistant/"/>
|
<link href="https://home-assistant.io/blog/2015/08/26/laundry-automation-with-moteino-mqtt-and-home-assistant/"/>
|
||||||
|
|
|
@ -7,25 +7,25 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||||
<title>Category: user-stories - Home Assistant</title>
|
<title>Category: User-Stories - Home Assistant</title>
|
||||||
<meta name="author" content="Paulus Schoutsen">
|
<meta name="author" content="Paulus Schoutsen">
|
||||||
<meta name="description" content="Category: user-stories">
|
<meta name="description" content="Category: User-Stories">
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width">
|
<meta name="viewport" content="width=device-width">
|
||||||
<link rel="canonical" href="https://home-assistant.io/blog/categories/user-stories/">
|
<link rel="canonical" href="https://home-assistant.io/blog/categories/user-stories/">
|
||||||
|
|
||||||
<meta property="fb:app_id" content="338291289691179">
|
<meta property="fb:app_id" content="338291289691179">
|
||||||
<meta property="og:title" content="Category: user-stories">
|
<meta property="og:title" content="Category: User-Stories">
|
||||||
<meta property="og:site_name" content="Home Assistant">
|
<meta property="og:site_name" content="Home Assistant">
|
||||||
<meta property="og:url" content="https://home-assistant.io/blog/categories/user-stories/">
|
<meta property="og:url" content="https://home-assistant.io/blog/categories/user-stories/">
|
||||||
<meta property="og:type" content="website">
|
<meta property="og:type" content="website">
|
||||||
<meta property="og:description" content="Category: user-stories">
|
<meta property="og:description" content="Category: User-Stories">
|
||||||
<meta property="og:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
<meta property="og:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary">
|
<meta name="twitter:card" content="summary">
|
||||||
<meta name="twitter:site" content="@balloob">
|
<meta name="twitter:site" content="@balloob">
|
||||||
<meta name="twitter:title" content="Category: user-stories">
|
<meta name="twitter:title" content="Category: User-Stories">
|
||||||
<meta name="twitter:description" content="Category: user-stories">
|
<meta name="twitter:description" content="Category: User-Stories">
|
||||||
<meta name="twitter:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
<meta name="twitter:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
||||||
|
|
||||||
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
|
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
|
||||||
|
@ -101,7 +101,7 @@
|
||||||
|
|
||||||
<header>
|
<header>
|
||||||
<h1 class="title indent">
|
<h1 class="title indent">
|
||||||
Category: User-stories
|
Category: User-Stories
|
||||||
</h1>
|
</h1>
|
||||||
</header>
|
</header>
|
||||||
<hr class="divider">
|
<hr class="divider">
|
||||||
|
@ -114,38 +114,6 @@
|
||||||
|
|
||||||
<h2>2015</h2>
|
<h2>2015</h2>
|
||||||
|
|
||||||
<article>
|
|
||||||
<div class="grid">
|
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
|
||||||
<time datetime="2015-08-31T14:12:00-07:00" pubdate>
|
|
||||||
<span class='month'>Aug</span> <span class='day'>31</span>
|
|
||||||
</time>
|
|
||||||
</div>
|
|
||||||
<div class="grid__item four-fifths palm-one-whole">
|
|
||||||
<h1 class="gamma"><a href="/blog/2015/08/31/version-7-revamped-ui-and-improved-distribution/">0.7: Better UI and improved distribution</a></h1>
|
|
||||||
|
|
||||||
<footer class="meta">
|
|
||||||
<span>
|
|
||||||
<i class="icon-tags"></i>
|
|
||||||
<ul class="tags unstyled">
|
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/user-stories/'>user-stories</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</span>
|
|
||||||
</footer>
|
|
||||||
|
|
||||||
<hr class="divider">
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</article>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<article>
|
<article>
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
|
@ -163,7 +131,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/user-stories/'>user-stories</a></li>
|
<li><a class='category' href='/blog/categories/user-stories/'>User-Stories</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -189,8 +157,28 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
|
|
||||||
|
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<form action="https://www.google.com/search" method="get">
|
||||||
|
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
||||||
|
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
||||||
|
<button type="submit"><i class="icon-search"></i></button>
|
||||||
|
</form>
|
||||||
|
</section>
|
||||||
|
<section class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<h1 class="title delta">About Home Assistant</h1>
|
||||||
|
<ul class="divided">
|
||||||
|
<li>
|
||||||
|
Home Assistant is an open-source home automation platform running on Python 3. Track and control all devices at home and automate control.
|
||||||
|
</li>
|
||||||
|
<li><a href='/getting-started/'>Get started with Home Assistant</a></li>
|
||||||
|
<li><a href='/demo/'>Open the online demo</a></li>
|
||||||
|
<li><a href='https://github.com/balloob/home-assistant/'>Browse code on GitHub</a></li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
|
||||||
|
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Share this post</h1>
|
<h1 class="title delta">Share this post</h1>
|
||||||
|
|
||||||
<a href="//twitter.com/share"
|
<a href="//twitter.com/share"
|
||||||
|
@ -231,7 +219,7 @@
|
||||||
}(document, 'script', 'facebook-jssdk'));
|
}(document, 'script', 'facebook-jssdk'));
|
||||||
</script>
|
</script>
|
||||||
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
||||||
<h1 class="title delta">Other Posts</h1>
|
<h1 class="title delta">Recent Posts</h1>
|
||||||
<ul class="divided">
|
<ul class="divided">
|
||||||
|
|
||||||
|
|
||||||
|
@ -267,8 +255,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
|
@ -1,25 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<feed xmlns="http://www.w3.org/2005/Atom">
|
|
||||||
|
|
||||||
<title><![CDATA[Category: website | Home Assistant]]></title>
|
|
||||||
<link href="https://home-assistant.io/blog/categories/website/atom.xml" rel="self"/>
|
|
||||||
<link href="https://home-assistant.io/"/>
|
|
||||||
<updated>2015-12-16T07:13:38-08:00</updated>
|
|
||||||
<id>https://home-assistant.io/</id>
|
|
||||||
<author>
|
|
||||||
<name><![CDATA[Paulus Schoutsen]]></name>
|
|
||||||
|
|
||||||
</author>
|
|
||||||
<generator uri="http://octopress.org/">Octopress</generator>
|
|
||||||
|
|
||||||
|
|
||||||
<entry>
|
|
||||||
<title type="html"><![CDATA[Website launched!]]></title>
|
|
||||||
<link href="https://home-assistant.io/blog/2014/12/18/website-launched/"/>
|
|
||||||
<updated>2014-12-18T23:24:45-08:00</updated>
|
|
||||||
<id>https://home-assistant.io/blog/2014/12/18/website-launched</id>
|
|
||||||
<content type="html"><![CDATA[<p>I finally took the time to setup a simple website to help people getting started with Home Assistant. The process was super smooth thanks to the great tools <a href="http://jekyllrb.com">Jekyll</a> and <a href="http://octopress.org">Octopress</a> and the great services <a href="https://pages.github.com">GitHub Pages</a> and <a href="https://cloudflare.com">CloudFlare</a>.</p>
|
|
||||||
]]></content>
|
|
||||||
</entry>
|
|
||||||
|
|
||||||
</feed>
|
|
|
@ -39,7 +39,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
how-to
|
How-To
|
||||||
...">
|
...">
|
||||||
<meta property="og:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
<meta property="og:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
||||||
|
|
||||||
|
@ -66,7 +66,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
how-to
|
How-To
|
||||||
...">
|
...">
|
||||||
<meta name="twitter:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
<meta name="twitter:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
||||||
|
|
||||||
|
@ -158,7 +158,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/how-to/'>how-to</a></li>
|
<li><a class='category' href='/blog/categories/how-to/'>How-To</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -208,7 +208,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/public-service-announcement/'>public-service-announcement</a></li>
|
<li><a class='category' href='/blog/categories/public-service-announcement/'>Public-Service-Announcement</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -259,7 +259,7 @@ Philips Hue FAQ entries regarding reversing the decision.
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/how-to/'>how-to</a></li>
|
<li><a class='category' href='/blog/categories/how-to/'>How-To</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -306,7 +306,7 @@ In this tutorial I will explain how you can activate Tasker tasks from Home Assi
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/how-to/'>how-to</a></li>
|
<li><a class='category' href='/blog/categories/how-to/'>How-To</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -353,7 +353,7 @@ The <a href="https://influxdb.com/">InfluxDB</a> database is a so-called time se
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/release-notes/'>release-notes</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -414,7 +414,7 @@ The <a href="https://influxdb.com/">InfluxDB</a> database is a so-called time se
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/community/'>community</a></li>
|
<li><a class='category' href='/blog/categories/community/'>Community</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -465,7 +465,7 @@ The <a href="https://influxdb.com/">InfluxDB</a> database is a so-called time se
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/survey/'>survey</a></li>
|
<li><a class='category' href='/blog/categories/survey/'>Survey</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -511,7 +511,7 @@ The <a href="https://influxdb.com/">InfluxDB</a> database is a so-called time se
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/release-notes/'>release-notes</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -590,7 +590,7 @@ The <a href="https://influxdb.com/">InfluxDB</a> database is a so-called time se
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/release-notes/'>release-notes</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -657,11 +657,11 @@ The <a href="https://influxdb.com/">InfluxDB</a> database is a so-called time se
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/esp8266/'>esp8266</a></li>
|
<li><a class='category' href='/blog/categories/esp8266/'>ESP8266</a></li>
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/how-to/'>how-to</a></li>
|
<li><a class='category' href='/blog/categories/how-to/'>How-To</a></li>
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/mqtt/'>mqtt</a></li>
|
<li><a class='category' href='/blog/categories/mqtt/'>MQTT</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -713,6 +713,62 @@ Home Assistant will keep track of historical values and allow you to integrate i
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">
|
||||||
|
<div class="grid">
|
||||||
|
|
||||||
|
|
||||||
|
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<form action="https://www.google.com/search" method="get">
|
||||||
|
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
||||||
|
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
||||||
|
<button type="submit"><i class="icon-search"></i></button>
|
||||||
|
</form>
|
||||||
|
</section>
|
||||||
|
<section class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<h1 class="title delta">About Home Assistant</h1>
|
||||||
|
<ul class="divided">
|
||||||
|
<li>
|
||||||
|
Home Assistant is an open-source home automation platform running on Python 3. Track and control all devices at home and automate control.
|
||||||
|
</li>
|
||||||
|
<li><a href='/getting-started/'>Get started with Home Assistant</a></li>
|
||||||
|
<li><a href='/demo/'>Open the online demo</a></li>
|
||||||
|
<li><a href='https://github.com/balloob/home-assistant/'>Browse code on GitHub</a></li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<section class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<h1 class="title delta">Categories</h1>
|
||||||
|
<ul class="divided">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/blog/categories/Architecture/">Architecture</a></li>
|
||||||
|
|
||||||
|
<li><a href="/blog/categories/Branding/">Branding</a></li>
|
||||||
|
|
||||||
|
<li><a href="/blog/categories/Community/">Community</a></li>
|
||||||
|
|
||||||
|
<li><a href="/blog/categories/ESP8266/">ESP8266</a></li>
|
||||||
|
|
||||||
|
<li><a href="/blog/categories/How-To/">How To</a></li>
|
||||||
|
|
||||||
|
<li><a href="/blog/categories/MQTT/">MQTT</a></li>
|
||||||
|
|
||||||
|
<li><a href="/blog/categories/Public-Service-Announcement/">Public Service Announcement</a></li>
|
||||||
|
|
||||||
|
<li><a href="/blog/categories/Release-Notes/">Release Notes</a></li>
|
||||||
|
|
||||||
|
<li><a href="/blog/categories/Survey/">Survey</a></li>
|
||||||
|
|
||||||
|
<li><a href="/blog/categories/User-Stories/">User Stories</a></li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</aside>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
release-...">
|
Release-...">
|
||||||
<meta property="og:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
<meta property="og:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary">
|
<meta name="twitter:card" content="summary">
|
||||||
|
@ -65,7 +65,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
release-...">
|
Release-...">
|
||||||
<meta name="twitter:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
<meta name="twitter:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
||||||
|
|
||||||
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
|
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
|
||||||
|
@ -156,7 +156,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/release-notes/'>release-notes</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -216,7 +216,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/release-notes/'>release-notes</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -287,7 +287,7 @@ Map in Home Assistant showing two people and three zones (home, school, work)
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/release-notes/'>release-notes</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -352,7 +352,7 @@ Map in Home Assistant showing two people and three zones (home, school, work)
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/how-to/'>how-to</a></li>
|
<li><a class='category' href='/blog/categories/how-to/'>How-To</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -397,9 +397,9 @@ Inspried by a <a href="https://github.com/balloob/home-assistant/issues/310">fea
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/how-to/'>how-to</a></li>
|
<li><a class='category' href='/blog/categories/how-to/'>How-To</a></li>
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/release-notes/'>release-notes</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -451,9 +451,9 @@ Inspried by a <a href="https://github.com/balloob/home-assistant/issues/310">fea
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/how-to/'>how-to</a></li>
|
<li><a class='category' href='/blog/categories/how-to/'>How-To</a></li>
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/mqtt/'>mqtt</a></li>
|
<li><a class='category' href='/blog/categories/mqtt/'>MQTT</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -502,7 +502,7 @@ Inspried by a <a href="https://github.com/balloob/home-assistant/issues/310">fea
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/user-stories/'>user-stories</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -565,7 +565,7 @@ Inspried by a <a href="https://github.com/balloob/home-assistant/issues/310">fea
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/user-stories/'>user-stories</a></li>
|
<li><a class='category' href='/blog/categories/user-stories/'>User-Stories</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -622,7 +622,7 @@ Inspried by a <a href="https://github.com/balloob/home-assistant/issues/310">fea
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/release-notes/'>release-notes</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -688,7 +688,7 @@ Inspried by a <a href="https://github.com/balloob/home-assistant/issues/310">fea
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/release-notes/'>release-notes</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -746,6 +746,62 @@ Inspried by a <a href="https://github.com/balloob/home-assistant/issues/310">fea
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">
|
||||||
|
<div class="grid">
|
||||||
|
|
||||||
|
|
||||||
|
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<form action="https://www.google.com/search" method="get">
|
||||||
|
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
||||||
|
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
||||||
|
<button type="submit"><i class="icon-search"></i></button>
|
||||||
|
</form>
|
||||||
|
</section>
|
||||||
|
<section class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<h1 class="title delta">About Home Assistant</h1>
|
||||||
|
<ul class="divided">
|
||||||
|
<li>
|
||||||
|
Home Assistant is an open-source home automation platform running on Python 3. Track and control all devices at home and automate control.
|
||||||
|
</li>
|
||||||
|
<li><a href='/getting-started/'>Get started with Home Assistant</a></li>
|
||||||
|
<li><a href='/demo/'>Open the online demo</a></li>
|
||||||
|
<li><a href='https://github.com/balloob/home-assistant/'>Browse code on GitHub</a></li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<section class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<h1 class="title delta">Categories</h1>
|
||||||
|
<ul class="divided">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/blog/categories/Architecture/">Architecture</a></li>
|
||||||
|
|
||||||
|
<li><a href="/blog/categories/Branding/">Branding</a></li>
|
||||||
|
|
||||||
|
<li><a href="/blog/categories/Community/">Community</a></li>
|
||||||
|
|
||||||
|
<li><a href="/blog/categories/ESP8266/">ESP8266</a></li>
|
||||||
|
|
||||||
|
<li><a href="/blog/categories/How-To/">How To</a></li>
|
||||||
|
|
||||||
|
<li><a href="/blog/categories/MQTT/">MQTT</a></li>
|
||||||
|
|
||||||
|
<li><a href="/blog/categories/Public-Service-Announcement/">Public Service Announcement</a></li>
|
||||||
|
|
||||||
|
<li><a href="/blog/categories/Release-Notes/">Release Notes</a></li>
|
||||||
|
|
||||||
|
<li><a href="/blog/categories/Survey/">Survey</a></li>
|
||||||
|
|
||||||
|
<li><a href="/blog/categories/User-Stories/">User Stories</a></li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</aside>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -154,7 +154,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/release-notes/'>release-notes</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -221,7 +221,7 @@ To update to the latest version, run <code>scripts/update</code>. Please report
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/release-notes/'>release-notes</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -277,7 +277,7 @@ To update to the latest version, run <code>scripts/update</code>. Please report
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/release-notes/'>release-notes</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -329,7 +329,7 @@ To update to the latest version, run <code>scripts/update</code>. Please report
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/core/'>core</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -399,7 +399,7 @@ To update to the latest version, run <code>scripts/update</code>. Please report
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/release-notes/'>release-notes</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -473,7 +473,7 @@ To update to the latest version, run <code>scripts/update</code>. Please report
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/release-notes/'>release-notes</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -542,7 +542,7 @@ Andythigpen has contributed a script component. This allows users to create a se
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/release-notes/'>release-notes</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -629,7 +629,7 @@ An initial version of voice control for Home Assistant has landed. The current i
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/branding/'>branding</a></li>
|
<li><a class='category' href='/blog/categories/branding/'>Branding</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -677,7 +677,7 @@ The old logo, the new detailed logo and the new simple logo.
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/core/'>core</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -724,7 +724,7 @@ The old logo, the new detailed logo and the new simple logo.
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/frontend/'>frontend</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -769,6 +769,62 @@ The old logo, the new detailed logo and the new simple logo.
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">
|
||||||
|
<div class="grid">
|
||||||
|
|
||||||
|
|
||||||
|
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<form action="https://www.google.com/search" method="get">
|
||||||
|
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
||||||
|
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
||||||
|
<button type="submit"><i class="icon-search"></i></button>
|
||||||
|
</form>
|
||||||
|
</section>
|
||||||
|
<section class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<h1 class="title delta">About Home Assistant</h1>
|
||||||
|
<ul class="divided">
|
||||||
|
<li>
|
||||||
|
Home Assistant is an open-source home automation platform running on Python 3. Track and control all devices at home and automate control.
|
||||||
|
</li>
|
||||||
|
<li><a href='/getting-started/'>Get started with Home Assistant</a></li>
|
||||||
|
<li><a href='/demo/'>Open the online demo</a></li>
|
||||||
|
<li><a href='https://github.com/balloob/home-assistant/'>Browse code on GitHub</a></li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<section class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<h1 class="title delta">Categories</h1>
|
||||||
|
<ul class="divided">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/blog/categories/Architecture/">Architecture</a></li>
|
||||||
|
|
||||||
|
<li><a href="/blog/categories/Branding/">Branding</a></li>
|
||||||
|
|
||||||
|
<li><a href="/blog/categories/Community/">Community</a></li>
|
||||||
|
|
||||||
|
<li><a href="/blog/categories/ESP8266/">ESP8266</a></li>
|
||||||
|
|
||||||
|
<li><a href="/blog/categories/How-To/">How To</a></li>
|
||||||
|
|
||||||
|
<li><a href="/blog/categories/MQTT/">MQTT</a></li>
|
||||||
|
|
||||||
|
<li><a href="/blog/categories/Public-Service-Announcement/">Public Service Announcement</a></li>
|
||||||
|
|
||||||
|
<li><a href="/blog/categories/Release-Notes/">Release Notes</a></li>
|
||||||
|
|
||||||
|
<li><a href="/blog/categories/Survey/">Survey</a></li>
|
||||||
|
|
||||||
|
<li><a href="/blog/categories/User-Stories/">User Stories</a></li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</aside>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -39,9 +39,11 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
component
|
Release-Notes
|
||||||
|
|
||||||
frontend
|
|
||||||
|
|
||||||
|
|
||||||
...">
|
...">
|
||||||
<meta property="og:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
<meta property="og:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
||||||
|
|
||||||
|
@ -68,9 +70,11 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
component
|
Release-Notes
|
||||||
|
|
||||||
frontend
|
|
||||||
|
|
||||||
|
|
||||||
...">
|
...">
|
||||||
<meta name="twitter:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
<meta name="twitter:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
||||||
|
|
||||||
|
@ -162,9 +166,7 @@
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/component/'>component</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/frontend/'>frontend</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -229,7 +231,7 @@ Events are saved in a local database. Google Graphs is used to draw the graph. D
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/release-notes/'>release-notes</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -293,7 +295,7 @@ Home Assistant now supports <code>--open-ui</code> and <code>--demo-mode</code>
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/component/'>component</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -351,7 +353,7 @@ password=YOUR_PASSWORD
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/component/'>component</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -406,7 +408,7 @@ password=YOUR_PASSWORD
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/component/'>component</a></li>
|
<li><a class='category' href='/blog/categories/release-notes/'>Release-Notes</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -459,7 +461,7 @@ password=YOUR_PASSWORD
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/architecture/'>architecture</a></li>
|
<li><a class='category' href='/blog/categories/architecture/'>Architecture</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -517,7 +519,7 @@ This article will try to explain how they all relate.</p>
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/website/'>website</a></li>
|
<li><a class='category' href='/blog/categories/branding/'>Branding</a></li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -553,6 +555,62 @@ This article will try to explain how they all relate.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">
|
||||||
|
<div class="grid">
|
||||||
|
|
||||||
|
|
||||||
|
<section id="site-search" class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<form action="https://www.google.com/search" method="get">
|
||||||
|
<input type="hidden" name="q" value="site:https://home-assistant.io" />
|
||||||
|
<input class="search" type="text" name="q" results="0" placeholder="Search home-assistant.io"/>
|
||||||
|
<button type="submit"><i class="icon-search"></i></button>
|
||||||
|
</form>
|
||||||
|
</section>
|
||||||
|
<section class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<h1 class="title delta">About Home Assistant</h1>
|
||||||
|
<ul class="divided">
|
||||||
|
<li>
|
||||||
|
Home Assistant is an open-source home automation platform running on Python 3. Track and control all devices at home and automate control.
|
||||||
|
</li>
|
||||||
|
<li><a href='/getting-started/'>Get started with Home Assistant</a></li>
|
||||||
|
<li><a href='/demo/'>Open the online demo</a></li>
|
||||||
|
<li><a href='https://github.com/balloob/home-assistant/'>Browse code on GitHub</a></li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
<section class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<h1 class="title delta">Categories</h1>
|
||||||
|
<ul class="divided">
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/blog/categories/Architecture/">Architecture</a></li>
|
||||||
|
|
||||||
|
<li><a href="/blog/categories/Branding/">Branding</a></li>
|
||||||
|
|
||||||
|
<li><a href="/blog/categories/Community/">Community</a></li>
|
||||||
|
|
||||||
|
<li><a href="/blog/categories/ESP8266/">ESP8266</a></li>
|
||||||
|
|
||||||
|
<li><a href="/blog/categories/How-To/">How To</a></li>
|
||||||
|
|
||||||
|
<li><a href="/blog/categories/MQTT/">MQTT</a></li>
|
||||||
|
|
||||||
|
<li><a href="/blog/categories/Public-Service-Announcement/">Public Service Announcement</a></li>
|
||||||
|
|
||||||
|
<li><a href="/blog/categories/Release-Notes/">Release Notes</a></li>
|
||||||
|
|
||||||
|
<li><a href="/blog/categories/Survey/">Survey</a></li>
|
||||||
|
|
||||||
|
<li><a href="/blog/categories/User-Stories/">User Stories</a></li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</aside>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -153,9 +153,6 @@
|
||||||
<div class='section'>
|
<div class='section'>
|
||||||
<h1 class="title delta">Category Camera</h1>
|
<h1 class="title delta">Category Camera</h1>
|
||||||
<ul class='divided'>
|
<ul class='divided'>
|
||||||
<li>
|
|
||||||
<a href='/components/camera/'>Camera</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
<li>
|
||||||
Foscam IP camera
|
Foscam IP camera
|
||||||
</li>
|
</li>
|
||||||
|
|
|
@ -159,9 +159,6 @@
|
||||||
<div class='section'>
|
<div class='section'>
|
||||||
<h1 class="title delta">Category Camera</h1>
|
<h1 class="title delta">Category Camera</h1>
|
||||||
<ul class='divided'>
|
<ul class='divided'>
|
||||||
<li>
|
|
||||||
<a href='/components/camera/'>Camera</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
<li>
|
||||||
<a href='/components/camera.foscam/'>Foscam IP camera</a>
|
<a href='/components/camera.foscam/'>Foscam IP camera</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
|
@ -149,9 +149,6 @@
|
||||||
<div class='section'>
|
<div class='section'>
|
||||||
<h1 class="title delta">Category Camera</h1>
|
<h1 class="title delta">Category Camera</h1>
|
||||||
<ul class='divided'>
|
<ul class='divided'>
|
||||||
<li>
|
|
||||||
<a href='/components/camera/'>Camera</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
<li>
|
||||||
<a href='/components/camera.foscam/'>Foscam IP camera</a>
|
<a href='/components/camera.foscam/'>Foscam IP camera</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
|
@ -132,29 +132,6 @@
|
||||||
Generic MJPEG IP Camera
|
Generic MJPEG IP Camera
|
||||||
</a></li>
|
</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class='section'>
|
|
||||||
<h1 class="title delta">Category Camera</h1>
|
|
||||||
<ul class='divided'>
|
|
||||||
<li>
|
|
||||||
Camera
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href='/components/camera.foscam/'>Foscam IP camera</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href='/components/camera.generic/'>Generic IP Camera</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href='/components/camera.mjpeg/'>Generic MJPEG IP Camera</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href='/components/switch.hikvision/'>Hikvision camera</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href='/components/ifttt.manything/'>ManyThing</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -139,7 +139,10 @@
|
||||||
|
|
||||||
<p>See the <a href="/components/device_tracker/">device tracker component page</a> for instructions how to configure the people to be tracked.</p>
|
<p>See the <a href="/components/device_tracker/">device tracker component page</a> for instructions how to configure the people to be tracked.</p>
|
||||||
|
|
||||||
<p>Note for luci users; some installations have <a href="https://github.com/openwrt/luci/issues/576">a small bug</a> in them, where the timeout for luci RPC calls is not set and makes the call fail.</p>
|
<p class="note warning">
|
||||||
|
Some installations have <a href="https://github.com/openwrt/luci/issues/576">a small bug</a>. The timeout for luci RPC calls is not set and this makes the call fail.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
|
|
|
@ -207,9 +207,6 @@ For ManyThing support, you need to set up an <code>on</code> and <code>off</code
|
||||||
<div class='section'>
|
<div class='section'>
|
||||||
<h1 class="title delta">Category Camera</h1>
|
<h1 class="title delta">Category Camera</h1>
|
||||||
<ul class='divided'>
|
<ul class='divided'>
|
||||||
<li>
|
|
||||||
<a href='/components/camera/'>Camera</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
<li>
|
||||||
<a href='/components/camera.foscam/'>Foscam IP camera</a>
|
<a href='/components/camera.foscam/'>Foscam IP camera</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
|
@ -360,14 +360,6 @@ Support for these components is provided by the Home Assistant community.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a href='/components/camera/' class='camera'>
|
|
||||||
<div class='img-container'>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<div class='title'>Camera</div>
|
|
||||||
<div class='category'>Camera</div>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a href='/components/sensor.command_sensor/' class='sensor'>
|
<a href='/components/sensor.command_sensor/' class='sensor'>
|
||||||
|
@ -538,6 +530,18 @@ Support for these components is provided by the Home Assistant community.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a href='/components/sensor.eliqonline/' class='sensor'>
|
||||||
|
<div class='img-container'>
|
||||||
|
|
||||||
|
<img src='/images/supported_brands/eliq.png'>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class='title'>Eliqonline sensor</div>
|
||||||
|
<div class='category'>Sensor</div>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a href='/components/device_tracker.fritz/' class='presence-detection'>
|
<a href='/components/device_tracker.fritz/' class='presence-detection'>
|
||||||
<div class='img-container'>
|
<div class='img-container'>
|
||||||
|
|
||||||
|
|
|
@ -233,6 +233,9 @@
|
||||||
<li>
|
<li>
|
||||||
<a href='/components/sensor.efergy/'>Efergy sensor</a>
|
<a href='/components/sensor.efergy/'>Efergy sensor</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href='/components/sensor.eliqonline/'>Eliqonline sensor</a>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href='/components/sensor.glances/'>Glances</a>
|
<a href='/components/sensor.glances/'>Glances</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
|
@ -214,6 +214,9 @@
|
||||||
<li>
|
<li>
|
||||||
<a href='/components/sensor.efergy/'>Efergy sensor</a>
|
<a href='/components/sensor.efergy/'>Efergy sensor</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href='/components/sensor.eliqonline/'>Eliqonline sensor</a>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href='/components/sensor.glances/'>Glances</a>
|
<a href='/components/sensor.glances/'>Glances</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
|
@ -255,6 +255,9 @@ print(response.json()[<span class="string"><span class="delimiter">'</span><span
|
||||||
<li>
|
<li>
|
||||||
<a href='/components/sensor.efergy/'>Efergy sensor</a>
|
<a href='/components/sensor.efergy/'>Efergy sensor</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href='/components/sensor.eliqonline/'>Eliqonline sensor</a>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href='/components/sensor.glances/'>Glances</a>
|
<a href='/components/sensor.glances/'>Glances</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
|
@ -157,6 +157,9 @@
|
||||||
<li>
|
<li>
|
||||||
<a href='/components/sensor.efergy/'>Efergy sensor</a>
|
<a href='/components/sensor.efergy/'>Efergy sensor</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href='/components/sensor.eliqonline/'>Eliqonline sensor</a>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href='/components/sensor.glances/'>Glances</a>
|
<a href='/components/sensor.glances/'>Glances</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
|
@ -204,6 +204,9 @@
|
||||||
<li>
|
<li>
|
||||||
<a href='/components/sensor.efergy/'>Efergy sensor</a>
|
<a href='/components/sensor.efergy/'>Efergy sensor</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href='/components/sensor.eliqonline/'>Eliqonline sensor</a>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href='/components/sensor.glances/'>Glances</a>
|
<a href='/components/sensor.glances/'>Glances</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
|
@ -152,6 +152,9 @@
|
||||||
<li>
|
<li>
|
||||||
<a href='/components/sensor.efergy/'>Efergy sensor</a>
|
<a href='/components/sensor.efergy/'>Efergy sensor</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href='/components/sensor.eliqonline/'>Eliqonline sensor</a>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href='/components/sensor.glances/'>Glances</a>
|
<a href='/components/sensor.glances/'>Glances</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
|
@ -173,6 +173,9 @@ negative number of minutes your timezone is ahead/behind UTC time.</li>
|
||||||
<li>
|
<li>
|
||||||
Efergy sensor
|
Efergy sensor
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href='/components/sensor.eliqonline/'>Eliqonline sensor</a>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href='/components/sensor.glances/'>Glances</a>
|
<a href='/components/sensor.glances/'>Glances</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
|
@ -7,25 +7,25 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||||
<title>Category: website - Home Assistant</title>
|
<title>Eliqonline sensor - Home Assistant</title>
|
||||||
<meta name="author" content="Paulus Schoutsen">
|
<meta name="author" content="Paulus Schoutsen">
|
||||||
<meta name="description" content="Category: website">
|
<meta name="description" content="Instructions how to integrate Eliqonline devices within Home Assistant.">
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width">
|
<meta name="viewport" content="width=device-width">
|
||||||
<link rel="canonical" href="https://home-assistant.io/blog/categories/website/">
|
<link rel="canonical" href="https://home-assistant.io/components/sensor.eliqonline/">
|
||||||
|
|
||||||
<meta property="fb:app_id" content="338291289691179">
|
<meta property="fb:app_id" content="338291289691179">
|
||||||
<meta property="og:title" content="Category: website">
|
<meta property="og:title" content="Eliqonline sensor">
|
||||||
<meta property="og:site_name" content="Home Assistant">
|
<meta property="og:site_name" content="Home Assistant">
|
||||||
<meta property="og:url" content="https://home-assistant.io/blog/categories/website/">
|
<meta property="og:url" content="https://home-assistant.io/components/sensor.eliqonline/">
|
||||||
<meta property="og:type" content="website">
|
<meta property="og:type" content="article">
|
||||||
<meta property="og:description" content="Category: website">
|
<meta property="og:description" content="Instructions how to integrate Eliqonline devices within Home Assistant.">
|
||||||
<meta property="og:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
<meta property="og:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary">
|
<meta name="twitter:card" content="summary">
|
||||||
<meta name="twitter:site" content="@balloob">
|
<meta name="twitter:site" content="@balloob">
|
||||||
<meta name="twitter:title" content="Category: website">
|
<meta name="twitter:title" content="Eliqonline sensor">
|
||||||
<meta name="twitter:description" content="Category: website">
|
<meta name="twitter:description" content="Instructions how to integrate Eliqonline devices within Home Assistant.">
|
||||||
<meta name="twitter:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
<meta name="twitter:image" content="https://home-assistant.io/images/home-assistant-logo-2164x2164.png">
|
||||||
|
|
||||||
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
|
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
|
||||||
|
@ -97,55 +97,38 @@
|
||||||
|
|
||||||
|
|
||||||
<article class="page">
|
<article class="page">
|
||||||
|
|
||||||
|
|
||||||
<header>
|
<header>
|
||||||
<h1 class="title indent">
|
<h1 class="title indent">
|
||||||
Category: Website
|
Eliqonline sensor
|
||||||
</h1>
|
</h1>
|
||||||
</header>
|
</header>
|
||||||
<hr class="divider">
|
<hr class="divider">
|
||||||
|
|
||||||
|
|
||||||
<div id="archive-list">
|
<p>Integrate your <a href="http://eliq.se">Eliqonline</a> smart meter information into Home Assistant. To get an app token, log in to your <a href="https://my.eliq.se/user/settings/api">Eliqonline</a> account.</p>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<h2>2014</h2>
|
|
||||||
|
|
||||||
<article>
|
|
||||||
<div class="grid">
|
|
||||||
|
|
||||||
<div class="grid__item one-fifth palm-one-whole">
|
<p>To enable this sensor in your installation, add the following to your <code>configuration.yaml</code> file:</p>
|
||||||
<time datetime="2014-12-18T23:24:45-08:00" pubdate>
|
|
||||||
<span class='month'>Dec</span> <span class='day'>18</span>
|
|
||||||
</time>
|
|
||||||
</div>
|
|
||||||
<div class="grid__item four-fifths palm-one-whole">
|
|
||||||
<h1 class="gamma"><a href="/blog/2014/12/18/website-launched/">Website launched!</a></h1>
|
|
||||||
|
|
||||||
<footer class="meta">
|
|
||||||
<span>
|
|
||||||
<i class="icon-tags"></i>
|
|
||||||
<ul class="tags unstyled">
|
|
||||||
|
|
||||||
|
|
||||||
<li><a class='category' href='/blog/categories/website/'>website</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</span>
|
|
||||||
</footer>
|
|
||||||
|
|
||||||
<hr class="divider">
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
<div class="highlighter-coderay"><div class="CodeRay">
|
||||||
|
<div class="code"><pre><span class="comment"># Example configuration.yaml entry</span>
|
||||||
|
<span class="key">sensor</span>:
|
||||||
|
<span class="key">platform</span>: <span class="string"><span class="content">eliqonline</span></span>
|
||||||
|
<span class="key">access_token</span>: <span class="string"><span class="content">ACCESS_TOKEN</span></span>
|
||||||
|
<span class="key">name</span>: <span class="string"><span class="content">Power consumption </span></span>
|
||||||
|
<span class="key">channel_id</span>: <span class="string"><span class="content">CHANNEL_ID</span></span>
|
||||||
|
</pre></div>
|
||||||
</div>
|
</div>
|
||||||
</article>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<p>Configuration variables:</p>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><strong>access_token</strong> (<em>Required</em>): The Access Token for your account.</li>
|
||||||
|
<li><strong>channel_id</strong> (<em>Required</em>): Channel ID of your device.</li>
|
||||||
|
<li><strong>name</strong> (<em>Optional</em>): The name of the sensor, eg. the city.</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<p>For details please check the <a href="https://my.eliq.se/knowledge/sv-SE/49-eliq-online/299-eliq-online-api">API documentation</a>.</p>
|
||||||
|
|
||||||
|
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
|
@ -157,86 +140,91 @@
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
|
|
||||||
|
|
||||||
|
<section class="aside-module grid__item one-whole lap-one-half">
|
||||||
<section class="sharing aside-module grid__item one-whole lap-one-half">
|
<div class='brand-logo-container section'>
|
||||||
<h1 class="title delta">Share this post</h1>
|
<img src='/images/supported_brands/eliq.png' />
|
||||||
|
</div>
|
||||||
<a href="//twitter.com/share"
|
<div class='section'>
|
||||||
class="twitter-share-button"
|
<h1 class="title delta">Category Sensor</h1>
|
||||||
data-url="https://home-assistant.io/blog/categories/website/"
|
<ul class='divided'>
|
||||||
data-counturl="https://home-assistant.io/blog/categories/website/" >Tweet</a>
|
<li>
|
||||||
|
<a href='/components/sensor.bitcoin/'>Bitcoin</a>
|
||||||
|
</li>
|
||||||
<div class="g-plusone" data-size="standard"></div>
|
<li>
|
||||||
|
<a href='/components/sensor.cpuspeed/'>CPU speed</a>
|
||||||
|
</li>
|
||||||
<div class="fb-share-button" style='top: -6px;'
|
<li>
|
||||||
data-href="https://home-assistant.io/blog/categories/website/"
|
<a href='/components/sensor.command_sensor/'>Command line sensor</a>
|
||||||
data-layout="button_count">
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href='/components/sensor.dweet/'>Dweet.io sensor</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href='/components/sensor.ecobee/'>Ecobee sensor</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href='/components/sensor.efergy/'>Efergy sensor</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
Eliqonline sensor
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href='/components/sensor.glances/'>Glances</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href='/components/sensor.mqtt/'>MQTT sensor</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href='/components/sensor.modbus/'>Modbus sensor</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href='/components/sensor.mysensors/'>MySensors sensor</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href='/components/sensor.rest/'>RESTful sensor</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href='/components/sensor.rfxtrx/'>RFXtrx sensor</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href='/components/sensor.sabnzbd/'>SABnzbd</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href='/components/sensor.swiss_public_transport/'>Swiss Public Transport</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href='/components/sensor.systemmonitor/'>System Monitor</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href='/components/sensor.temper/'>TEMPer sensor</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href='/components/sensor.tellstick/'>TellStick sensor</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href='/components/sensor.time_date/'>Time & Date</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href='/components/sensor.transmission/'>Transmission sensor</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href='/components/sensor.vera/'>Vera sensor</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href='/components/sensor.wink/'>Wink sensor</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href='/components/sensor.worldclock/'>Worldclock</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href='/components/sensor.zwave/'>Z-Wave sensor</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href='/components/sensor.arest/'>aREST sensor</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
|
|
||||||
|
|
||||||
<script src="https://apis.google.com/js/platform.js" async defer></script>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
window.fbAsyncInit = function() {
|
|
||||||
FB.init({
|
|
||||||
appId : '338291289691179',
|
|
||||||
xfbml : true,
|
|
||||||
version : 'v2.2'
|
|
||||||
});
|
|
||||||
};
|
|
||||||
|
|
||||||
(function(d, s, id){
|
|
||||||
var js, fjs = d.getElementsByTagName(s)[0];
|
|
||||||
if (d.getElementById(id)) {return;}
|
|
||||||
js = d.createElement(s); js.id = id;
|
|
||||||
js.src = "//connect.facebook.net/en_US/sdk.js";
|
|
||||||
fjs.parentNode.insertBefore(js, fjs);
|
|
||||||
}(document, 'script', 'facebook-jssdk'));
|
|
||||||
</script>
|
|
||||||
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
|
|
||||||
<h1 class="title delta">Other Posts</h1>
|
|
||||||
<ul class="divided">
|
|
||||||
|
|
||||||
|
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2015/12/13/setup-encryption-using-lets-encrypt/">Set up encryption using Let's Encrypt</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2015/12/12/philips-hue-blocks-3rd-party-bulbs/">[Update: decision reversed!] Philips Hue blocks 3rd party lights</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2015/12/10/activating-tasker-tasks-from-home-assistant-using-command-line-switches/">Activating Tasker tasks from Home Assistant using command line switches</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2015/12/07/influxdb-and-grafana/">InfluxDB and Grafana</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2015/12/06/locks-rollershutters-binary-sensors-and-influxdb-support/">0.9: Rollershutters, locks, binary sensors and InfluxDB</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
@ -266,18 +254,6 @@
|
||||||
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
|
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
|
||||||
s.parentNode.insertBefore(g,s)}(document,'script'));
|
s.parentNode.insertBefore(g,s)}(document,'script'));
|
||||||
</script>
|
</script>
|
||||||
<script>
|
|
||||||
var disqus_shortname = 'home-assistant';
|
|
||||||
|
|
||||||
|
|
||||||
var disqus_script = 'count.js';
|
|
||||||
|
|
||||||
(function () {
|
|
||||||
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
|
|
||||||
dsq.src = '//' + disqus_shortname + '.disqus.com/' + disqus_script;
|
|
||||||
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
|
|
||||||
}());
|
|
||||||
</script>
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -214,6 +214,9 @@ Glances web server started on http://0.0.0.0:61208/
|
||||||
<li>
|
<li>
|
||||||
<a href='/components/sensor.efergy/'>Efergy sensor</a>
|
<a href='/components/sensor.efergy/'>Efergy sensor</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href='/components/sensor.eliqonline/'>Eliqonline sensor</a>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
Glances
|
Glances
|
||||||
</li>
|
</li>
|
||||||
|
|
|
@ -210,6 +210,9 @@ Each named register will create an integer sensor and each named bit will create
|
||||||
<li>
|
<li>
|
||||||
<a href='/components/sensor.efergy/'>Efergy sensor</a>
|
<a href='/components/sensor.efergy/'>Efergy sensor</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href='/components/sensor.eliqonline/'>Eliqonline sensor</a>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href='/components/sensor.glances/'>Glances</a>
|
<a href='/components/sensor.glances/'>Glances</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
|
@ -221,6 +221,9 @@
|
||||||
<li>
|
<li>
|
||||||
<a href='/components/sensor.efergy/'>Efergy sensor</a>
|
<a href='/components/sensor.efergy/'>Efergy sensor</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href='/components/sensor.eliqonline/'>Eliqonline sensor</a>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href='/components/sensor.glances/'>Glances</a>
|
<a href='/components/sensor.glances/'>Glances</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
|
@ -171,6 +171,9 @@
|
||||||
<li>
|
<li>
|
||||||
<a href='/components/sensor.efergy/'>Efergy sensor</a>
|
<a href='/components/sensor.efergy/'>Efergy sensor</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href='/components/sensor.eliqonline/'>Eliqonline sensor</a>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href='/components/sensor.glances/'>Glances</a>
|
<a href='/components/sensor.glances/'>Glances</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
|
@ -143,7 +143,7 @@
|
||||||
<li><strong>resource</strong> (<em>Required</em>): The resource or endpoint that contains the value.</li>
|
<li><strong>resource</strong> (<em>Required</em>): The resource or endpoint that contains the value.</li>
|
||||||
<li><strong>method</strong> (<em>Optional</em>): The method of the request. Default is GET.</li>
|
<li><strong>method</strong> (<em>Optional</em>): The method of the request. Default is GET.</li>
|
||||||
<li><strong>value_template</strong> (<em>Required</em>): Defines a <a href="/getting-started/templating/">template</a> to extract the value.</li>
|
<li><strong>value_template</strong> (<em>Required</em>): Defines a <a href="/getting-started/templating/">template</a> to extract the value.</li>
|
||||||
<li><strong>payload</strong> (<em>Optional</em>): The payload to send with a POST request. Usualy formed as a dictionary-</li>
|
<li><strong>payload</strong> (<em>Optional</em>): The payload to send with a POST request. Usualy formed as a dictionary.</li>
|
||||||
<li><strong>name</strong> (<em>Optional</em>): Name of the REST sensor.</li>
|
<li><strong>name</strong> (<em>Optional</em>): Name of the REST sensor.</li>
|
||||||
<li><strong>unit_of_measurement</strong> (<em>Optional</em>): Defines the unit of measurement of the sensor, if any.</li>
|
<li><strong>unit_of_measurement</strong> (<em>Optional</em>): Defines the unit of measurement of the sensor, if any.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -241,6 +241,9 @@ Make sure that the URL matches exactly your endpoint or resource.
|
||||||
<li>
|
<li>
|
||||||
<a href='/components/sensor.efergy/'>Efergy sensor</a>
|
<a href='/components/sensor.efergy/'>Efergy sensor</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href='/components/sensor.eliqonline/'>Eliqonline sensor</a>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href='/components/sensor.glances/'>Glances</a>
|
<a href='/components/sensor.glances/'>Glances</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
|
@ -164,6 +164,9 @@
|
||||||
<li>
|
<li>
|
||||||
<a href='/components/sensor.efergy/'>Efergy sensor</a>
|
<a href='/components/sensor.efergy/'>Efergy sensor</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href='/components/sensor.eliqonline/'>Eliqonline sensor</a>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href='/components/sensor.glances/'>Glances</a>
|
<a href='/components/sensor.glances/'>Glances</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
|
@ -175,6 +175,9 @@
|
||||||
<li>
|
<li>
|
||||||
<a href='/components/sensor.efergy/'>Efergy sensor</a>
|
<a href='/components/sensor.efergy/'>Efergy sensor</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href='/components/sensor.eliqonline/'>Eliqonline sensor</a>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href='/components/sensor.glances/'>Glances</a>
|
<a href='/components/sensor.glances/'>Glances</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
|
@ -165,6 +165,9 @@
|
||||||
<li>
|
<li>
|
||||||
<a href='/components/sensor.efergy/'>Efergy sensor</a>
|
<a href='/components/sensor.efergy/'>Efergy sensor</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href='/components/sensor.eliqonline/'>Eliqonline sensor</a>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href='/components/sensor.glances/'>Glances</a>
|
<a href='/components/sensor.glances/'>Glances</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
|
@ -256,6 +256,9 @@
|
||||||
<li>
|
<li>
|
||||||
<a href='/components/sensor.efergy/'>Efergy sensor</a>
|
<a href='/components/sensor.efergy/'>Efergy sensor</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href='/components/sensor.eliqonline/'>Eliqonline sensor</a>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href='/components/sensor.glances/'>Glances</a>
|
<a href='/components/sensor.glances/'>Glances</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
|
@ -180,6 +180,9 @@
|
||||||
<li>
|
<li>
|
||||||
<a href='/components/sensor.efergy/'>Efergy sensor</a>
|
<a href='/components/sensor.efergy/'>Efergy sensor</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href='/components/sensor.eliqonline/'>Eliqonline sensor</a>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href='/components/sensor.glances/'>Glances</a>
|
<a href='/components/sensor.glances/'>Glances</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
|
@ -150,6 +150,9 @@
|
||||||
<li>
|
<li>
|
||||||
<a href='/components/sensor.efergy/'>Efergy sensor</a>
|
<a href='/components/sensor.efergy/'>Efergy sensor</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href='/components/sensor.eliqonline/'>Eliqonline sensor</a>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href='/components/sensor.glances/'>Glances</a>
|
<a href='/components/sensor.glances/'>Glances</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
|
@ -164,6 +164,9 @@
|
||||||
<li>
|
<li>
|
||||||
<a href='/components/sensor.efergy/'>Efergy sensor</a>
|
<a href='/components/sensor.efergy/'>Efergy sensor</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href='/components/sensor.eliqonline/'>Eliqonline sensor</a>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href='/components/sensor.glances/'>Glances</a>
|
<a href='/components/sensor.glances/'>Glances</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
|
@ -196,6 +196,9 @@
|
||||||
<li>
|
<li>
|
||||||
<a href='/components/sensor.efergy/'>Efergy sensor</a>
|
<a href='/components/sensor.efergy/'>Efergy sensor</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href='/components/sensor.eliqonline/'>Eliqonline sensor</a>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href='/components/sensor.glances/'>Glances</a>
|
<a href='/components/sensor.glances/'>Glances</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
|
@ -184,6 +184,9 @@
|
||||||
<li>
|
<li>
|
||||||
<a href='/components/sensor.efergy/'>Efergy sensor</a>
|
<a href='/components/sensor.efergy/'>Efergy sensor</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href='/components/sensor.eliqonline/'>Eliqonline sensor</a>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href='/components/sensor.glances/'>Glances</a>
|
<a href='/components/sensor.glances/'>Glances</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
|
@ -161,6 +161,9 @@
|
||||||
<li>
|
<li>
|
||||||
<a href='/components/sensor.efergy/'>Efergy sensor</a>
|
<a href='/components/sensor.efergy/'>Efergy sensor</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href='/components/sensor.eliqonline/'>Eliqonline sensor</a>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href='/components/sensor.glances/'>Glances</a>
|
<a href='/components/sensor.glances/'>Glances</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue