Site updated at 2017-10-21 23:33:52 UTC

This commit is contained in:
Travis CI 2017-10-21 23:33:53 +00:00
parent b95006b9eb
commit a6fbc15960
1416 changed files with 21669 additions and 4045 deletions

View file

@ -23,7 +23,7 @@
<meta name="twitter:title" content="Adding support for a new platform">
<meta name="twitter:description" content="Hints and tips for when you're adding a new platform to Home Assistant.">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/stylesheets/screen.css" media="screen, projection, print" 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' />

View file

@ -23,7 +23,7 @@
<meta name="twitter:title" content="API">
<meta name="twitter:description" content="Home Assistant API">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/stylesheets/screen.css" media="screen, projection, print" 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' />

View file

@ -23,7 +23,7 @@
<meta name="twitter:title" content="Architecture">
<meta name="twitter:description" content="Overview of the Home Assistant architecture.">
<meta name="twitter:image" content="https://home-assistant.io/images/architecture/ha_architecture.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/stylesheets/screen.css" media="screen, projection, print" 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' />

View file

@ -23,7 +23,7 @@
<meta name="twitter:title" content="Components Architecture">
<meta name="twitter:description" content="Overview of components within the Home Assistant architecture.">
<meta name="twitter:image" content="https://home-assistant.io/images/architecture/component_interaction.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/stylesheets/screen.css" media="screen, projection, print" 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' />

View file

@ -23,7 +23,7 @@
<meta name="twitter:title" content="Asynchronous Programming">
<meta name="twitter:description" content="Introduction to the asynchronous core of Home Assistant.">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/stylesheets/screen.css" media="screen, projection, print" 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' />

View file

@ -23,7 +23,7 @@
<meta name="twitter:title" content="Asyncio 101">
<meta name="twitter:description" content="An introduction to asyncio.">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/stylesheets/screen.css" media="screen, projection, print" 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' />

View file

@ -23,7 +23,7 @@
<meta name="twitter:title" content="Categorizing Functions">
<meta name="twitter:description" content="A categorization of functions to work with the asynchronous core of Home Assistant.">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/stylesheets/screen.css" media="screen, projection, print" 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' />

View file

@ -23,7 +23,7 @@
<meta name="twitter:title" content="Miscellaneous Async">
<meta name="twitter:description" content="A collection of miscellaneous topics about async that didn't fit on the other pages.">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/stylesheets/screen.css" media="screen, projection, print" 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' />

View file

@ -23,7 +23,7 @@
<meta name="twitter:title" content="Working with Async">
<meta name="twitter:description" content="A breakdown of all the different ways to work with the asynchronous core of Home Assistant.">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/stylesheets/screen.css" media="screen, projection, print" 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' />

View file

@ -23,7 +23,7 @@
<meta name="twitter:title" content="Contributor License Agreement">
<meta name="twitter:description" content="The Code of Conduct for Home Assistant projects.">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/stylesheets/screen.css" media="screen, projection, print" 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' />

View file

@ -23,7 +23,7 @@
<meta name="twitter:title" content="CLA Signature">
<meta name="twitter:description" content="The Home Assistant contributor license agreement (CLA) signature page">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/stylesheets/screen.css" media="screen, projection, print" 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' />

View file

@ -23,7 +23,7 @@
<meta name="twitter:title" content="CLA Login">
<meta name="twitter:description" content="The Home Assistant contributor license agreement (CLA) signature page">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/stylesheets/screen.css" media="screen, projection, print" 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' />

View file

@ -23,7 +23,7 @@
<meta name="twitter:title" content="Checklist for creating a component">
<meta name="twitter:description" content="A list of things to pay attention to when code reviewing a component.">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/stylesheets/screen.css" media="screen, projection, print" 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' />

View file

@ -23,7 +23,7 @@
<meta name="twitter:title" content="Checklist for creating a platform">
<meta name="twitter:description" content="A list of things to pay attention to when code reviewing a platform.">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/stylesheets/screen.css" media="screen, projection, print" 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' />

View file

@ -23,7 +23,7 @@
<meta name="twitter:title" content="Requirements & Dependencies">
<meta name="twitter:description" content="Instructions how to define requirements and dependencies.">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/stylesheets/screen.css" media="screen, projection, print" 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' />

View file

@ -23,7 +23,7 @@
<meta name="twitter:title" content="Component Discovery">
<meta name="twitter:description" content="How to make component discovery work.">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/stylesheets/screen.css" media="screen, projection, print" 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' />

View file

@ -23,7 +23,7 @@
<meta name="twitter:title" content="Handling events">
<meta name="twitter:description" content="Instructions how to handle events with your component.">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/stylesheets/screen.css" media="screen, projection, print" 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' />

View file

@ -23,7 +23,7 @@
<meta name="twitter:title" content="Generic Platform Discovery">
<meta name="twitter:description" content="Using generic platform discovery.">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/stylesheets/screen.css" media="screen, projection, print" 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' />

View file

@ -23,7 +23,7 @@
<meta name="twitter:title" content="Loading your components">
<meta name="twitter:description" content="Instructions how to get your component loaded by Home Assistant.">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/stylesheets/screen.css" media="screen, projection, print" 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' />

View file

@ -23,7 +23,7 @@
<meta name="twitter:title" content="Handling states">
<meta name="twitter:description" content="Instructions how to handle states with your component.">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/stylesheets/screen.css" media="screen, projection, print" 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' />

View file

@ -23,7 +23,7 @@
<meta name="twitter:title" content="Handling visibility">
<meta name="twitter:description" content="Instructions how to handle visibility with your component.">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/stylesheets/screen.css" media="screen, projection, print" 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' />

View file

@ -23,7 +23,7 @@
<meta name="twitter:title" content="Creating components">
<meta name="twitter:description" content="Guidelines to get you create your first component for Home Assistant.">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/stylesheets/screen.css" media="screen, projection, print" 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' />

View file

@ -23,7 +23,7 @@
<meta name="twitter:title" content="Credits">
<meta name="twitter:description" content="Credits for the developers who contributed to Home Assistant.">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/stylesheets/screen.css" media="screen, projection, print" 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' />
@ -77,22 +77,23 @@
<p>This page contains a list of people who have contributed in one way or another to Home Assistant. Hover over a username to see their contributions.</p>
<h3><a class="title-link" name="author" href="#author"></a> Author</h3>
<ul>
<li><a href="https://github.com/balloob" title="5830 total commits to the home-assistant organization, 3489 commits to home-assistant, 1259 commits to home-assistant.github.io, 606 commits to home-assistant-polymer, 244 commits to home-assistant-js, 116 commits to netdisco, 42 commits to home-assistant-js-websocket, 24 commits to hass-release, 12 commits to home-assistant-assets, 8 commits to example-custom-config, 7 commits to micropython-home-assistant, 5 commits to LabelBot, 4 commits to hassio, 3 commits to hassio-addons, 2 commits to issue-bot, 2 commits to hassio-addons-example, 2 commits to lambda-home-assistant-github, 2 commits to python-hassbian, 1 commit to home-assistant-notebooks, 1 commit to hassio-build, 1 commit to home-assistant-iOS">Paulus Schoutsen (@balloob)</a></li>
<li><a href="https://github.com/balloob" title="5857 total commits to the home-assistant organization, 3502 commits to home-assistant, 1270 commits to home-assistant.github.io, 607 commits to home-assistant-polymer, 244 commits to home-assistant-js, 116 commits to netdisco, 44 commits to home-assistant-js-websocket, 24 commits to hass-release, 12 commits to home-assistant-assets, 8 commits to example-custom-config, 7 commits to micropython-home-assistant, 5 commits to LabelBot, 4 commits to hassio, 3 commits to hassio-addons, 2 commits to python-hassbian, 2 commits to issue-bot, 2 commits to lambda-home-assistant-github, 2 commits to hassio-addons-example, 1 commit to hassio-build, 1 commit to home-assistant-notebooks, 1 commit to home-assistant-iOS">Paulus Schoutsen (@balloob)</a></li>
</ul>
<h3><a class="title-link" name="contributors" href="#contributors"></a> Contributors</h3>
<p>(in alphabetical order)</p>
<ul>
<li><a href="https://github.com/bachya" title="17 total commits to the home-assistant organization, 12 commits to home-assistant, 5 commits to home-assistant.github.io">Aaron Bach (@bachya)</a></li>
<li><a href="https://github.com/bachya" title="25 total commits to the home-assistant organization, 17 commits to home-assistant, 8 commits to home-assistant.github.io">Aaron Bach (@bachya)</a></li>
<li><a href="https://github.com/linville" title="2 total commits to the home-assistant organization, 2 commits to appdaemon">Aaron Linville (@linville)</a></li>
<li><a href="https://github.com/Morrisai" title="1 total commits to the home-assistant organization, 1 commit to home-assistant">Aaron Morris (@Morrisai)</a></li>
<li><a href="https://github.com/xarnze" title="1 total commits to the home-assistant organization, 1 commit to home-assistant">Aaron Polley (@xarnze)</a></li>
<li><a href="https://github.com/aa755" title="1 total commits to the home-assistant organization, 1 commit to home-assistant">Abhishek Anand (@aa755)</a></li>
<li><a href="https://github.com/abmantis" title="15 total commits to the home-assistant organization, 10 commits to home-assistant, 4 commits to home-assistant.github.io, 1 commit to netdisco">Abílio Costa (@abmantis)</a></li>
<li><a href="https://github.com/abmantis" title="17 total commits to the home-assistant organization, 10 commits to home-assistant, 4 commits to home-assistant.github.io, 1 commit to home-assistant-js-websocket, 1 commit to netdisco, 1 commit to home-assistant-polymer">Abílio Costa (@abmantis)</a></li>
<li><a href="https://github.com/SilvrrGIT" title="8 total commits to the home-assistant organization, 8 commits to home-assistant.github.io">Adam (@SilvrrGIT)</a></li>
<li><a href="https://github.com/voltagex" title="2 total commits to the home-assistant organization, 1 commit to home-assistant-polymer, 1 commit to home-assistant">Adam Baxter (@voltagex)</a></li>
<li><a href="https://github.com/GenericStudent" title="3 total commits to the home-assistant organization, 3 commits to home-assistant">Adam Cooper (@GenericStudent)</a></li>
<li><a href="https://github.com/Dullage" title="3 total commits to the home-assistant organization, 3 commits to home-assistant.github.io">Adam Dullage (@Dullage)</a></li>
<li><a href="https://github.com/pancho-villa" title="1 total commits to the home-assistant organization, 1 commit to home-assistant">Adam Garcia (@pancho-villa)</a></li>
<li><a href="https://github.com/armills" title="211 total commits to the home-assistant organization, 134 commits to home-assistant, 38 commits to home-assistant.github.io, 35 commits to home-assistant-polymer, 3 commits to home-assistant-js, 1 commit to homebridge-homeassistant">Adam Mills (@armills)</a></li>
<li><a href="https://github.com/armills" title="216 total commits to the home-assistant organization, 136 commits to home-assistant, 39 commits to home-assistant.github.io, 37 commits to home-assistant-polymer, 3 commits to home-assistant-js, 1 commit to homebridge-homeassistant">Adam Mills (@armills)</a></li>
<li><a href="https://github.com/astone123" title="1 total commits to the home-assistant organization, 1 commit to home-assistant">Adam Stone (@astone123)</a></li>
<li><a href="https://github.com/mad-ady" title="1 total commits to the home-assistant organization, 1 commit to home-assistant-polymer">Adrian Popa (@mad-ady)</a></li>
<li><a href="https://github.com/adrienball" title="2 total commits to the home-assistant organization, 2 commits to home-assistant">Adrien Ball (@adrienball)</a></li>
@ -101,14 +102,14 @@
<li><a href="https://github.com/aetolus" title="2 total commits to the home-assistant organization, 2 commits to home-assistant">aetolus (@aetolus)</a></li>
<li><a href="https://github.com/ahofelt" title="1 total commits to the home-assistant organization, 1 commit to home-assistant-polymer">AHS (@ahofelt)</a></li>
<li><a href="https://github.com/alanbowman" title="4 total commits to the home-assistant organization, 4 commits to home-assistant">Alan Bowman (@alanbowman)</a></li>
<li><a href="https://github.com/alanfischer" title="16 total commits to the home-assistant organization, 13 commits to home-assistant, 3 commits to home-assistant.github.io">Alan Fischer (@alanfischer)</a></li>
<li><a href="https://github.com/alanfischer" title="17 total commits to the home-assistant organization, 14 commits to home-assistant, 3 commits to home-assistant.github.io">Alan Fischer (@alanfischer)</a></li>
<li><a href="https://github.com/alasdairnicol" title="2 total commits to the home-assistant organization, 2 commits to home-assistant.github.io">Alasdair Nicol (@alasdairnicol)</a></li>
<li><a href="https://github.com/trisk" title="13 total commits to the home-assistant organization, 8 commits to home-assistant, 5 commits to home-assistant.github.io">Albert Lee (@trisk)</a></li>
<li><a href="https://github.com/albertoarias" title="2 total commits to the home-assistant organization, 2 commits to home-assistant">Alberto Arias Maestro (@albertoarias)</a></li>
<li><a href="https://github.com/alexmogavero" title="3 total commits to the home-assistant organization, 3 commits to home-assistant">Alessandro Mogavero (@alexmogavero)</a></li>
<li><a href="https://github.com/asbach" title="3 total commits to the home-assistant organization, 2 commits to home-assistant.github.io, 1 commit to home-assistant">Alex (@asbach)</a></li>
<li><a href="https://github.com/alexrockt" title="1 total commits to the home-assistant organization, 1 commit to home-assistant">Alex (@alexrockt)</a></li>
<li><a href="https://github.com/MungoRae" title="1 total commits to the home-assistant organization, 1 commit to home-assistant">Alex (@MungoRae)</a></li>
<li><a href="https://github.com/asbach" title="3 total commits to the home-assistant organization, 2 commits to home-assistant.github.io, 1 commit to home-assistant">Alex (@asbach)</a></li>
<li><a href="https://github.com/infamy" title="25 total commits to the home-assistant organization, 14 commits to home-assistant, 11 commits to home-assistant.github.io">Alex Harvey (@infamy)</a></li>
<li><a href="https://github.com/AlexMekkering" title="3 total commits to the home-assistant organization, 2 commits to home-assistant.github.io, 1 commit to home-assistant">Alex Mekkering (@AlexMekkering)</a></li>
<li><a href="https://github.com/adsmf" title="1 total commits to the home-assistant organization, 1 commit to hassio-addons">Alex MF (@adsmf)</a></li>
@ -119,18 +120,19 @@
<li><a href="https://github.com/Azelphur" title="12 total commits to the home-assistant organization, 12 commits to home-assistant">Alfie Day (@Azelphur)</a></li>
<li><a href="https://github.com/minchik" title="7 total commits to the home-assistant organization, 3 commits to home-assistant.github.io, 2 commits to appdaemon, 2 commits to home-assistant">Aliaksandr (@minchik)</a></li>
<li><a href="https://github.com/allanglen" title="1 total commits to the home-assistant organization, 1 commit to home-assistant">Allan Glen (@allanglen)</a></li>
<li><a href="https://github.com/arsaboo" title="90 total commits to the home-assistant organization, 57 commits to home-assistant.github.io, 31 commits to home-assistant, 1 commit to hassio-addons, 1 commit to pi-gen">Alok Saboo (@arsaboo)</a></li>
<li><a href="https://github.com/arsaboo" title="97 total commits to the home-assistant organization, 58 commits to home-assistant.github.io, 37 commits to home-assistant, 1 commit to hassio-addons, 1 commit to pi-gen">Alok Saboo (@arsaboo)</a></li>
<li><a href="https://github.com/amigian74" title="2 total commits to the home-assistant organization, 2 commits to home-assistant">amigian74 (@amigian74)</a></li>
<li><a href="https://github.com/AndrewMorsillo" title="1 total commits to the home-assistant organization, 1 commit to home-assistant-polymer">amorsillo (@AndrewMorsillo)</a></li>
<li><a href="https://github.com/amelchio" title="102 total commits to the home-assistant organization, 74 commits to home-assistant, 26 commits to home-assistant.github.io, 2 commits to home-assistant-polymer">Anders Melchiorsen (@amelchio)</a></li>
<li><a href="https://github.com/asfalcone" title="5 total commits to the home-assistant organization, 5 commits to issue-bot">Andrea Falcone (@asfalcone)</a></li>
<li><a href="https://github.com/acambitsis" title="1 total commits to the home-assistant organization, 1 commit to home-assistant">Andreas Cambitsis (@acambitsis)</a></li>
<li><a href="https://github.com/andreasjacobsen93" title="8 total commits to the home-assistant organization, 6 commits to home-assistant.github.io, 1 commit to hassio-addons, 1 commit to home-assistant">Andreas Jacobsen (@andreasjacobsen93)</a></li>
<li><a href="https://github.com/andreasjacobsen93" title="9 total commits to the home-assistant organization, 6 commits to home-assistant.github.io, 2 commits to hassio-addons, 1 commit to home-assistant">Andreas Jacobsen (@andreasjacobsen93)</a></li>
<li><a href="https://github.com/andir" title="1 total commits to the home-assistant organization, 1 commit to home-assistant-polymer">Andreas Rammhold (@andir)</a></li>
<li><a href="https://github.com/IQAndreas" title="2 total commits to the home-assistant organization, 2 commits to home-assistant.github.io">Andreas Renberg (@IQAndreas)</a></li>
<li><a href="https://github.com/AndreeaEne" title="3 total commits to the home-assistant organization, 3 commits to home-assistant.github.io">Andreea-Daniela Ene (@AndreeaEne)</a></li>
<li><a href="https://github.com/aneisch" title="5 total commits to the home-assistant organization, 4 commits to home-assistant.github.io, 1 commit to home-assistant">Andrew (@aneisch)</a></li>
<li><a href="https://github.com/ajfriesen" title="2 total commits to the home-assistant organization, 2 commits to home-assistant.github.io">Andrej Friesen (@ajfriesen)</a></li>
<li><a href="https://github.com/aoakeson" title="3 total commits to the home-assistant organization, 2 commits to home-assistant.github.io, 1 commit to home-assistant">Andrew (@aoakeson)</a></li>
<li><a href="https://github.com/aneisch" title="5 total commits to the home-assistant organization, 4 commits to home-assistant.github.io, 1 commit to home-assistant">Andrew (@aneisch)</a></li>
<li><a href="https://github.com/acockburn" title="606 total commits to the home-assistant organization, 475 commits to appdaemon, 88 commits to hadashboard, 25 commits to scenegen, 18 commits to home-assistant.github.io">Andrew Cockburn (@acockburn)</a></li>
<li><a href="https://github.com/aceat64" title="1 total commits to the home-assistant organization, 1 commit to home-assistant">Andrew LeCody (@aceat64)</a></li>
<li><a href="https://github.com/andrewmichaelsmith" title="2 total commits to the home-assistant organization, 2 commits to pi-gen">Andrew Smith (@andrewmichaelsmith)</a></li>
@ -138,7 +140,7 @@
<li><a href="https://github.com/andythigpen" title="33 total commits to the home-assistant organization, 32 commits to home-assistant, 1 commit to home-assistant-js">Andrew Thigpen (@andythigpen)</a></li>
<li><a href="https://github.com/nikdoof" title="1 total commits to the home-assistant organization, 1 commit to home-assistant">Andrew Williams (@nikdoof)</a></li>
<li><a href="https://github.com/andrew-curtis" title="7 total commits to the home-assistant organization, 7 commits to home-assistant.github.io">andrew-curtis (@andrew-curtis)</a></li>
<li><a href="https://github.com/andrey-git" title="177 total commits to the home-assistant organization, 88 commits to home-assistant, 61 commits to home-assistant-polymer, 28 commits to home-assistant.github.io">Andrey (@andrey-git)</a></li>
<li><a href="https://github.com/andrey-git" title="182 total commits to the home-assistant organization, 89 commits to home-assistant, 63 commits to home-assistant-polymer, 30 commits to home-assistant.github.io">Andrey (@andrey-git)</a></li>
<li><a href="https://github.com/foxel" title="4 total commits to the home-assistant organization, 4 commits to home-assistant">Andrey Kupreychik (@foxel)</a></li>
<li><a href="https://github.com/andriej" title="3 total commits to the home-assistant organization, 2 commits to home-assistant.github.io, 1 commit to home-assistant">Andrzej (@andriej)</a></li>
<li><a href="https://github.com/adevade" title="2 total commits to the home-assistant organization, 2 commits to home-assistant.github.io">Andréas Lundgren (@adevade)</a></li>
@ -158,11 +160,11 @@
<li><a href="https://github.com/arjenfvellinga" title="3 total commits to the home-assistant organization, 3 commits to home-assistant.github.io">arjenfvellinga (@arjenfvellinga)</a></li>
<li><a href="https://github.com/aetjansen" title="3 total commits to the home-assistant organization, 3 commits to home-assistant.github.io">Arno (@aetjansen)</a></li>
<li><a href="https://github.com/arraylabs" title="7 total commits to the home-assistant organization, 5 commits to home-assistant, 2 commits to home-assistant.github.io">ArrayLabs (@arraylabs)</a></li>
<li><a href="https://github.com/arretx" title="2 total commits to the home-assistant organization, 2 commits to home-assistant.github.io">arretx (@arretx)</a></li>
<li><a href="https://github.com/arretx" title="3 total commits to the home-assistant organization, 3 commits to home-assistant.github.io">arretx (@arretx)</a></li>
<li><a href="https://github.com/leoc" title="9 total commits to the home-assistant organization, 9 commits to home-assistant">Arthur Leonard Andersen (@leoc)</a></li>
<li><a href="https://github.com/amahlaka" title="6 total commits to the home-assistant organization, 6 commits to home-assistant.github.io">Arttu mahlakaarto (@amahlaka)</a></li>
<li><a href="https://github.com/ashev" title="2 total commits to the home-assistant organization, 2 commits to home-assistant.github.io">ashev (@ashev)</a></li>
<li><a href="https://github.com/AshtonCampbell" title="4 total commits to the home-assistant organization, 4 commits to home-assistant.github.io">Ashton Campbell (@AshtonCampbell)</a></li>
<li><a href="https://github.com/AshtonCampbell" title="5 total commits to the home-assistant organization, 5 commits to home-assistant.github.io">Ashton Campbell (@AshtonCampbell)</a></li>
<li><a href="https://github.com/shmuelzon" title="12 total commits to the home-assistant organization, 9 commits to homebridge-homeassistant, 3 commits to home-assistant">Assaf Inbal (@shmuelzon)</a></li>
<li><a href="https://github.com/chemicalstorm" title="2 total commits to the home-assistant organization, 2 commits to home-assistant.github.io">Audric Schiltknecht (@chemicalstorm)</a></li>
<li><a href="https://github.com/auduny" title="2 total commits to the home-assistant organization, 2 commits to home-assistant">Audun Ytterdal (@auduny)</a></li>
@ -170,6 +172,7 @@
<li><a href="https://github.com/trainman419" title="8 total commits to the home-assistant organization, 8 commits to home-assistant">Austin (@trainman419)</a></li>
<li><a href="https://github.com/adgelbfish" title="2 total commits to the home-assistant organization, 1 commit to hadashboard, 1 commit to pi-gen">Avraham David Gelbfish (@adgelbfish)</a></li>
<li><a href="https://github.com/azeroth12" title="1 total commits to the home-assistant organization, 1 commit to appdaemon">azeroth12 (@azeroth12)</a></li>
<li><a href="https://github.com/Bahnburner" title="1 total commits to the home-assistant organization, 1 commit to home-assistant">Bahnburner (@Bahnburner)</a></li>
<li><a href="https://github.com/bazwilliams" title="10 total commits to the home-assistant organization, 6 commits to home-assistant, 2 commits to netdisco, 2 commits to home-assistant.github.io">Barry Williams (@bazwilliams)</a></li>
<li><a href="https://github.com/Bart274" title="26 total commits to the home-assistant organization, 17 commits to home-assistant, 8 commits to home-assistant.github.io, 1 commit to home-assistant-polymer">Bart274 (@Bart274)</a></li>
<li><a href="https://github.com/basschipper" title="5 total commits to the home-assistant organization, 3 commits to home-assistant, 2 commits to home-assistant.github.io">Bas Schipper (@basschipper)</a></li>
@ -184,15 +187,14 @@
<li><a href="https://github.com/bliemli" title="31 total commits to the home-assistant organization, 31 commits to home-assistant-ansible">Benjamin Affolter (@bliemli)</a></li>
<li><a href="https://github.com/bparzella" title="1 total commits to the home-assistant organization, 1 commit to pi-gen">Benjamin Parzella (@bparzella)</a></li>
<li><a href="https://github.com/bbesset" title="1 total commits to the home-assistant organization, 1 commit to home-assistant">Benoit BESSET (@bbesset)</a></li>
<li><a href="https://github.com/bergemalm" title="2 total commits to the home-assistant organization, 2 commits to home-assistant">bergemalm (@bergemalm)</a></li>
<li><a href="https://github.com/bestlibre" title="15 total commits to the home-assistant organization, 8 commits to home-assistant, 5 commits to home-assistant.github.io, 1 commit to hassio, 1 commit to hassio-build">bestlibre (@bestlibre)</a></li>
<li><a href="https://github.com/bestlibre" title="15 total commits to the home-assistant organization, 8 commits to home-assistant, 5 commits to home-assistant.github.io, 1 commit to hassio-build, 1 commit to hassio">bestlibre (@bestlibre)</a></li>
<li><a href="https://github.com/bigmoby" title="2 total commits to the home-assistant organization, 2 commits to home-assistant.github.io">BigMoby (@bigmoby)</a></li>
<li><a href="https://github.com/xhostplus" title="1 total commits to the home-assistant organization, 1 commit to home-assistant">Bill Nelson (@xhostplus)</a></li>
<li><a href="https://github.com/BioSehnsucht" title="12 total commits to the home-assistant organization, 7 commits to home-assistant.github.io, 3 commits to home-assistant, 2 commits to home-assistant-polymer">BioSehnsucht (@BioSehnsucht)</a></li>
<li><a href="https://github.com/bjarniivarsson" title="8 total commits to the home-assistant organization, 5 commits to home-assistant, 3 commits to home-assistant-polymer">Bjarni Ivarsson (@bjarniivarsson)</a></li>
<li><a href="https://github.com/bl8rnr" title="2 total commits to the home-assistant organization, 2 commits to home-assistant.github.io">bl8rnr (@bl8rnr)</a></li>
<li><a href="https://github.com/blanyal" title="2 total commits to the home-assistant organization, 2 commits to home-assistant.github.io">Blanyal DSouza (@blanyal)</a></li>
<li><a href="https://github.com/Blender3D" title="1 total commits to the home-assistant organization, 1 commit to home-assistant">Blender3D (@Blender3D)</a></li>
<li><a href="https://github.com/boced66" title="2 total commits to the home-assistant organization, 2 commits to home-assistant.github.io">Boced66 (@boced66)</a></li>
<li><a href="https://github.com/boojew" title="8 total commits to the home-assistant organization, 6 commits to home-assistant.github.io, 2 commits to home-assistant">boojew (@boojew)</a></li>
<li><a href="https://github.com/bokub" title="11 total commits to the home-assistant organization, 6 commits to home-assistant.github.io, 5 commits to home-assistant">Boris K (@bokub)</a></li>
<li><a href="https://github.com/fanthos" title="9 total commits to the home-assistant organization, 4 commits to home-assistant-polymer, 3 commits to home-assistant, 2 commits to home-assistant.github.io">Boyi C (@fanthos)</a></li>
@ -218,26 +220,27 @@
<li><a href="https://github.com/badele" title="22 total commits to the home-assistant organization, 22 commits to home-assistant">Bruno Adele (@badele)</a></li>
<li><a href="https://github.com/bbinet" title="1 total commits to the home-assistant organization, 1 commit to hassio-build">Bruno Binet (@bbinet)</a></li>
<li><a href="https://github.com/hoopty" title="5 total commits to the home-assistant organization, 3 commits to home-assistant, 2 commits to home-assistant.github.io">Bryce Edwards (@hoopty)</a></li>
<li><a href="https://github.com/c727" title="1 total commits to the home-assistant organization, 1 commit to home-assistant-polymer">c727 (@c727)</a></li>
<li><a href="https://github.com/caiuspb" title="3 total commits to the home-assistant organization, 3 commits to home-assistant">Caius Cioran (@caiuspb)</a></li>
<li><a href="https://github.com/finish06" title="7 total commits to the home-assistant organization, 7 commits to home-assistant">Caleb (@finish06)</a></li>
<li><a href="https://github.com/cbulock" title="4 total commits to the home-assistant organization, 2 commits to home-assistant.github.io, 1 commit to netdisco, 1 commit to home-assistant">Cameron Bulock (@cbulock)</a></li>
<li><a href="https://github.com/CCOSTAN" title="88 total commits to the home-assistant organization, 80 commits to home-assistant.github.io, 5 commits to home-assistant, 1 commit to fabric-home-assistant, 1 commit to hassbian-scripts, 1 commit to homebridge-homeassistant">Carlo Costanzo (@CCOSTAN)</a></li>
<li><a href="https://github.com/carlosmgr" title="6 total commits to the home-assistant organization, 6 commits to home-assistant">carlosmgr (@carlosmgr)</a></li>
<li><a href="https://github.com/BluGeni" title="3 total commits to the home-assistant organization, 2 commits to home-assistant.github.io, 1 commit to home-assistant">Carter (@BluGeni)</a></li>
<li><a href="https://github.com/cdce8p" title="7 total commits to the home-assistant organization, 6 commits to home-assistant.github.io, 1 commit to home-assistant-polymer">cdce8p (@cdce8p)</a></li>
<li><a href="https://github.com/cdce8p" title="8 total commits to the home-assistant organization, 7 commits to home-assistant.github.io, 1 commit to home-assistant-polymer">cdce8p (@cdce8p)</a></li>
<li><a href="https://github.com/Cecron" title="1 total commits to the home-assistant organization, 1 commit to appdaemon">Cecron (@Cecron)</a></li>
<li><a href="https://github.com/cgundogan" title="1 total commits to the home-assistant organization, 1 commit to libcoap">Cenk Gündoğan (@cgundogan)</a></li>
<li><a href="https://github.com/cgtobi" title="6 total commits to the home-assistant organization, 4 commits to home-assistant.github.io, 2 commits to home-assistant">cgtobi (@cgtobi)</a></li>
<li><a href="https://github.com/cgtobi" title="10 total commits to the home-assistant organization, 5 commits to home-assistant.github.io, 5 commits to home-assistant">cgtobi (@cgtobi)</a></li>
<li><a href="https://github.com/chanders" title="2 total commits to the home-assistant organization, 2 commits to hadashboard">chanders (@chanders)</a></li>
<li><a href="https://github.com/CharlesBlonde" title="19 total commits to the home-assistant organization, 12 commits to home-assistant, 7 commits to home-assistant.github.io">Charles Blonde (@CharlesBlonde)</a></li>
<li><a href="https://github.com/cgarwood" title="6 total commits to the home-assistant organization, 6 commits to home-assistant.github.io">Charles Garwood (@cgarwood)</a></li>
<li><a href="https://github.com/cgarwood" title="14 total commits to the home-assistant organization, 10 commits to home-assistant.github.io, 4 commits to home-assistant">Charles Garwood (@cgarwood)</a></li>
<li><a href="https://github.com/srcLurker" title="8 total commits to the home-assistant organization, 5 commits to home-assistant, 3 commits to home-assistant.github.io">Charles Spirakis (@srcLurker)</a></li>
<li><a href="https://github.com/yous" title="3 total commits to the home-assistant organization, 3 commits to home-assistant.github.io">Chayoung You (@yous)</a></li>
<li><a href="https://github.com/invalid-email-address" title="1 total commits to the home-assistant organization, 1 commit to libcoap">Check your git settings! (@invalid-email-address)</a></li>
<li><a href="https://github.com/sch3m4" title="1 total commits to the home-assistant organization, 1 commit to home-assistant">Chema García (@sch3m4)</a></li>
<li><a href="https://github.com/clkao" title="2 total commits to the home-assistant organization, 2 commits to home-assistant">Chia-liang Kao (@clkao)</a></li>
<li><a href="https://github.com/chennin" title="15 total commits to the home-assistant organization, 11 commits to home-assistant.github.io, 4 commits to home-assistant">Chris (@chennin)</a></li>
<li><a href="https://github.com/firstof9" title="1 total commits to the home-assistant organization, 1 commit to home-assistant">Chris (@firstof9)</a></li>
<li><a href="https://github.com/chennin" title="15 total commits to the home-assistant organization, 11 commits to home-assistant.github.io, 4 commits to home-assistant">Chris (@chennin)</a></li>
<li><a href="https://github.com/ctaloi" title="2 total commits to the home-assistant organization, 2 commits to home-assistant.github.io">Chris Aloi (@ctaloi)</a></li>
<li><a href="https://github.com/mchrisb03" title="1 total commits to the home-assistant organization, 1 commit to home-assistant">Chris Baumgartner (@mchrisb03)</a></li>
<li><a href="https://github.com/chuegle" title="1 total commits to the home-assistant organization, 1 commit to netdisco">Chris Huegle (@chuegle)</a></li>
@ -249,17 +252,15 @@
<li><a href="https://github.com/LinuxChristian" title="8 total commits to the home-assistant organization, 8 commits to home-assistant">Christian Brædstrup (@LinuxChristian)</a></li>
<li><a href="https://github.com/ChrisLasar" title="2 total commits to the home-assistant organization, 2 commits to home-assistant.github.io">Christian Lasarczyk (@ChrisLasar)</a></li>
<li><a href="https://github.com/cstuder" title="2 total commits to the home-assistant organization, 2 commits to home-assistant.github.io">Christian Studer (@cstuder)</a></li>
<li><a href="https://github.com/ChristianKuehnel" title="4 total commits to the home-assistant organization, 2 commits to home-assistant, 2 commits to home-assistant.github.io">ChristianKuehnel (@ChristianKuehnel)</a></li>
<li><a href="https://github.com/ChristianKuehnel" title="6 total commits to the home-assistant organization, 3 commits to home-assistant.github.io, 3 commits to home-assistant">ChristianKuehnel (@ChristianKuehnel)</a></li>
<li><a href="https://github.com/Christoph-Wagner" title="5 total commits to the home-assistant organization, 4 commits to home-assistant.github.io, 1 commit to home-assistant">Christoph Wagner (@Christoph-Wagner)</a></li>
<li><a href="https://github.com/Chris-V" title="3 total commits to the home-assistant organization, 2 commits to home-assistant.github.io, 1 commit to home-assistant">Christopher Viel (@Chris-V)</a></li>
<li><a href="https://github.com/chrom3" title="2 total commits to the home-assistant organization, 2 commits to home-assistant.github.io">chrom3 (@chrom3)</a></li>
<li><a href="https://github.com/chrysn" title="65 total commits to the home-assistant organization, 65 commits to libcoap">chrysn (@chrysn)</a></li>
<li><a href="https://github.com/chzchzchz" title="1 total commits to the home-assistant organization, 1 commit to pi-gen">chz^3 (@chzchzchz)</a></li>
<li><a href="https://github.com/CiquattroFPV" title="3 total commits to the home-assistant organization, 3 commits to home-assistant.github.io">Ciquattro (@CiquattroFPV)</a></li>
<li><a href="https://github.com/clach04" title="5 total commits to the home-assistant organization, 3 commits to home-assistant.github.io, 2 commits to home-assistant">clach04 (@clach04)</a></li>
<li><a href="https://github.com/cfstras" title="1 total commits to the home-assistant organization, 1 commit to pi-gen">Claus F. Strasburger (@cfstras)</a></li>
<li><a href="https://github.com/c-w" title="1 total commits to the home-assistant organization, 1 commit to home-assistant">Clemens Wolff (@c-w)</a></li>
<li><a href="https://github.com/codeavenger07" title="2 total commits to the home-assistant organization, 2 commits to home-assistant.github.io">codeavenger07 (@codeavenger07)</a></li>
<li><a href="https://github.com/colindunn" title="1 total commits to the home-assistant organization, 1 commit to home-assistant">Colin Dunn (@colindunn)</a></li>
<li><a href="https://github.com/colinodell" title="24 total commits to the home-assistant organization, 13 commits to home-assistant, 11 commits to home-assistant.github.io">Colin ODell (@colinodell)</a></li>
<li><a href="https://github.com/cnrd" title="1 total commits to the home-assistant organization, 1 commit to home-assistant">Conrad Juhl Andersen (@cnrd)</a></li>
@ -269,9 +270,9 @@
<li><a href="https://github.com/devspacenine" title="1 total commits to the home-assistant organization, 1 commit to home-assistant">Corey Pauley (@devspacenine)</a></li>
<li><a href="https://github.com/corneyl" title="2 total commits to the home-assistant organization, 2 commits to home-assistant">corneyl (@corneyl)</a></li>
<li><a href="https://github.com/wardcraigj" title="14 total commits to the home-assistant organization, 9 commits to home-assistant, 5 commits to home-assistant.github.io">Craig J. Ward (@wardcraigj)</a></li>
<li><a href="https://github.com/cribbstechnologies" title="42 total commits to the home-assistant organization, 27 commits to home-assistant, 13 commits to home-assistant.github.io, 2 commits to home-assistant-polymer">cribbstechnologies (@cribbstechnologies)</a></li>
<li><a href="https://github.com/cribbstechnologies" title="43 total commits to the home-assistant organization, 27 commits to home-assistant, 14 commits to home-assistant.github.io, 2 commits to home-assistant-polymer">cribbstechnologies (@cribbstechnologies)</a></li>
<li><a href="https://github.com/CTLS" title="1 total commits to the home-assistant organization, 1 commit to home-assistant">CTLS (@CTLS)</a></li>
<li><a href="https://github.com/dale3h" title="32 total commits to the home-assistant organization, 20 commits to home-assistant.github.io, 10 commits to home-assistant, 1 commit to hassbot, 1 commit to homebridge-homeassistant">Dale Higgs (@dale3h)</a></li>
<li><a href="https://github.com/dale3h" title="33 total commits to the home-assistant organization, 21 commits to home-assistant.github.io, 10 commits to home-assistant, 1 commit to hassbot, 1 commit to homebridge-homeassistant">Dale Higgs (@dale3h)</a></li>
<li><a href="https://github.com/danieljkemp" title="23 total commits to the home-assistant organization, 16 commits to home-assistant, 7 commits to home-assistant.github.io">Dan (@danieljkemp)</a></li>
<li><a href="https://github.com/djchen" title="1 total commits to the home-assistant organization, 1 commit to home-assistant">Dan Chen (@djchen)</a></li>
<li><a href="https://github.com/Cinntax" title="14 total commits to the home-assistant organization, 12 commits to home-assistant, 2 commits to home-assistant.github.io">Dan Cinnamon (@Cinntax)</a></li>
@ -281,17 +282,17 @@
<li><a href="https://github.com/dansarginson" title="2 total commits to the home-assistant organization, 2 commits to home-assistant">Dan Sarginson (@dansarginson)</a></li>
<li><a href="https://github.com/kk7ds" title="84 total commits to the home-assistant organization, 68 commits to home-assistant, 14 commits to home-assistant.github.io, 2 commits to home-assistant-polymer">Dan Smith (@kk7ds)</a></li>
<li><a href="https://github.com/dansullivan86" title="3 total commits to the home-assistant organization, 2 commits to home-assistant.github.io, 1 commit to home-assistant">Dan Sullivan (@dansullivan86)</a></li>
<li><a href="https://github.com/iDVB" title="2 total commits to the home-assistant organization, 2 commits to home-assistant.github.io">Dan Van Brunt (@iDVB)</a></li>
<li><a href="https://github.com/danichispa" title="9 total commits to the home-assistant organization, 9 commits to home-assistant.github.io">Dani (@danichispa)</a></li>
<li><a href="https://github.com/Darkhogg" title="3 total commits to the home-assistant organization, 3 commits to home-assistant.github.io">Daniel Escoz (@Darkhogg)</a></li>
<li><a href="https://github.com/Danielhiversen" title="341 total commits to the home-assistant organization, 233 commits to home-assistant, 106 commits to home-assistant.github.io, 2 commits to home-assistant-polymer">Daniel Høyer Iversen (@Danielhiversen)</a></li>
<li><a href="https://github.com/Danielhiversen" title="352 total commits to the home-assistant organization, 237 commits to home-assistant, 113 commits to home-assistant.github.io, 2 commits to home-assistant-polymer">Daniel Høyer Iversen (@Danielhiversen)</a></li>
<li><a href="https://github.com/usul27" title="1 total commits to the home-assistant organization, 1 commit to home-assistant">Daniel Matuschek (@usul27)</a></li>
<li><a href="https://github.com/danielperna84" title="63 total commits to the home-assistant organization, 34 commits to home-assistant.github.io, 27 commits to home-assistant, 2 commits to hassio-addons">Daniel Perna (@danielperna84)</a></li>
<li><a href="https://github.com/danielperna84" title="64 total commits to the home-assistant organization, 34 commits to home-assistant.github.io, 28 commits to home-assistant, 2 commits to hassio-addons">Daniel Perna (@danielperna84)</a></li>
<li><a href="https://github.com/dpeukert" title="3 total commits to the home-assistant organization, 2 commits to home-assistant.github.io, 1 commit to home-assistant-polymer">Daniel Peukert (@dpeukert)</a></li>
<li><a href="https://github.com/schaal" title="2 total commits to the home-assistant organization, 2 commits to home-assistant">Daniel Schaal (@schaal)</a></li>
<li><a href="https://github.com/daniel-stoneuk" title="2 total commits to the home-assistant organization, 2 commits to home-assistant.github.io">Daniel Stone (@daniel-stoneuk)</a></li>
<li><a href="https://github.com/trnila" title="2 total commits to the home-assistant organization, 2 commits to appdaemon">Daniel Trnka (@trnila)</a></li>
<li><a href="https://github.com/OddBloke" title="4 total commits to the home-assistant organization, 4 commits to home-assistant-ansible">Daniel Watkins (@OddBloke)</a></li>
<li><a href="https://github.com/danielwelch" title="1 total commits to the home-assistant organization, 1 commit to home-assistant">Daniel Welch (@danielwelch)</a></li>
<li><a href="https://github.com/danijelst" title="1 total commits to the home-assistant organization, 1 commit to home-assistant">Danijel Stojnic (@danijelst)</a></li>
<li><a href="https://github.com/yeralin" title="2 total commits to the home-assistant organization, 1 commit to homebridge-homeassistant, 1 commit to home-assistant">Daniyar Yeralin (@yeralin)</a></li>
<li><a href="https://github.com/dasos" title="10 total commits to the home-assistant organization, 6 commits to home-assistant, 3 commits to home-assistant.github.io, 1 commit to netdisco">dasos (@dasos)</a></li>
@ -314,52 +315,45 @@
<li><a href="https://github.com/wrobelda" title="3 total commits to the home-assistant organization, 3 commits to home-assistant.github.io">Dawid Wróbel (@wrobelda)</a></li>
<li><a href="https://github.com/abcminiuser" title="4 total commits to the home-assistant organization, 2 commits to home-assistant, 2 commits to home-assistant.github.io">Dean Camera (@abcminiuser)</a></li>
<li><a href="https://github.com/FreekingDean" title="1 total commits to the home-assistant organization, 1 commit to home-assistant">Dean Galvin (@FreekingDean)</a></li>
<li><a href="https://github.com/deisi" title="12 total commits to the home-assistant organization, 10 commits to home-assistant, 2 commits to home-assistant.github.io">deisi (@deisi)</a></li>
<li><a href="https://github.com/demonspork" title="2 total commits to the home-assistant organization, 2 commits to home-assistant.github.io">demonspork (@demonspork)</a></li>
<li><a href="https://github.com/deisi" title="10 total commits to the home-assistant organization, 10 commits to home-assistant">deisi (@deisi)</a></li>
<li><a href="https://github.com/denics" title="2 total commits to the home-assistant organization, 2 commits to home-assistant.github.io">Denix (@denics)</a></li>
<li><a href="https://github.com/dennisdegreef" title="2 total commits to the home-assistant organization, 2 commits to home-assistant">Dennis de Greef (@dennisdegreef)</a></li>
<li><a href="https://github.com/TheRealLink" title="24 total commits to the home-assistant organization, 15 commits to home-assistant-polymer, 6 commits to home-assistant, 2 commits to home-assistant.github.io, 1 commit to netdisco">Dennis Karpienski (@TheRealLink)</a></li>
<li><a href="https://github.com/sutch" title="2 total commits to the home-assistant organization, 2 commits to home-assistant.github.io">Dennis Sutch (@sutch)</a></li>
<li><a href="https://github.com/dersger" title="2 total commits to the home-assistant organization, 2 commits to home-assistant">dersger (@dersger)</a></li>
<li><a href="https://github.com/itchaboy" title="1 total commits to the home-assistant organization, 1 commit to home-assistant">Derek (@itchaboy)</a></li>
<li><a href="https://github.com/dersger" title="3 total commits to the home-assistant organization, 2 commits to home-assistant, 1 commit to home-assistant-polymer">dersger (@dersger)</a></li>
<li><a href="https://github.com/devdelay" title="16 total commits to the home-assistant organization, 7 commits to home-assistant.github.io, 5 commits to home-assistant, 4 commits to homebridge-homeassistant">devdelay (@devdelay)</a></li>
<li><a href="https://github.com/dgomes" title="4 total commits to the home-assistant organization, 2 commits to home-assistant, 2 commits to home-assistant.github.io">Diogo Gomes (@dgomes)</a></li>
<li><a href="https://github.com/diogos88" title="1 total commits to the home-assistant organization, 1 commit to home-assistant">Diogo Soares (@diogos88)</a></li>
<li><a href="https://github.com/d0ugal" title="4 total commits to the home-assistant organization, 2 commits to home-assistant, 2 commits to home-assistant.github.io">Dougal Matthews (@d0ugal)</a></li>
<li><a href="https://github.com/dpressle" title="2 total commits to the home-assistant organization, 2 commits to home-assistant.github.io">dpressle (@dpressle)</a></li>
<li><a href="https://github.com/dramamoose" title="5 total commits to the home-assistant organization, 3 commits to home-assistant.github.io, 2 commits to home-assistant">dramamoose (@dramamoose)</a></li>
<li><a href="https://github.com/dzsquared" title="6 total commits to the home-assistant organization, 6 commits to home-assistant.github.io">DrewSK (@dzsquared)</a></li>
<li><a href="https://github.com/DubhAd" title="8 total commits to the home-assistant organization, 8 commits to home-assistant.github.io">DubhAd (@DubhAd)</a></li>
<li><a href="https://github.com/dzsquared" title="7 total commits to the home-assistant organization, 7 commits to home-assistant.github.io">DrewSK (@dzsquared)</a></li>
<li><a href="https://github.com/DubhAd" title="15 total commits to the home-assistant organization, 15 commits to home-assistant.github.io">DubhAd (@DubhAd)</a></li>
<li><a href="https://github.com/Duoxilian" title="11 total commits to the home-assistant organization, 6 commits to home-assistant.github.io, 5 commits to home-assistant">Duoxilian (@Duoxilian)</a></li>
<li><a href="https://github.com/texnofobix" title="1 total commits to the home-assistant organization, 1 commit to home-assistant">Dustin S (@texnofobix)</a></li>
<li><a href="https://github.com/oudeismetis" title="1 total commits to the home-assistant organization, 1 commit to home-assistant">Edward Romano (@oudeismetis)</a></li>
<li><a href="https://github.com/Dutchy-" title="4 total commits to the home-assistant organization, 2 commits to home-assistant, 2 commits to home-assistant.github.io">Edwin Smulders (@Dutchy-)</a></li>
<li><a href="https://github.com/etsinko" title="1 total commits to the home-assistant organization, 1 commit to home-assistant">Egor Tsinko (@etsinko)</a></li>
<li><a href="https://github.com/etsinko" title="5 total commits to the home-assistant organization, 3 commits to home-assistant, 2 commits to home-assistant.github.io">Egor Tsinko (@etsinko)</a></li>
<li><a href="https://github.com/flyte" title="31 total commits to the home-assistant organization, 25 commits to home-assistant, 6 commits to home-assistant.github.io">Ellis Percival (@flyte)</a></li>
<li><a href="https://github.com/emilhetty" title="3 total commits to the home-assistant organization, 2 commits to home-assistant.github.io, 1 commit to home-assistant">Emil Horpen Hetty (@emilhetty)</a></li>
<li><a href="https://github.com/EmitKiwi" title="1 total commits to the home-assistant organization, 1 commit to home-assistant">EmitKiwi (@EmitKiwi)</a></li>
<li><a href="https://github.com/emilhetty" title="2 total commits to the home-assistant organization, 2 commits to home-assistant.github.io">Emil Horpen Hetty (@emilhetty)</a></li>
<li><a href="https://github.com/emlt" title="2 total commits to the home-assistant organization, 2 commits to home-assistant">emlt (@emlt)</a></li>
<li><a href="https://github.com/engrbm87" title="3 total commits to the home-assistant organization, 3 commits to appdaemon">engrbm87 (@engrbm87)</a></li>
<li><a href="https://github.com/enriquegh" title="1 total commits to the home-assistant organization, 1 commit to home-assistant">Enrique Gonzalez (@enriquegh)</a></li>
<li><a href="https://github.com/ericwclymer" title="1 total commits to the home-assistant organization, 1 commit to home-assistant">Eric Clymer (@ericwclymer)</a></li>
<li><a href="https://github.com/ehagan" title="2 total commits to the home-assistant organization, 1 commit to home-assistant-polymer, 1 commit to home-assistant">Eric Hagan (@ehagan)</a></li>
<li><a href="https://github.com/ehagan" title="1 total commits to the home-assistant organization, 1 commit to home-assistant-polymer">Eric Hagan (@ehagan)</a></li>
<li><a href="https://github.com/eoosting" title="2 total commits to the home-assistant organization, 2 commits to home-assistant.github.io">Eric Oosting (@eoosting)</a></li>
<li><a href="https://github.com/xrolfex" title="13 total commits to the home-assistant organization, 13 commits to home-assistant">Eric Rolf (@xrolfex)</a></li>
<li><a href="https://github.com/er0ck" title="2 total commits to the home-assistant organization, 2 commits to home-assistant.github.io">Eric Thompson (@er0ck)</a></li>
<li><a href="https://github.com/molobrakos" title="98 total commits to the home-assistant organization, 90 commits to home-assistant, 5 commits to home-assistant.github.io, 3 commits to netdisco">Erik Eriksson (@molobrakos)</a></li>
<li><a href="https://github.com/riemers" title="11 total commits to the home-assistant organization, 11 commits to home-assistant.github.io">Erik-jan Riemers (@riemers)</a></li>
<li><a href="https://github.com/ettisan" title="8 total commits to the home-assistant organization, 8 commits to home-assistant">ettisan (@ettisan)</a></li>
<li><a href="https://github.com/azogue" title="68 total commits to the home-assistant organization, 39 commits to home-assistant, 23 commits to home-assistant.github.io, 3 commits to homebridge-homeassistant, 3 commits to home-assistant-polymer">Eugenio Panadero (@azogue)</a></li>
<li><a href="https://github.com/fabaff" title="4168 total commits to the home-assistant organization, 2597 commits to home-assistant.github.io, 1373 commits to home-assistant, 61 commits to home-assistant-ansible, 29 commits to home-assistant-notebooks, 24 commits to home-assistant-cli, 24 commits to home-assistant-assets, 23 commits to home-assistant-dev-helper, 11 commits to hassio-build, 10 commits to home-assistant-polymer, 8 commits to netdisco, 5 commits to hassio-addons, 2 commits to hassio, 1 commit to home-assistant-js-websocket">Fabian Affolter (@fabaff)</a></li>
<li><a href="https://github.com/azogue" title="73 total commits to the home-assistant organization, 44 commits to home-assistant, 23 commits to home-assistant.github.io, 3 commits to homebridge-homeassistant, 3 commits to home-assistant-polymer">Eugenio Panadero (@azogue)</a></li>
<li><a href="https://github.com/fabaff" title="4227 total commits to the home-assistant organization, 2647 commits to home-assistant.github.io, 1382 commits to home-assistant, 61 commits to home-assistant-ansible, 29 commits to home-assistant-notebooks, 24 commits to home-assistant-assets, 24 commits to home-assistant-cli, 23 commits to home-assistant-dev-helper, 11 commits to hassio-build, 10 commits to home-assistant-polymer, 8 commits to netdisco, 5 commits to hassio-addons, 2 commits to hassio, 1 commit to home-assistant-js-websocket">Fabian Affolter (@fabaff)</a></li>
<li><a href="https://github.com/fabianhjr" title="4 total commits to the home-assistant organization, 4 commits to home-assistant">Fabian Heredia Montiel (@fabianhjr)</a></li>
<li><a href="https://github.com/fakezeta" title="7 total commits to the home-assistant organization, 7 commits to home-assistant">fakezeta (@fakezeta)</a></li>
<li><a href="https://github.com/anchepiece" title="2 total commits to the home-assistant organization, 2 commits to home-assistant.github.io">Fares Rihani (@anchepiece)</a></li>
<li><a href="https://github.com/fedor1210" title="2 total commits to the home-assistant organization, 2 commits to home-assistant.github.io">fedor1210 (@fedor1210)</a></li>
<li><a href="https://github.com/xifle" title="2 total commits to the home-assistant organization, 2 commits to home-assistant">Felix (@xifle)</a></li>
<li><a href="https://github.com/KrauseFx" title="48 total commits to the home-assistant organization, 48 commits to issue-bot">Felix Krause (@KrauseFx)</a></li>
<li><a href="https://github.com/diplix" title="2 total commits to the home-assistant organization, 2 commits to home-assistant.github.io">felix schwenzel (@diplix)</a></li>
<li><a href="https://github.com/StaticCube" title="6 total commits to the home-assistant organization, 4 commits to home-assistant.github.io, 2 commits to home-assistant">Ferry van Zeelst (@StaticCube)</a></li>
<li><a href="https://github.com/fbradyirl" title="8 total commits to the home-assistant organization, 8 commits to home-assistant">Finbarr Brady (@fbradyirl)</a></li>
<li><a href="https://github.com/florianholzapfel" title="11 total commits to the home-assistant organization, 4 commits to home-assistant.github.io, 4 commits to home-assistant, 3 commits to netdisco">Florian Holzapfel (@florianholzapfel)</a></li>
<li><a href="https://github.com/flowolf" title="5 total commits to the home-assistant organization, 5 commits to home-assistant.github.io">Florian Klien (@flowolf)</a></li>
<li><a href="https://github.com/flowolf" title="6 total commits to the home-assistant organization, 6 commits to home-assistant.github.io">Florian Klien (@flowolf)</a></li>
<li><a href="https://github.com/florincosta" title="6 total commits to the home-assistant organization, 3 commits to home-assistant.github.io, 3 commits to home-assistant">florincosta (@florincosta)</a></li>
<li><a href="https://github.com/f0nt4" title="4 total commits to the home-assistant organization, 4 commits to home-assistant.github.io">Fonta (@f0nt4)</a></li>
<li><a href="https://github.com/frenck" title="13 total commits to the home-assistant organization, 12 commits to home-assistant.github.io, 1 commit to hassio">Franck Nijhof (@frenck)</a></li>
@ -367,17 +361,16 @@
<li><a href="https://github.com/rofrantz" title="2 total commits to the home-assistant organization, 2 commits to netdisco">Frantz (@rofrantz)</a></li>
<li><a href="https://github.com/martinfrancois" title="2 total commits to the home-assistant organization, 2 commits to home-assistant">François Martin (@martinfrancois)</a></li>
<li><a href="https://github.com/fhemberger" title="93 total commits to the home-assistant organization, 93 commits to home-assistant.github.io">Frederic Hemberger (@fhemberger)</a></li>
<li><a href="https://github.com/Landrash" title="163 total commits to the home-assistant organization, 68 commits to home-assistant.github.io, 63 commits to hassbian-scripts, 27 commits to pi-gen, 4 commits to home-assistant, 1 commit to home-assistant-polymer">Fredrik Lindqvist (@Landrash)</a></li>
<li><a href="https://github.com/Landrash" title="172 total commits to the home-assistant organization, 71 commits to hassbian-scripts, 69 commits to home-assistant.github.io, 27 commits to pi-gen, 4 commits to home-assistant, 1 commit to home-assistant-polymer">Fredrik Lindqvist (@Landrash)</a></li>
<li><a href="https://github.com/freol35241" title="2 total commits to the home-assistant organization, 2 commits to home-assistant">freol35241 (@freol35241)</a></li>
<li><a href="https://github.com/froz" title="2 total commits to the home-assistant organization, 2 commits to home-assistant">froz (@froz)</a></li>
<li><a href="https://github.com/fuga2136" title="13 total commits to the home-assistant organization, 13 commits to home-assistant.github.io">fuga2136 (@fuga2136)</a></li>
<li><a href="https://github.com/szogi" title="3 total commits to the home-assistant organization, 2 commits to home-assistant, 1 commit to appdaemon">Gabor SZOLLOSI (@szogi)</a></li>
<li><a href="https://github.com/GadgetReactor" title="2 total commits to the home-assistant organization, 2 commits to home-assistant">GadgetReactor (@GadgetReactor)</a></li>
<li><a href="https://github.com/garrettbeachy" title="2 total commits to the home-assistant organization, 2 commits to home-assistant.github.io">garrettbeachy (@garrettbeachy)</a></li>
<li><a href="https://github.com/halkeye" title="2 total commits to the home-assistant organization, 2 commits to home-assistant.github.io">Gavin Mogan (@halkeye)</a></li>
<li><a href="https://github.com/kangaroo" title="14 total commits to the home-assistant organization, 14 commits to home-assistant">Geoff Norton (@kangaroo)</a></li>
<li><a href="https://github.com/nodinosaur" title="8 total commits to the home-assistant organization, 6 commits to home-assistant.github.io, 2 commits to home-assistant">George.M (@nodinosaur)</a></li>
<li><a href="https://github.com/kirichkov" title="9 total commits to the home-assistant organization, 5 commits to home-assistant.github.io, 4 commits to home-assistant">Georgi Kirichkov (@kirichkov)</a></li>
<li><a href="https://github.com/kirichkov" title="12 total commits to the home-assistant organization, 8 commits to home-assistant.github.io, 4 commits to home-assistant">Georgi Kirichkov (@kirichkov)</a></li>
<li><a href="https://github.com/jumpalottahigh" title="2 total commits to the home-assistant organization, 2 commits to home-assistant.github.io">Georgi Yanev (@jumpalottahigh)</a></li>
<li><a href="https://github.com/staroselskii" title="1 total commits to the home-assistant organization, 1 commit to pi-gen">Georgii Staroselskii (@staroselskii)</a></li>
<li><a href="https://github.com/imrehg" title="16 total commits to the home-assistant organization, 11 commits to home-assistant, 5 commits to home-assistant.github.io">Gergely Imreh (@imrehg)</a></li>
@ -389,7 +382,7 @@
<li><a href="https://github.com/GMFalka" title="3 total commits to the home-assistant organization, 3 commits to home-assistant.github.io">GMFalka (@GMFalka)</a></li>
<li><a href="https://github.com/gopalkildoliya" title="6 total commits to the home-assistant organization, 4 commits to home-assistant, 2 commits to home-assistant.github.io">Gopal Kildoliya (@gopalkildoliya)</a></li>
<li><a href="https://github.com/Instagraeme" title="2 total commits to the home-assistant organization, 2 commits to home-assistant.github.io">Graeme Smith (@Instagraeme)</a></li>
<li><a href="https://github.com/GreenTurtwig" title="78 total commits to the home-assistant organization, 71 commits to home-assistant.github.io, 7 commits to home-assistant">GreenTurtwig (@GreenTurtwig)</a></li>
<li><a href="https://github.com/GreenTurtwig" title="80 total commits to the home-assistant organization, 73 commits to home-assistant.github.io, 7 commits to home-assistant">GreenTurtwig (@GreenTurtwig)</a></li>
<li><a href="https://github.com/theCMack" title="2 total commits to the home-assistant organization, 2 commits to home-assistant.github.io">Greg (@theCMack)</a></li>
<li><a href="https://github.com/pavoni" title="249 total commits to the home-assistant organization, 222 commits to home-assistant, 25 commits to home-assistant.github.io, 2 commits to netdisco">Greg Dowling (@pavoni)</a></li>
<li><a href="https://github.com/OverloadUT" title="2 total commits to the home-assistant organization, 2 commits to home-assistant">Greg Laabs (@OverloadUT)</a></li>
@ -407,7 +400,6 @@
<li><a href="https://github.com/floydpink" title="2 total commits to the home-assistant organization, 2 commits to home-assistant.github.io">Hari Menon (@floydpink)</a></li>
<li><a href="https://github.com/hborawski" title="2 total commits to the home-assistant organization, 2 commits to home-assistant">Harris Borawski (@hborawski)</a></li>
<li><a href="https://github.com/hawk259" title="8 total commits to the home-assistant organization, 4 commits to home-assistant.github.io, 3 commits to home-assistant, 1 commit to home-assistant-polymer">hawk259 (@hawk259)</a></li>
<li><a href="https://github.com/hcooper" title="3 total commits to the home-assistant organization, 3 commits to home-assistant.github.io">hcooper (@hcooper)</a></li>
<li><a href="https://github.com/heathbar" title="6 total commits to the home-assistant organization, 6 commits to home-assistant">Heath Paddock (@heathbar)</a></li>
<li><a href="https://github.com/mKeRix" title="20 total commits to the home-assistant organization, 15 commits to home-assistant, 5 commits to home-assistant.github.io">Heiko Rothe (@mKeRix)</a></li>
<li><a href="https://github.com/Hellowlol" title="4 total commits to the home-assistant organization, 3 commits to netdisco, 1 commit to appdaemon">Hellowlol (@Hellowlol)</a></li>
@ -419,14 +411,15 @@
<li><a href="https://github.com/mweinelt" title="16 total commits to the home-assistant organization, 9 commits to home-assistant, 7 commits to home-assistant.github.io">hexa- (@mweinelt)</a></li>
<li><a href="https://github.com/heytcass" title="5 total commits to the home-assistant organization, 5 commits to home-assistant.github.io">heytcass (@heytcass)</a></li>
<li><a href="https://github.com/hillaryfraley" title="12 total commits to the home-assistant organization, 12 commits to home-assistant.github.io">Hillary Fraley (@hillaryfraley)</a></li>
<li><a href="https://github.com/hokagegano" title="2 total commits to the home-assistant organization, 2 commits to home-assistant.github.io">hokagegano (@hokagegano)</a></li>
<li><a href="https://github.com/jabesq" title="24 total commits to the home-assistant organization, 18 commits to home-assistant, 6 commits to home-assistant.github.io">Hugo Dupras (@jabesq)</a></li>
<li><a href="https://github.com/jabesq" title="26 total commits to the home-assistant organization, 19 commits to home-assistant, 7 commits to home-assistant.github.io">Hugo Dupras (@jabesq)</a></li>
<li><a href="https://github.com/HugoGresse" title="3 total commits to the home-assistant organization, 3 commits to home-assistant.github.io">Hugo Gresse (@HugoGresse)</a></li>
<li><a href="https://github.com/hungle" title="1 total commits to the home-assistant organization, 1 commit to libcoap">Hung Le (@hungle)</a></li>
<li><a href="https://github.com/beardedgeek" title="2 total commits to the home-assistant organization, 2 commits to home-assistant.github.io">Huw Davies (@beardedgeek)</a></li>
<li><a href="https://github.com/HydrelioxGitHub" title="40 total commits to the home-assistant organization, 31 commits to home-assistant, 9 commits to home-assistant.github.io">Hydreliox (@HydrelioxGitHub)</a></li>
<li><a href="https://github.com/matchett808" title="2 total commits to the home-assistant organization, 2 commits to home-assistant.github.io">Iain Matchett (@matchett808)</a></li>
<li><a href="https://github.com/icopp" title="3 total commits to the home-assistant organization, 3 commits to home-assistant">Ian Copp (@icopp)</a></li>
<li><a href="https://github.com/ianj001" title="7 total commits to the home-assistant organization, 7 commits to home-assistant.github.io">ianj001 (@ianj001)</a></li>
<li><a href="https://github.com/icovada" title="5 total commits to the home-assistant organization, 3 commits to home-assistant.github.io, 2 commits to home-assistant">icovada (@icovada)</a></li>
<li><a href="https://github.com/icovada" title="6 total commits to the home-assistant organization, 3 commits to home-assistant.github.io, 3 commits to home-assistant">icovada (@icovada)</a></li>
<li><a href="https://github.com/ishults" title="11 total commits to the home-assistant organization, 6 commits to home-assistant, 4 commits to home-assistant.github.io, 1 commit to home-assistant-polymer">Igor Shults (@ishults)</a></li>
<li><a href="https://github.com/ioangogo" title="5 total commits to the home-assistant organization, 5 commits to home-assistant.github.io">Ioan Loosley (@ioangogo)</a></li>
<li><a href="https://github.com/IoTmessenger" title="2 total commits to the home-assistant organization, 2 commits to home-assistant.github.io">IoTmessenger (@IoTmessenger)</a></li>
@ -467,7 +460,7 @@
<li><a href="https://github.com/jer" title="3 total commits to the home-assistant organization, 3 commits to home-assistant.github.io">Jeremiah Wuenschel (@jer)</a></li>
<li><a href="https://github.com/Wutname1" title="2 total commits to the home-assistant organization, 2 commits to home-assistant.github.io">Jeremy (@Wutname1)</a></li>
<li><a href="https://github.com/jwillaz" title="3 total commits to the home-assistant organization, 3 commits to home-assistant.github.io">Jeremy Williams (@jwillaz)</a></li>
<li><a href="https://github.com/jeroenterheerdt" title="11 total commits to the home-assistant organization, 7 commits to home-assistant, 4 commits to home-assistant.github.io">Jeroen ter Heerdt (@jeroenterheerdt)</a></li>
<li><a href="https://github.com/jeroenterheerdt" title="17 total commits to the home-assistant organization, 11 commits to home-assistant, 6 commits to home-assistant.github.io">Jeroen ter Heerdt (@jeroenterheerdt)</a></li>
<li><a href="https://github.com/jeroldalbertson-wf" title="5 total commits to the home-assistant organization, 5 commits to home-assistant.github.io">Jerold Albertson (@jeroldalbertson-wf)</a></li>
<li><a href="https://github.com/jesserockz" title="2 total commits to the home-assistant organization, 2 commits to home-assistant.github.io">Jesse Hills (@jesserockz)</a></li>
<li><a href="https://github.com/jnewland" title="14 total commits to the home-assistant organization, 11 commits to home-assistant, 3 commits to hubot-home-assistant">Jesse Newland (@jnewland)</a></li>
@ -476,10 +469,10 @@
<li><a href="https://github.com/jgriff2" title="2 total commits to the home-assistant organization, 2 commits to home-assistant">jgriff2 (@jgriff2)</a></li>
<li><a href="https://github.com/jimrollenhagen" title="2 total commits to the home-assistant organization, 2 commits to home-assistant.github.io">Jim Rollenhagen (@jimrollenhagen)</a></li>
<li><a href="https://github.com/gebart" title="2 total commits to the home-assistant organization, 2 commits to libcoap">Joakim Nohlgård (@gebart)</a></li>
<li><a href="https://github.com/ludeeus" title="23 total commits to the home-assistant organization, 13 commits to home-assistant.github.io, 10 commits to hassbian-scripts">Joakim Sørensen (@ludeeus)</a></li>
<li><a href="https://github.com/ludeeus" title="25 total commits to the home-assistant organization, 13 commits to home-assistant.github.io, 12 commits to hassbian-scripts">Joakim Sørensen (@ludeeus)</a></li>
<li><a href="https://github.com/jmvermeulen" title="2 total commits to the home-assistant organization, 2 commits to home-assistant">Job (@jmvermeulen)</a></li>
<li><a href="https://github.com/xnoodle" title="2 total commits to the home-assistant organization, 2 commits to home-assistant.github.io">Joe Lee (@xnoodle)</a></li>
<li><a href="https://github.com/snjoetw" title="5 total commits to the home-assistant organization, 5 commits to home-assistant">Joe Lu (@snjoetw)</a></li>
<li><a href="https://github.com/snjoetw" title="9 total commits to the home-assistant organization, 7 commits to home-assistant, 2 commits to home-assistant.github.io">Joe Lu (@snjoetw)</a></li>
<li><a href="https://github.com/joe248" title="3 total commits to the home-assistant organization, 3 commits to home-assistant">joe248 (@joe248)</a></li>
<li><a href="https://github.com/Joeboyc2" title="15 total commits to the home-assistant organization, 15 commits to home-assistant.github.io">Joeboyc2 (@Joeboyc2)</a></li>
<li><a href="https://github.com/joemcmonagle" title="8 total commits to the home-assistant organization, 8 commits to home-assistant.github.io">joemcmonagle (@joemcmonagle)</a></li>
@ -512,24 +505,24 @@
<li><a href="https://github.com/kentcalero" title="10 total commits to the home-assistant organization, 10 commits to home-assistant.github.io">JudgeDredd (@kentcalero)</a></li>
<li><a href="https://github.com/Juggels" title="8 total commits to the home-assistant organization, 5 commits to home-assistant, 3 commits to home-assistant.github.io">Juggels (@Juggels)</a></li>
<li><a href="https://github.com/JulianKahnert" title="3 total commits to the home-assistant organization, 3 commits to home-assistant.github.io">Julian Kahnert (@JulianKahnert)</a></li>
<li><a href="https://github.com/Julius2342" title="9 total commits to the home-assistant organization, 7 commits to home-assistant, 2 commits to home-assistant.github.io">Julius Mittenzwei (@Julius2342)</a></li>
<li><a href="https://github.com/Julius2342" title="11 total commits to the home-assistant organization, 8 commits to home-assistant, 3 commits to home-assistant.github.io">Julius Mittenzwei (@Julius2342)</a></li>
<li><a href="https://github.com/jumpkick" title="15 total commits to the home-assistant organization, 12 commits to home-assistant, 3 commits to home-assistant.github.io">jumpkick (@jumpkick)</a></li>
<li><a href="https://github.com/justin8" title="9 total commits to the home-assistant organization, 7 commits to home-assistant.github.io, 2 commits to home-assistant">Justin Dray (@justin8)</a></li>
<li><a href="https://github.com/GussyH" title="7 total commits to the home-assistant organization, 7 commits to hadashboard">Justin Hayes (@GussyH)</a></li>
<li><a href="https://github.com/justweb1" title="28 total commits to the home-assistant organization, 13 commits to home-assistant-polymer, 7 commits to hassbot, 4 commits to home-assistant, 2 commits to home-assistant.github.io, 1 commit to home-assistant-js, 1 commit to hassio">Justin Weberg (@justweb1)</a></li>
<li><a href="https://github.com/justyns" title="5 total commits to the home-assistant organization, 5 commits to home-assistant">Justyn Shull (@justyns)</a></li>
<li><a href="https://github.com/luxus" title="2 total commits to the home-assistant organization, 2 commits to home-assistant.github.io">Kai (@luxus)</a></li>
<li><a href="https://github.com/Kane610" title="10 total commits to the home-assistant organization, 5 commits to home-assistant.github.io, 4 commits to home-assistant, 1 commit to netdisco">Kane610 (@Kane610)</a></li>
<li><a href="https://github.com/Kane610" title="11 total commits to the home-assistant organization, 5 commits to home-assistant.github.io, 5 commits to home-assistant, 1 commit to netdisco">Kane610 (@Kane610)</a></li>
<li><a href="https://github.com/kfgoode" title="4 total commits to the home-assistant organization, 4 commits to home-assistant">Karen Goode (@kfgoode)</a></li>
<li><a href="https://github.com/karlkar" title="2 total commits to the home-assistant organization, 2 commits to home-assistant">karlkar (@karlkar)</a></li>
<li><a href="https://github.com/keatontaylor" title="7 total commits to the home-assistant organization, 4 commits to home-assistant, 3 commits to home-assistant.github.io">Keaton Taylor (@keatontaylor)</a></li>
<li><a href="https://github.com/seedzero" title="2 total commits to the home-assistant organization, 2 commits to home-assistant.github.io">Keith (@seedzero)</a></li>
<li><a href="https://github.com/Nixon506E" title="2 total commits to the home-assistant organization, 2 commits to home-assistant">Keith Lamprecht (@Nixon506E)</a></li>
<li><a href="https://github.com/kb2ma" title="1 total commits to the home-assistant organization, 1 commit to libcoap">Ken Bannister (@kb2ma)</a></li>
<li><a href="https://github.com/kwdavidson" title="10 total commits to the home-assistant organization, 8 commits to home-assistant.github.io, 2 commits to appdaemon">Ken Davidson (@kwdavidson)</a></li>
<li><a href="https://github.com/kwdavidson" title="11 total commits to the home-assistant organization, 9 commits to home-assistant.github.io, 2 commits to appdaemon">Ken Davidson (@kwdavidson)</a></li>
<li><a href="https://github.com/Mister-Espria" title="2 total commits to the home-assistant organization, 2 commits to home-assistant">Kevin (@Mister-Espria)</a></li>
<li><a href="https://github.com/nivekmai" title="2 total commits to the home-assistant organization, 2 commits to home-assistant.github.io">Kevin Christensen (@nivekmai)</a></li>
<li><a href="https://github.com/fronzbot" title="13 total commits to the home-assistant organization, 9 commits to home-assistant, 4 commits to home-assistant.github.io">Kevin Fronczak (@fronzbot)</a></li>
<li><a href="https://github.com/fronzbot" title="16 total commits to the home-assistant organization, 10 commits to home-assistant, 6 commits to home-assistant.github.io">Kevin Fronczak (@fronzbot)</a></li>
<li><a href="https://github.com/gisikw" title="5 total commits to the home-assistant organization, 5 commits to home-assistant.github.io">Kevin Gisi (@gisikw)</a></li>
<li><a href="https://github.com/gottsman" title="6 total commits to the home-assistant organization, 6 commits to home-assistant.github.io">Kevin Gottsman (@gottsman)</a></li>
<li><a href="https://github.com/kevinpanaro" title="2 total commits to the home-assistant organization, 2 commits to home-assistant">Kevin Panaro (@kevinpanaro)</a></li>
@ -550,7 +543,7 @@
<li><a href="https://github.com/Leon99" title="2 total commits to the home-assistant organization, 2 commits to home-assistant.github.io">Leon99 (@Leon99)</a></li>
<li><a href="https://github.com/vyper" title="3 total commits to the home-assistant organization, 3 commits to home-assistant.github.io">Leonardo Saraiva (@vyper)</a></li>
<li><a href="https://github.com/aronsky" title="11 total commits to the home-assistant organization, 8 commits to home-assistant, 3 commits to home-assistant.github.io">Lev Aronsky (@aronsky)</a></li>
<li><a href="https://github.com/lwis" title="54 total commits to the home-assistant organization, 43 commits to home-assistant, 10 commits to home-assistant.github.io, 1 commit to home-assistant-polymer">Lewis Juggins (@lwis)</a></li>
<li><a href="https://github.com/lwis" title="57 total commits to the home-assistant organization, 45 commits to home-assistant, 11 commits to home-assistant.github.io, 1 commit to home-assistant-polymer">Lewis Juggins (@lwis)</a></li>
<li><a href="https://github.com/lindsaymarkward" title="17 total commits to the home-assistant organization, 13 commits to home-assistant.github.io, 4 commits to home-assistant">Lindsay Ward (@lindsaymarkward)</a></li>
<li><a href="https://github.com/linuxlurak" title="5 total commits to the home-assistant organization, 3 commits to home-assistant.github.io, 2 commits to hadashboard">linuxlurak (@linuxlurak)</a></li>
<li><a href="https://github.com/lrmate" title="3 total commits to the home-assistant organization, 3 commits to home-assistant">lrmate (@lrmate)</a></li>
@ -558,7 +551,7 @@
<li><a href="https://github.com/LucaSoldi" title="6 total commits to the home-assistant organization, 6 commits to home-assistant">LucaSoldi (@LucaSoldi)</a></li>
<li><a href="https://github.com/guimier" title="1 total commits to the home-assistant organization, 1 commit to libcoap">Lucien Guimier (@guimier)</a></li>
<li><a href="https://github.com/lukas-hetzenecker" title="14 total commits to the home-assistant organization, 10 commits to home-assistant, 4 commits to home-assistant.github.io">Lukas (@lukas-hetzenecker)</a></li>
<li><a href="https://github.com/tinloaf" title="9 total commits to the home-assistant organization, 5 commits to home-assistant, 4 commits to home-assistant.github.io">Lukas Barth (@tinloaf)</a></li>
<li><a href="https://github.com/tinloaf" title="11 total commits to the home-assistant organization, 6 commits to home-assistant, 5 commits to home-assistant.github.io">Lukas Barth (@tinloaf)</a></li>
<li><a href="https://github.com/lukearmstrong" title="3 total commits to the home-assistant organization, 3 commits to home-assistant.github.io">Luke Armstrong (@lukearmstrong)</a></li>
<li><a href="https://github.com/lupin-de-mid" title="5 total commits to the home-assistant organization, 3 commits to home-assistant.github.io, 2 commits to home-assistant">Lupin Demid (@lupin-de-mid)</a></li>
<li><a href="https://github.com/Maharball1" title="2 total commits to the home-assistant organization, 2 commits to home-assistant.github.io">Luuk (@Maharball1)</a></li>
@ -577,7 +570,7 @@
<li><a href="https://github.com/mxtra" title="1 total commits to the home-assistant organization, 1 commit to home-assistant-polymer">Marc Pabst (@mxtra)</a></li>
<li><a href="https://github.com/Kernald" title="12 total commits to the home-assistant organization, 10 commits to home-assistant.github.io, 2 commits to home-assistant">Marc Plano-Lesay (@Kernald)</a></li>
<li><a href="https://github.com/Marcel030nl" title="5 total commits to the home-assistant organization, 5 commits to home-assistant.github.io">Marcel030nl (@Marcel030nl)</a></li>
<li><a href="https://github.com/tchellomello" title="122 total commits to the home-assistant organization, 67 commits to home-assistant, 55 commits to home-assistant.github.io">Marcelo Moreira de Mello (@tchellomello)</a></li>
<li><a href="https://github.com/tchellomello" title="126 total commits to the home-assistant organization, 70 commits to home-assistant, 56 commits to home-assistant.github.io">Marcelo Moreira de Mello (@tchellomello)</a></li>
<li><a href="https://github.com/yawor" title="12 total commits to the home-assistant organization, 12 commits to appdaemon">Marcin Jaworski (@yawor)</a></li>
<li><a href="https://github.com/marijngiesen" title="7 total commits to the home-assistant organization, 5 commits to hadashboard, 2 commits to home-assistant.github.io">Marijn Giesen (@marijngiesen)</a></li>
<li><a href="https://github.com/mehuman" title="11 total commits to the home-assistant organization, 11 commits to home-assistant.github.io">Mark Huson (@mehuman)</a></li>
@ -589,6 +582,7 @@
<li><a href="https://github.com/marthoc" title="2 total commits to the home-assistant organization, 2 commits to home-assistant">marthoc (@marthoc)</a></li>
<li><a href="https://github.com/mbrrg" title="5 total commits to the home-assistant organization, 3 commits to home-assistant, 2 commits to home-assistant.github.io">Martin Berg (@mbrrg)</a></li>
<li><a href="https://github.com/wickerwaka" title="4 total commits to the home-assistant organization, 2 commits to home-assistant, 2 commits to home-assistant.github.io">Martin Donlon (@wickerwaka)</a></li>
<li><a href="https://github.com/DarkFox" title="2 total commits to the home-assistant organization, 2 commits to home-assistant.github.io">Martin Eberhardt (@DarkFox)</a></li>
<li><a href="https://github.com/MartinHjelmare" title="138 total commits to the home-assistant organization, 112 commits to home-assistant, 26 commits to home-assistant.github.io">Martin Hjelmare (@MartinHjelmare)</a></li>
<li><a href="https://github.com/shortbloke" title="2 total commits to the home-assistant organization, 2 commits to home-assistant.github.io">Martin Rowan (@shortbloke)</a></li>
<li><a href="https://github.com/MatoKafkac" title="2 total commits to the home-assistant organization, 2 commits to home-assistant">Martin Vacula (@MatoKafkac)</a></li>
@ -606,7 +600,6 @@
<li><a href="https://github.com/mtreinish" title="16 total commits to the home-assistant organization, 10 commits to home-assistant, 6 commits to home-assistant.github.io">Matthew Treinish (@mtreinish)</a></li>
<li><a href="https://github.com/mattie47" title="3 total commits to the home-assistant organization, 3 commits to home-assistant.github.io">mattie47 (@mattie47)</a></li>
<li><a href="https://github.com/mauriciobonani" title="6 total commits to the home-assistant organization, 6 commits to home-assistant.github.io">mauriciobonani (@mauriciobonani)</a></li>
<li><a href="https://github.com/Maxr1998" title="5 total commits to the home-assistant organization, 5 commits to home-assistant.github.io">Max Rumpf (@Maxr1998)</a></li>
<li><a href="https://github.com/mboeru" title="1 total commits to the home-assistant organization, 1 commit to home-assistant-iOS">mboeru (@mboeru)</a></li>
<li><a href="https://github.com/mertenats" title="4 total commits to the home-assistant organization, 4 commits to home-assistant.github.io">mertenats (@mertenats)</a></li>
<li><a href="https://github.com/milaq" title="3 total commits to the home-assistant organization, 3 commits to home-assistant">Micha LaQua (@milaq)</a></li>
@ -625,6 +618,7 @@
<li><a href="https://github.com/MS-Informatique" title="3 total commits to the home-assistant organization, 3 commits to home-assistant.github.io">Michel Settembrino (@MS-Informatique)</a></li>
<li><a href="https://github.com/micw" title="8 total commits to the home-assistant organization, 5 commits to home-assistant, 3 commits to home-assistant.github.io">micw (@micw)</a></li>
<li><a href="https://github.com/SmilyOrg" title="2 total commits to the home-assistant organization, 2 commits to home-assistant.github.io">Miha Lunar (@SmilyOrg)</a></li>
<li><a href="https://github.com/bergemalm" title="2 total commits to the home-assistant organization, 2 commits to home-assistant">Mikael Bergemalm (@bergemalm)</a></li>
<li><a href="https://github.com/mhutch" title="2 total commits to the home-assistant organization, 2 commits to home-assistant.github.io">Mikayla Hutchinson (@mhutch)</a></li>
<li><a href="https://github.com/MikeChristianson" title="6 total commits to the home-assistant organization, 6 commits to home-assistant">Mike Christianson (@MikeChristianson)</a></li>
<li><a href="https://github.com/mikegchambers" title="2 total commits to the home-assistant organization, 2 commits to home-assistant.github.io">Mike G Chambers (@mikegchambers)</a></li>
@ -633,19 +627,20 @@
<li><a href="https://github.com/m-roberts" title="1 total commits to the home-assistant organization, 1 commit to pi-gen">Mike Roberts (@m-roberts)</a></li>
<li><a href="https://github.com/pfista" title="2 total commits to the home-assistant organization, 2 commits to home-assistant.github.io">mikey (@pfista)</a></li>
<li><a href="https://github.com/mikl" title="3 total commits to the home-assistant organization, 3 commits to home-assistant.github.io">Mikkel Høgh (@mikl)</a></li>
<li><a href="https://github.com/milanvo" title="3 total commits to the home-assistant organization, 3 commits to home-assistant">milanvo (@milanvo)</a></li>
<li><a href="https://github.com/milanvo" title="8 total commits to the home-assistant organization, 4 commits to home-assistant.github.io, 3 commits to home-assistant, 1 commit to home-assistant-polymer">milanvo (@milanvo)</a></li>
<li><a href="https://github.com/MinchinWeb" title="2 total commits to the home-assistant organization, 2 commits to home-assistant.github.io">MinchinWeb (@MinchinWeb)</a></li>
<li><a href="https://github.com/miniconfig" title="27 total commits to the home-assistant organization, 20 commits to home-assistant, 7 commits to home-assistant.github.io">miniconfig (@miniconfig)</a></li>
<li><a href="https://github.com/Minims" title="3 total commits to the home-assistant organization, 3 commits to homebridge-homeassistant">Minims (@Minims)</a></li>
<li><a href="https://github.com/MisterWil" title="14 total commits to the home-assistant organization, 9 commits to home-assistant, 5 commits to home-assistant.github.io">Mister Wil (@MisterWil)</a></li>
<li><a href="https://github.com/MisterWil" title="16 total commits to the home-assistant organization, 10 commits to home-assistant, 6 commits to home-assistant.github.io">Mister Wil (@MisterWil)</a></li>
<li><a href="https://github.com/gurumitts" title="9 total commits to the home-assistant organization, 5 commits to home-assistant, 4 commits to home-assistant.github.io">Mitesh Patel (@gurumitts)</a></li>
<li><a href="https://github.com/masarliev" title="2 total commits to the home-assistant organization, 2 commits to home-assistant">Mitko Masarliev (@masarliev)</a></li>
<li><a href="https://github.com/mje-nz" title="2 total commits to the home-assistant organization, 2 commits to home-assistant">mje-nz (@mje-nz)</a></li>
<li><a href="https://github.com/mjj4791" title="22 total commits to the home-assistant organization, 15 commits to home-assistant.github.io, 7 commits to home-assistant">mjj4791 (@mjj4791)</a></li>
<li><a href="https://github.com/Molodax" title="7 total commits to the home-assistant organization, 7 commits to home-assistant.github.io">Molodax (@Molodax)</a></li>
<li><a href="https://github.com/moonshot" title="2 total commits to the home-assistant organization, 2 commits to home-assistant">Moon Shot (@moonshot)</a></li>
<li><a href="https://github.com/moose51789" title="1 total commits to the home-assistant organization, 1 commit to home-assistant-polymer">moose51789 (@moose51789)</a></li>
<li><a href="https://github.com/morberg" title="2 total commits to the home-assistant organization, 2 commits to home-assistant">morberg (@morberg)</a></li>
<li><a href="https://github.com/moskovskiy82" title="3 total commits to the home-assistant organization, 3 commits to home-assistant.github.io">moskovskiy82 (@moskovskiy82)</a></li>
<li><a href="https://github.com/moskovskiy82" title="4 total commits to the home-assistant organization, 4 commits to home-assistant.github.io">moskovskiy82 (@moskovskiy82)</a></li>
<li><a href="https://github.com/motir" title="1 total commits to the home-assistant organization, 1 commit to appdaemon">motir (@motir)</a></li>
<li><a href="https://github.com/mtl010957" title="2 total commits to the home-assistant organization, 2 commits to home-assistant">mtl010957 (@mtl010957)</a></li>
<li><a href="https://github.com/grunskis" title="1 total commits to the home-assistant organization, 1 commit to netdisco">Mārtiņš Grunskis (@grunskis)</a></li>
@ -655,13 +650,12 @@
<li><a href="https://github.com/n8henrie" title="18 total commits to the home-assistant organization, 8 commits to home-assistant, 6 commits to home-assistant.github.io, 2 commits to homebridge-homeassistant, 1 commit to appdaemon, 1 commit to home-assistant-polymer">Nathan Henrie (@n8henrie)</a></li>
<li><a href="https://github.com/laf" title="5 total commits to the home-assistant organization, 3 commits to home-assistant.github.io, 2 commits to home-assistant">Neil Lathwood (@laf)</a></li>
<li><a href="https://github.com/NelisW" title="1 total commits to the home-assistant organization, 1 commit to fabric-home-assistant">Nelis Willers (@NelisW)</a></li>
<li><a href="https://github.com/NeLLyMerC" title="2 total commits to the home-assistant organization, 2 commits to home-assistant.github.io">NeLLyMerC (@NeLLyMerC)</a></li>
<li><a href="https://github.com/NeLLyMerC" title="3 total commits to the home-assistant organization, 3 commits to home-assistant.github.io">NeLLyMerC (@NeLLyMerC)</a></li>
<li><a href="https://github.com/nemik" title="2 total commits to the home-assistant organization, 2 commits to home-assistant.github.io">Nemanja Stefanovic (@nemik)</a></li>
<li><a href="https://github.com/neonbunny" title="3 total commits to the home-assistant organization, 3 commits to home-assistant.github.io">neonbunny (@neonbunny)</a></li>
<li><a href="https://github.com/Xx-Ness-xX" title="3 total commits to the home-assistant organization, 3 commits to home-assistant.github.io">Ness (@Xx-Ness-xX)</a></li>
<li><a href="https://github.com/sielicki" title="4 total commits to the home-assistant organization, 2 commits to home-assistant, 2 commits to home-assistant.github.io">Nicholas Sielicki (@sielicki)</a></li>
<li><a href="https://github.com/quadportnick" title="4 total commits to the home-assistant organization, 2 commits to home-assistant, 2 commits to home-assistant.github.io">Nick (@quadportnick)</a></li>
<li><a href="https://github.com/partofthething" title="38 total commits to the home-assistant organization, 25 commits to home-assistant, 13 commits to home-assistant.github.io">Nick Touran (@partofthething)</a></li>
<li><a href="https://github.com/nvella" title="5 total commits to the home-assistant organization, 4 commits to home-assistant, 1 commit to homebridge-homeassistant">Nick Vella (@nvella)</a></li>
<li><a href="https://github.com/nickwaring" title="4 total commits to the home-assistant organization, 2 commits to home-assistant, 2 commits to home-assistant.github.io">Nick Waring (@nickwaring)</a></li>
<li><a href="https://github.com/ngraziano" title="3 total commits to the home-assistant organization, 3 commits to home-assistant">Nicolas Graziano (@ngraziano)</a></li>
@ -680,14 +674,16 @@
<li><a href="https://github.com/olekenneth" title="1 total commits to the home-assistant organization, 1 commit to homebridge-homeassistant">Ole-Kenneth (@olekenneth)</a></li>
<li><a href="https://github.com/leppa" title="5 total commits to the home-assistant organization, 3 commits to home-assistant, 2 commits to home-assistant.github.io">Oleksii Serdiuk (@leppa)</a></li>
<li><a href="https://github.com/Oliv3rDog" title="3 total commits to the home-assistant organization, 3 commits to home-assistant.github.io">Oliv3rDog (@Oliv3rDog)</a></li>
<li><a href="https://github.com/scarface-4711" title="20 total commits to the home-assistant organization, 12 commits to home-assistant, 7 commits to home-assistant.github.io, 1 commit to netdisco">Oliver (@scarface-4711)</a></li>
<li><a href="https://github.com/scarface-4711" title="22 total commits to the home-assistant organization, 13 commits to home-assistant, 8 commits to home-assistant.github.io, 1 commit to netdisco">Oliver (@scarface-4711)</a></li>
<li><a href="https://github.com/mcdeck" title="10 total commits to the home-assistant organization, 10 commits to home-assistant">Oliver van Porten (@mcdeck)</a></li>
<li><a href="https://github.com/olskar" title="1 total commits to the home-assistant organization, 1 commit to hassbian-scripts">olskar (@olskar)</a></li>
<li><a href="https://github.com/omarusman" title="2 total commits to the home-assistant organization, 2 commits to home-assistant.github.io">Omar Usman (@omarusman)</a></li>
<li><a href="https://github.com/open-homeautomation" title="41 total commits to the home-assistant organization, 29 commits to home-assistant, 12 commits to home-assistant.github.io">Open Home Automation (@open-homeautomation)</a></li>
<li><a href="https://github.com/oznu" title="1 total commits to the home-assistant organization, 1 commit to homebridge-homeassistant">oznu (@oznu)</a></li>
<li><a href="https://github.com/parkr" title="62 total commits to the home-assistant organization, 62 commits to home-assistant.github.io">Parker Moore (@parkr)</a></li>
<li><a href="https://github.com/passie" title="2 total commits to the home-assistant organization, 2 commits to home-assistant">pascal (@passie)</a></li>
<li><a href="https://github.com/bachp" title="10 total commits to the home-assistant organization, 9 commits to home-assistant, 1 commit to netdisco">Pascal Bach (@bachp)</a></li>
<li><a href="https://github.com/pvizeli" title="2033 total commits to the home-assistant organization, 800 commits to hassio, 390 commits to home-assistant, 291 commits to hassio-addons, 276 commits to hassio-build, 258 commits to home-assistant.github.io, 16 commits to hassio-addons-example, 1 commit to home-assistant-js-websocket, 1 commit to netdisco">Pascal Vizeli (@pvizeli)</a></li>
<li><a href="https://github.com/pvizeli" title="2110 total commits to the home-assistant organization, 827 commits to hassio, 397 commits to home-assistant, 300 commits to hassio-addons, 294 commits to hassio-build, 274 commits to home-assistant.github.io, 16 commits to hassio-addons-example, 1 commit to home-assistant-js-websocket, 1 commit to netdisco">Pascal Vizeli (@pvizeli)</a></li>
<li><a href="https://github.com/patkap" title="2 total commits to the home-assistant organization, 2 commits to home-assistant">patkap (@patkap)</a></li>
<li><a href="https://github.com/duckpuppy" title="3 total commits to the home-assistant organization, 3 commits to home-assistant.github.io">Patrick Aikens (@duckpuppy)</a></li>
<li><a href="https://github.com/patrickeasters" title="5 total commits to the home-assistant organization, 5 commits to home-assistant.github.io">Patrick Easters (@patrickeasters)</a></li>
@ -708,19 +704,20 @@
<li><a href="https://github.com/godloth" title="10 total commits to the home-assistant organization, 10 commits to home-assistant.github.io">Phil (@godloth)</a></li>
<li><a href="https://github.com/filcole" title="8 total commits to the home-assistant organization, 5 commits to home-assistant.github.io, 3 commits to home-assistant">Phil Cole (@filcole)</a></li>
<li><a href="https://github.com/Haacked" title="3 total commits to the home-assistant organization, 3 commits to home-assistant.github.io">Phil Haack (@Haacked)</a></li>
<li><a href="https://github.com/philhawthorne" title="15 total commits to the home-assistant organization, 9 commits to home-assistant.github.io, 6 commits to home-assistant">Phil Hawthorne (@philhawthorne)</a></li>
<li><a href="https://github.com/philk" title="2 total commits to the home-assistant organization, 2 commits to home-assistant">Phil Kates (@philk)</a></li>
<li><a href="https://github.com/philhawthorne" title="17 total commits to the home-assistant organization, 11 commits to home-assistant.github.io, 6 commits to home-assistant">Phil Hawthorne (@philhawthorne)</a></li>
<li><a href="https://github.com/philk" title="5 total commits to the home-assistant organization, 3 commits to home-assistant, 2 commits to home-assistant.github.io">Phil Kates (@philk)</a></li>
<li><a href="https://github.com/Phileep" title="2 total commits to the home-assistant organization, 2 commits to home-assistant.github.io">Phileep (@Phileep)</a></li>
<li><a href="https://github.com/pilif" title="6 total commits to the home-assistant organization, 6 commits to home-assistant.github.io">Philip Hofstetter (@pilif)</a></li>
<li><a href="https://github.com/philipbl" title="65 total commits to the home-assistant organization, 56 commits to home-assistant, 9 commits to home-assistant.github.io">Philip Lundrigan (@philipbl)</a></li>
<li><a href="https://github.com/pschmitt" title="32 total commits to the home-assistant organization, 20 commits to home-assistant, 11 commits to home-assistant.github.io, 1 commit to hassio-build">Philipp Schmitt (@pschmitt)</a></li>
<li><a href="https://github.com/pschmitt" title="33 total commits to the home-assistant organization, 21 commits to home-assistant, 11 commits to home-assistant.github.io, 1 commit to hassio-build">Philipp Schmitt (@pschmitt)</a></li>
<li><a href="https://github.com/phillprice" title="5 total commits to the home-assistant organization, 5 commits to home-assistant.github.io">Phill Price (@phillprice)</a></li>
<li><a href="https://github.com/PhracturedBlue" title="15 total commits to the home-assistant organization, 7 commits to home-assistant.github.io, 7 commits to home-assistant, 1 commit to home-assistant-polymer">PhracturedBlue (@PhracturedBlue)</a></li>
<li><a href="https://github.com/postlund" title="37 total commits to the home-assistant organization, 25 commits to home-assistant, 8 commits to home-assistant.github.io, 4 commits to netdisco">Pierre Ståhl (@postlund)</a></li>
<li><a href="https://github.com/Piratonym" title="2 total commits to the home-assistant organization, 2 commits to home-assistant">Piratonym (@Piratonym)</a></li>
<li><a href="https://github.com/PuckStar" title="7 total commits to the home-assistant organization, 7 commits to home-assistant.github.io">PuckStar (@PuckStar)</a></li>
<li><a href="https://github.com/Genestealer" title="19 total commits to the home-assistant organization, 19 commits to home-assistant.github.io">R Huish (@Genestealer)</a></li>
<li><a href="https://github.com/R1chardTM" title="9 total commits to the home-assistant organization, 5 commits to home-assistant, 4 commits to home-assistant.github.io">R1chardTM (@R1chardTM)</a></li>
<li><a href="https://github.com/rbflurry" title="12 total commits to the home-assistant organization, 10 commits to home-assistant.github.io, 2 commits to home-assistant">rbflurry (@rbflurry)</a></li>
<li><a href="https://github.com/R1chardTM" title="10 total commits to the home-assistant organization, 5 commits to home-assistant, 4 commits to home-assistant.github.io, 1 commit to home-assistant-polymer">R1chardTM (@R1chardTM)</a></li>
<li><a href="https://github.com/rbflurry" title="14 total commits to the home-assistant organization, 11 commits to home-assistant.github.io, 3 commits to home-assistant">rbflurry (@rbflurry)</a></li>
<li><a href="https://github.com/rbhr" title="2 total commits to the home-assistant organization, 2 commits to home-assistant.github.io">RBHR (@rbhr)</a></li>
<li><a href="https://github.com/reedriley" title="2 total commits to the home-assistant organization, 2 commits to home-assistant">Reed Riley (@reedriley)</a></li>
<li><a href="https://github.com/ReneTode" title="25 total commits to the home-assistant organization, 25 commits to appdaemon">Rene Tode (@ReneTode)</a></li>
@ -734,7 +731,7 @@
<li><a href="https://github.com/rkabadi" title="17 total commits to the home-assistant organization, 17 commits to home-assistant">rkabadi (@rkabadi)</a></li>
<li><a href="https://github.com/capellini" title="3 total commits to the home-assistant organization, 3 commits to home-assistant">Rob Capellini (@capellini)</a></li>
<li><a href="https://github.com/rslifka" title="5 total commits to the home-assistant organization, 5 commits to home-assistant.github.io">Rob Slifka (@rslifka)</a></li>
<li><a href="https://github.com/robbiet480" title="1198 total commits to the home-assistant organization, 531 commits to home-assistant-iOS, 255 commits to home-assistant, 247 commits to home-assistant.github.io, 87 commits to homebridge-homeassistant, 15 commits to home-assistant-polymer, 9 commits to hubot-home-assistant, 8 commits to Analytics-Receiver, 6 commits to netdisco, 3 commits to scenegen, 3 commits to appdaemon, 3 commits to organization, 3 commits to hadashboard, 3 commits to home-assistant-js-websocket, 3 commits to hassbot, 3 commits to home-assistant-js, 3 commits to home-assistant-cli, 2 commits to lambda-home-assistant-github, 2 commits to home-assistant-notebooks, 2 commits to LabelBot, 2 commits to home-assistant-dev-helper, 2 commits to fabric-home-assistant, 2 commits to home-assistant-ansible, 2 commits to micropython-home-assistant, 2 commits to home-assistant-assets">Robbie Trencheny (@robbiet480)</a></li>
<li><a href="https://github.com/robbiet480" title="1198 total commits to the home-assistant organization, 531 commits to home-assistant-iOS, 255 commits to home-assistant, 247 commits to home-assistant.github.io, 87 commits to homebridge-homeassistant, 15 commits to home-assistant-polymer, 9 commits to hubot-home-assistant, 8 commits to Analytics-Receiver, 6 commits to netdisco, 3 commits to organization, 3 commits to home-assistant-js-websocket, 3 commits to appdaemon, 3 commits to scenegen, 3 commits to home-assistant-js, 3 commits to hassbot, 3 commits to home-assistant-cli, 3 commits to hadashboard, 2 commits to home-assistant-ansible, 2 commits to LabelBot, 2 commits to lambda-home-assistant-github, 2 commits to home-assistant-notebooks, 2 commits to home-assistant-dev-helper, 2 commits to micropython-home-assistant, 2 commits to fabric-home-assistant, 2 commits to home-assistant-assets">Robbie Trencheny (@robbiet480)</a></li>
<li><a href="https://github.com/freerobby" title="2 total commits to the home-assistant organization, 2 commits to home-assistant">Robby Grossman (@freerobby)</a></li>
<li><a href="https://github.com/robmarkcole" title="13 total commits to the home-assistant organization, 8 commits to home-assistant.github.io, 5 commits to home-assistant">Robin (@robmarkcole)</a></li>
<li><a href="https://github.com/llauren" title="1 total commits to the home-assistant organization, 1 commit to appdaemon">Robin Laurén (@llauren)</a></li>
@ -750,13 +747,13 @@
<li><a href="https://github.com/runningman84" title="4 total commits to the home-assistant organization, 4 commits to home-assistant.github.io">runningman84 (@runningman84)</a></li>
<li><a href="https://github.com/RunOnGitHub" title="2 total commits to the home-assistant organization, 2 commits to home-assistant.github.io">RunOnGitHub (@RunOnGitHub)</a></li>
<li><a href="https://github.com/zoresvit" title="1 total commits to the home-assistant organization, 1 commit to pi-gen">Ruslan Kiianchuk (@zoresvit)</a></li>
<li><a href="https://github.com/rcloran" title="20 total commits to the home-assistant organization, 14 commits to home-assistant, 4 commits to homebridge-homeassistant, 2 commits to home-assistant.github.io">Russell Cloran (@rcloran)</a></li>
<li><a href="https://github.com/rcloran" title="21 total commits to the home-assistant organization, 15 commits to home-assistant, 4 commits to homebridge-homeassistant, 2 commits to home-assistant.github.io">Russell Cloran (@rcloran)</a></li>
<li><a href="https://github.com/SlothCroissant" title="3 total commits to the home-assistant organization, 3 commits to home-assistant.github.io">Ryan Borstelmann (@SlothCroissant)</a></li>
<li><a href="https://github.com/rbray89" title="2 total commits to the home-assistant organization, 2 commits to home-assistant.github.io">Ryan Bray (@rbray89)</a></li>
<li><a href="https://github.com/rwdaigle" title="3 total commits to the home-assistant organization, 3 commits to home-assistant.github.io">Ryan Daigle (@rwdaigle)</a></li>
<li><a href="https://github.com/rmkraus" title="195 total commits to the home-assistant organization, 163 commits to home-assistant, 17 commits to home-assistant.github.io, 14 commits to home-assistant-polymer, 1 commit to home-assistant-notebooks">Ryan Kraus (@rmkraus)</a></li>
<li><a href="https://github.com/stickystyle" title="2 total commits to the home-assistant organization, 2 commits to home-assistant.github.io">Ryan Parrish (@stickystyle)</a></li>
<li><a href="https://github.com/ryanturner" title="6 total commits to the home-assistant organization, 6 commits to home-assistant">Ryan Turner (@ryanturner)</a></li>
<li><a href="https://github.com/turnrye" title="6 total commits to the home-assistant organization, 6 commits to home-assistant">Ryan Turner (@turnrye)</a></li>
<li><a href="https://github.com/Sabesto" title="3 total commits to the home-assistant organization, 3 commits to home-assistant">Sabesto (@Sabesto)</a></li>
<li><a href="https://github.com/stelgenhof" title="2 total commits to the home-assistant organization, 2 commits to home-assistant.github.io">Sacha Telgenhof (@stelgenhof)</a></li>
<li><a href="https://github.com/sam3d" title="4 total commits to the home-assistant organization, 4 commits to pi-gen">Sam Holmes (@sam3d)</a></li>
@ -770,15 +767,16 @@
<li><a href="https://github.com/scottocs11" title="7 total commits to the home-assistant organization, 7 commits to home-assistant.github.io">Scott Griffin (@scottocs11)</a></li>
<li><a href="https://github.com/americanwookie" title="7 total commits to the home-assistant organization, 4 commits to home-assistant, 3 commits to home-assistant.github.io">Scott ONeil (@americanwookie)</a></li>
<li><a href="https://github.com/ih8gates" title="9 total commits to the home-assistant organization, 8 commits to home-assistant.github.io, 1 commit to home-assistant-polymer">Scott Reston (@ih8gates)</a></li>
<li><a href="https://github.com/sdague" title="60 total commits to the home-assistant organization, 41 commits to home-assistant, 10 commits to home-assistant.github.io, 5 commits to home-assistant-polymer, 3 commits to netdisco, 1 commit to home-assistant-js">Sean Dague (@sdague)</a></li>
<li><a href="https://github.com/gollo" title="16 total commits to the home-assistant organization, 9 commits to home-assistant, 4 commits to home-assistant.github.io, 3 commits to hassio-build">Sean Gollschewsky (@gollo)</a></li>
<li><a href="https://github.com/sdague" title="62 total commits to the home-assistant organization, 43 commits to home-assistant, 10 commits to home-assistant.github.io, 5 commits to home-assistant-polymer, 3 commits to netdisco, 1 commit to home-assistant-js">Sean Dague (@sdague)</a></li>
<li><a href="https://github.com/gollo" title="17 total commits to the home-assistant organization, 10 commits to home-assistant, 4 commits to home-assistant.github.io, 3 commits to hassio-build">Sean Gollschewsky (@gollo)</a></li>
<li><a href="https://github.com/sebk-666" title="3 total commits to the home-assistant organization, 3 commits to home-assistant.github.io">Sebastian (@sebk-666)</a></li>
<li><a href="https://github.com/sgso" title="3 total commits to the home-assistant organization, 3 commits to libcoap">Sebastian (@sgso)</a></li>
<li><a href="https://github.com/syssi" title="17 total commits to the home-assistant organization, 9 commits to home-assistant, 7 commits to home-assistant.github.io, 1 commit to home-assistant-polymer">Sebastian Muszynski (@syssi)</a></li>
<li><a href="https://github.com/syssi" title="21 total commits to the home-assistant organization, 10 commits to home-assistant, 9 commits to home-assistant.github.io, 2 commits to home-assistant-polymer">Sebastian Muszynski (@syssi)</a></li>
<li><a href="https://github.com/teodoc" title="1 total commits to the home-assistant organization, 1 commit to home-assistant-polymer">Sebastian von Minckwitz (@teodoc)</a></li>
<li><a href="https://github.com/analogue" title="1 total commits to the home-assistant organization, 1 commit to appdaemon">Semir Patel (@analogue)</a></li>
<li><a href="https://github.com/zabuldon" title="3 total commits to the home-assistant organization, 3 commits to home-assistant">Sergey Isachenko (@zabuldon)</a></li>
<li><a href="https://github.com/zabuldon" title="7 total commits to the home-assistant organization, 5 commits to home-assistant, 2 commits to home-assistant.github.io">Sergey Isachenko (@zabuldon)</a></li>
<li><a href="https://github.com/sfam" title="65 total commits to the home-assistant organization, 58 commits to home-assistant, 5 commits to home-assistant.github.io, 1 commit to netdisco, 1 commit to home-assistant-polymer">sfam (@sfam)</a></li>
<li><a href="https://github.com/sharukins" title="1 total commits to the home-assistant organization, 1 commit to hassio-build">sharukins (@sharukins)</a></li>
<li><a href="https://github.com/cherrykoda" title="2 total commits to the home-assistant organization, 2 commits to home-assistant.github.io">Shawna ONeal (@cherrykoda)</a></li>
<li><a href="https://github.com/Br3nda" title="3 total commits to the home-assistant organization, 3 commits to home-assistant.github.io">Shiny (@Br3nda)</a></li>
<li><a href="https://github.com/siebert" title="3 total commits to the home-assistant organization, 3 commits to home-assistant">siebert (@siebert)</a></li>
@ -806,8 +804,9 @@
<li><a href="https://github.com/tedstriker" title="3 total commits to the home-assistant organization, 3 commits to home-assistant.github.io">tedstriker (@tedstriker)</a></li>
<li><a href="https://github.com/T3m3z" title="5 total commits to the home-assistant organization, 3 commits to home-assistant, 2 commits to home-assistant.github.io">Teemu Mikkonen (@T3m3z)</a></li>
<li><a href="https://github.com/tpatja" title="2 total commits to the home-assistant organization, 2 commits to home-assistant">Teemu Patja (@tpatja)</a></li>
<li><a href="https://github.com/rytilahti" title="36 total commits to the home-assistant organization, 28 commits to home-assistant, 7 commits to home-assistant.github.io, 1 commit to netdisco">Teemu R. (@rytilahti)</a></li>
<li><a href="https://github.com/rytilahti" title="41 total commits to the home-assistant organization, 32 commits to home-assistant, 7 commits to home-assistant.github.io, 2 commits to netdisco">Teemu R. (@rytilahti)</a></li>
<li><a href="https://github.com/tjstyle" title="2 total commits to the home-assistant organization, 2 commits to pi-gen">Teguh Sobirin (@tjstyle)</a></li>
<li><a href="https://github.com/Tentoe" title="1 total commits to the home-assistant organization, 1 commit to home-assistant-polymer">Tentoe (@Tentoe)</a></li>
<li><a href="https://github.com/terrycarlin" title="2 total commits to the home-assistant organization, 2 commits to home-assistant.github.io">Terry Carlin (@terrycarlin)</a></li>
<li><a href="https://github.com/Theb-1" title="5 total commits to the home-assistant organization, 5 commits to home-assistant">Theb-1 (@Theb-1)</a></li>
<li><a href="https://github.com/thecynic" title="4 total commits to the home-assistant organization, 4 commits to home-assistant">thecynic (@thecynic)</a></li>
@ -851,7 +850,7 @@
<li><a href="https://github.com/Tommatheussen" title="13 total commits to the home-assistant organization, 6 commits to home-assistant, 4 commits to home-assistant-polymer, 3 commits to home-assistant.github.io">Tom Matheussen (@Tommatheussen)</a></li>
<li><a href="https://github.com/tomusher" title="1 total commits to the home-assistant organization, 1 commit to netdisco">Tom Usher (@tomusher)</a></li>
<li><a href="https://github.com/ttu" title="3 total commits to the home-assistant organization, 3 commits to home-assistant">Tomi Tuhkanen (@ttu)</a></li>
<li><a href="https://github.com/atorralba" title="2 total commits to the home-assistant organization, 2 commits to home-assistant.github.io">Tony Torralba (@atorralba)</a></li>
<li><a href="https://github.com/TopdRob" title="3 total commits to the home-assistant organization, 3 commits to home-assistant">TopdRob (@TopdRob)</a></li>
<li><a href="https://github.com/torkildr" title="2 total commits to the home-assistant organization, 2 commits to appdaemon">Torkild Retvedt (@torkildr)</a></li>
<li><a href="https://github.com/Toshik" title="1 total commits to the home-assistant organization, 1 commit to homebridge-homeassistant">Toshik (@Toshik)</a></li>
<li><a href="https://github.com/tradiuz" title="5 total commits to the home-assistant organization, 5 commits to home-assistant.github.io">tradiuz (@tradiuz)</a></li>
@ -859,7 +858,7 @@
<li><a href="https://github.com/tboyce021" title="11 total commits to the home-assistant organization, 8 commits to home-assistant, 3 commits to home-assistant.github.io">Trevor (@tboyce021)</a></li>
<li><a href="https://github.com/treyhunner" title="3 total commits to the home-assistant organization, 3 commits to home-assistant.github.io">Trey Hunner (@treyhunner)</a></li>
<li><a href="https://github.com/trollkarlen" title="5 total commits to the home-assistant organization, 5 commits to home-assistant">trollkarlen (@trollkarlen)</a></li>
<li><a href="https://github.com/tsvi" title="7 total commits to the home-assistant organization, 4 commits to home-assistant, 3 commits to home-assistant.github.io">Tsvi Mostovicz (@tsvi)</a></li>
<li><a href="https://github.com/tsvi" title="8 total commits to the home-assistant organization, 4 commits to home-assistant.github.io, 4 commits to home-assistant">Tsvi Mostovicz (@tsvi)</a></li>
<li><a href="https://github.com/tylercrumpton" title="2 total commits to the home-assistant organization, 2 commits to home-assistant.github.io">Tyler Crumpton (@tylercrumpton)</a></li>
<li><a href="https://github.com/iamtpage" title="2 total commits to the home-assistant organization, 2 commits to home-assistant">Tyler Page (@iamtpage)</a></li>
<li><a href="https://github.com/tobre6" title="1 total commits to the home-assistant organization, 1 commit to homebridge-homeassistant">Tõnis Tobre (@tobre6)</a></li>
@ -878,7 +877,7 @@
<li><a href="https://github.com/tiktok7" title="6 total commits to the home-assistant organization, 4 commits to home-assistant, 2 commits to home-assistant.github.io">Will W. (@tiktok7)</a></li>
<li><a href="https://github.com/joyrider3774" title="7 total commits to the home-assistant organization, 4 commits to home-assistant.github.io, 3 commits to home-assistant">Willems Davy (@joyrider3774)</a></li>
<li><a href="https://github.com/radhus" title="1 total commits to the home-assistant organization, 1 commit to hassio">William Johansson (@radhus)</a></li>
<li><a href="https://github.com/w1ll1am23" title="86 total commits to the home-assistant organization, 59 commits to home-assistant, 25 commits to home-assistant.github.io, 2 commits to netdisco">William Scanlon (@w1ll1am23)</a></li>
<li><a href="https://github.com/w1ll1am23" title="91 total commits to the home-assistant organization, 62 commits to home-assistant, 27 commits to home-assistant.github.io, 2 commits to netdisco">William Scanlon (@w1ll1am23)</a></li>
<li><a href="https://github.com/wind-rider" title="5 total commits to the home-assistant organization, 5 commits to home-assistant">wind-rider (@wind-rider)</a></li>
<li><a href="https://github.com/wuub" title="2 total commits to the home-assistant organization, 2 commits to home-assistant.github.io">Wojciech Bederski (@wuub)</a></li>
<li><a href="https://github.com/wokar" title="12 total commits to the home-assistant organization, 8 commits to home-assistant, 4 commits to home-assistant.github.io">wokar (@wokar)</a></li>
@ -894,10 +893,11 @@
<li><a href="https://github.com/zebpalmer" title="2 total commits to the home-assistant organization, 2 commits to home-assistant.github.io">Zeb Palmer (@zebpalmer)</a></li>
<li><a href="https://github.com/xehn" title="4 total commits to the home-assistant organization, 4 commits to home-assistant.github.io">Zen Tormey (@xehn)</a></li>
<li><a href="https://github.com/zlu" title="4 total commits to the home-assistant organization, 4 commits to home-assistant.github.io">Zhao Lu (@zlu)</a></li>
<li><a href="https://github.com/ziotibia81" title="4 total commits to the home-assistant organization, 4 commits to home-assistant.github.io">ziotibia81 (@ziotibia81)</a></li>
<li><a href="https://github.com/Zippit" title="2 total commits to the home-assistant organization, 2 commits to home-assistant.github.io">Zippit (@Zippit)</a></li>
</ul>
<p>This page is irregularly updated using the <a href="https://github.com/home-assistant/home-assistant.github.io/tree/next/credits_generator"><code class="highlighter-rouge">credits_generator</code> tool</a>. If you think that you are missing, please let us know.</p>
<p><i>This page was last updated Saturday, October 7th 2017, 10:31:01 pm UTC.</i></p>
<p><i>This page was last updated Saturday, October 21st 2017, 8:19:43 pm UTC.</i></p>
</article>
</div>
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">

View file

@ -23,7 +23,7 @@
<meta name="twitter:title" content="Starting with Development">
<meta name="twitter:description" content="Everything to get you started developing for Home Assistant.">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/stylesheets/screen.css" media="screen, projection, print" 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' />

View file

@ -23,7 +23,7 @@
<meta name="twitter:title" content="Development 101">
<meta name="twitter:description" content="Introduction to the basics of Home Assistant.">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/stylesheets/screen.css" media="screen, projection, print" 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' />

View file

@ -23,7 +23,7 @@
<meta name="twitter:title" content="Catching up with Reality">
<meta name="twitter:description" content="Update your fork with the latest commit.">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/stylesheets/screen.css" media="screen, projection, print" 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' />

View file

@ -23,7 +23,7 @@
<meta name="twitter:title" content="Development Checklist">
<meta name="twitter:description" content="Overview of the requirements for an improvement for Home Assistant.">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/stylesheets/screen.css" media="screen, projection, print" 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' />

View file

@ -23,7 +23,7 @@
<meta name="twitter:title" content="Using Config">
<meta name="twitter:description" content="Introduction to the Config object in Home Assistant.">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/stylesheets/screen.css" media="screen, projection, print" 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' />

View file

@ -23,7 +23,7 @@
<meta name="twitter:title" content="Set up Development Environment">
<meta name="twitter:description" content="Set up your environment to start developing for Home Assistant.">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/stylesheets/screen.css" media="screen, projection, print" 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' />

View file

@ -23,7 +23,7 @@
<meta name="twitter:title" content="Using Events">
<meta name="twitter:description" content="Introduction to using events in Home Assistant.">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/stylesheets/screen.css" media="screen, projection, print" 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' />

View file

@ -23,7 +23,7 @@
<meta name="twitter:title" content="Style guidelines">
<meta name="twitter:description" content="Details about styling your code.">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/stylesheets/screen.css" media="screen, projection, print" 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' />

View file

@ -23,7 +23,7 @@
<meta name="twitter:title" content="Hass object">
<meta name="twitter:description" content="Introduction to developing with the hass object.">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/stylesheets/screen.css" media="screen, projection, print" 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' />

View file

@ -23,7 +23,7 @@
<meta name="twitter:title" content="Using Services">
<meta name="twitter:description" content="Introduction to services in Home Assistant.">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/stylesheets/screen.css" media="screen, projection, print" 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' />

View file

@ -23,7 +23,7 @@
<meta name="twitter:title" content="Using States">
<meta name="twitter:description" content="Introduction to states in Home Assistant.">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/stylesheets/screen.css" media="screen, projection, print" 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' />

View file

@ -23,7 +23,7 @@
<meta name="twitter:title" content="Submit your work">
<meta name="twitter:description" content="Submit your work as Pull Request for Home Assistant.">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/stylesheets/screen.css" media="screen, projection, print" 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' />

View file

@ -23,7 +23,7 @@
<meta name="twitter:title" content="Testing your code">
<meta name="twitter:description" content="Make sure that your code passes the checks">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/stylesheets/screen.css" media="screen, projection, print" 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' />

View file

@ -23,7 +23,7 @@
<meta name="twitter:title" content="Validate the input">
<meta name="twitter:description" content="Validation of entries in configuration.yaml">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/stylesheets/screen.css" media="screen, projection, print" 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' />

View file

@ -23,7 +23,7 @@
<meta name="twitter:title" content="Create a new page">
<meta name="twitter:description" content="Create a new page for the documentation">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/stylesheets/screen.css" media="screen, projection, print" 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' />

View file

@ -23,7 +23,7 @@
<meta name="twitter:title" content="Documentation Home Assistant">
<meta name="twitter:description" content="home-assistant.io web presence for the documentation">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/stylesheets/screen.css" media="screen, projection, print" 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' />

View file

@ -23,7 +23,7 @@
<meta name="twitter:title" content="Documentation Standards">
<meta name="twitter:description" content="Standards for the creation and maintenance of documentation for Home Assistant.">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/stylesheets/screen.css" media="screen, projection, print" 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' />

View file

@ -23,7 +23,7 @@
<meta name="twitter:title" content="Frontend development">
<meta name="twitter:description" content="Tips and hints if you are starting on Home Assistant frontend development">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/stylesheets/screen.css" media="screen, projection, print" 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' />

View file

@ -23,7 +23,7 @@
<meta name="twitter:title" content="Adding state card">
<meta name="twitter:description" content="Adding a state card to the frontend">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/stylesheets/screen.css" media="screen, projection, print" 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' />

View file

@ -23,7 +23,7 @@
<meta name="twitter:title" content="Adding more info dialogs">
<meta name="twitter:description" content="Adding a more info dialog to the frontend">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/stylesheets/screen.css" media="screen, projection, print" 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' />

View file

@ -23,7 +23,7 @@
<meta name="twitter:title" content="Creating custom panels">
<meta name="twitter:description" content="Introduction to create custom panels for Home Assistant.">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/stylesheets/screen.css" media="screen, projection, print" 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' />

View file

@ -23,7 +23,7 @@
<meta name="twitter:title" content="Creating custom UI">
<meta name="twitter:description" content="Introduction to create custom ui for Home Assistant.">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/stylesheets/screen.css" media="screen, projection, print" 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' />

View file

@ -23,7 +23,7 @@
<meta name="twitter:title" content="Add-On Communication">
<meta name="twitter:description" content="Describe internal communication Hass.io.">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/stylesheets/screen.css" media="screen, projection, print" 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' />

View file

@ -23,7 +23,7 @@
<meta name="twitter:title" content="Add-On Configuration">
<meta name="twitter:description" content="Steps on how-to create an add-on for Hass.io.">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/stylesheets/screen.css" media="screen, projection, print" 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' />

View file

@ -23,7 +23,7 @@
<meta name="twitter:title" content="Developing an add-on">
<meta name="twitter:description" content="Steps on how-to create an add-on for Hass.io.">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/stylesheets/screen.css" media="screen, projection, print" 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' />

View file

@ -23,7 +23,7 @@
<meta name="twitter:title" content="Publishing your add-on">
<meta name="twitter:description" content="Steps on how-to create an add-on for Hass.io.">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/stylesheets/screen.css" media="screen, projection, print" 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' />

View file

@ -23,7 +23,7 @@
<meta name="twitter:title" content="Create an add-on repository">
<meta name="twitter:description" content="Add-ons repositories.">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/stylesheets/screen.css" media="screen, projection, print" 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' />

View file

@ -23,7 +23,7 @@
<meta name="twitter:title" content="Local add-on testing">
<meta name="twitter:description" content="Instructions on how to test your add-on locally.">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/stylesheets/screen.css" media="screen, projection, print" 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' />

View file

@ -23,7 +23,7 @@
<meta name="twitter:title" content="Tutorial: Making your first add-on">
<meta name="twitter:description" content="Easy tutorial to get started making your first add-on.">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/stylesheets/screen.css" media="screen, projection, print" 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' />

View file

@ -23,7 +23,7 @@
<meta name="twitter:title" content="Hass.io Architecture">
<meta name="twitter:description" content="The architecture of Hass.io.">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/stylesheets/screen.css" media="screen, projection, print" 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' />

View file

@ -23,7 +23,7 @@
<meta name="twitter:title" content="Debugging Hass.io">
<meta name="twitter:description" content="Tips and tricks for when things go wrong.">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/stylesheets/screen.css" media="screen, projection, print" 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' />

View file

@ -23,7 +23,7 @@
<meta name="twitter:title" content="Little online helpers">
<meta name="twitter:description" content="The little helpers for the development of Home Assistant.">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/stylesheets/screen.css" media="screen, projection, print" 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' />

View file

@ -23,7 +23,7 @@
<meta name="twitter:title" content="Developers">
<meta name="twitter:description" content="Everything you need to know to get started with Home Assistant development.">
<meta name="twitter:image" content="https://home-assistant.io/images/architecture/component_interaction.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/stylesheets/screen.css" media="screen, projection, print" 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' />

View file

@ -23,7 +23,7 @@
<meta name="twitter:title" content="Registering sentences">
<meta name="twitter:description" content="Register sentences with the conversation component.">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/stylesheets/screen.css" media="screen, projection, print" 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' />

View file

@ -23,7 +23,7 @@
<meta name="twitter:title" content="Firing intents">
<meta name="twitter:description" content="How to fire intents to be handled by Home Assistant.">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/stylesheets/screen.css" media="screen, projection, print" 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' />

View file

@ -23,7 +23,7 @@
<meta name="twitter:title" content="Handling intents">
<meta name="twitter:description" content="How to handle intents that are fired in Home Assistant.">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/stylesheets/screen.css" media="screen, projection, print" 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' />

View file

@ -23,7 +23,7 @@
<meta name="twitter:title" content="Intents">
<meta name="twitter:description" content="Intents are helping Home Assistant to gather ">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/stylesheets/screen.css" media="screen, projection, print" 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' />

View file

@ -23,7 +23,7 @@
<meta name="twitter:title" content="The Apache 2.0 License">
<meta name="twitter:description" content="The License that all Home Assistant projects are licensed under">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/stylesheets/screen.css" media="screen, projection, print" 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' />

View file

@ -23,7 +23,7 @@
<meta name="twitter:title" content="Maintenance">
<meta name="twitter:description" content="Steps involved to maintain the current state of Home Assistant.">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/stylesheets/screen.css" media="screen, projection, print" 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' />

View file

@ -23,7 +23,7 @@
<meta name="twitter:title" content="Multiple Instances">
<meta name="twitter:description" content="Quick primer on how multiple instances work together.">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/stylesheets/screen.css" media="screen, projection, print" 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' />

View file

@ -23,7 +23,7 @@
<meta name="twitter:title" content="Example light platform">
<meta name="twitter:description" content="Minimum implementation of a Home Assistant platform.">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/stylesheets/screen.css" media="screen, projection, print" 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' />

View file

@ -23,7 +23,7 @@
<meta name="twitter:title" content="Example sensor platform">
<meta name="twitter:description" content="Minimum implementation of a Home Assistant platform.">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/stylesheets/screen.css" media="screen, projection, print" 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' />

View file

@ -23,7 +23,7 @@
<meta name="twitter:title" content="Python Remote API">
<meta name="twitter:description" content="Home Assistant Python Remote API documentation">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/stylesheets/screen.css" media="screen, projection, print" 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' />

View file

@ -23,7 +23,7 @@
<meta name="twitter:title" content="Releasing">
<meta name="twitter:description" content="Steps involved publishing a new Home Assistant release.">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/stylesheets/screen.css" media="screen, projection, print" 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' />

View file

@ -23,7 +23,7 @@
<meta name="twitter:title" content="RESTful API">
<meta name="twitter:description" content="Home Assistant RESTful API documentation">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/stylesheets/screen.css" media="screen, projection, print" 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' />

View file

@ -23,7 +23,7 @@
<meta name="twitter:title" content="Server-sent events">
<meta name="twitter:description" content="Home Assistant Server-sent events documentation">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/stylesheets/screen.css" media="screen, projection, print" 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' />

View file

@ -23,7 +23,7 @@
<meta name="twitter:title" content="WebSocket API">
<meta name="twitter:description" content="Home Assistant WebSocket API documentation">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/stylesheets/screen.css" media="screen, projection, print" 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' />