Site updated at 2017-01-28 05:59:10 UTC
This commit is contained in:
parent
d9ee9d97db
commit
257bae1f54
145 changed files with 438 additions and 288 deletions
31
atom.xml
31
atom.xml
|
@ -4,7 +4,7 @@
|
|||
<title><![CDATA[Home Assistant]]></title>
|
||||
<link href="https://home-assistant.io/atom.xml" rel="self"/>
|
||||
<link href="https://home-assistant.io/"/>
|
||||
<updated>2017-01-27T19:41:57+00:00</updated>
|
||||
<updated>2017-01-28T05:56:46+00:00</updated>
|
||||
<id>https://home-assistant.io/</id>
|
||||
<author>
|
||||
<name><![CDATA[Home Assistant]]></name>
|
||||
|
@ -14,11 +14,17 @@
|
|||
|
||||
|
||||
<entry>
|
||||
<title type="html"><![CDATA[Home Assistant Governance]]></title>
|
||||
<title type="html"><![CDATA[Home Assistant Governance [updated]]]></title>
|
||||
<link href="https://home-assistant.io/blog/2017/01/21/home-assistant-governance/"/>
|
||||
<updated>2017-01-21T23:05:00+00:00</updated>
|
||||
<id>https://home-assistant.io/blog/2017/01/21/home-assistant-governance</id>
|
||||
<content type="html"><![CDATA[<p>The Home Assistant project and community has seen enormous growth in the last three years. Many volunteers work tirelessly everyday to give you all the awesomeness that you see today. Much more work is involved than many people realize. Beyond simply coding Home Assistant, volunteers continually maintain related projects, update documentation, post examples, author blog posts, and moderate the forums and chat. This is something that we want to keep safe and functional, even as we grow.</p>
|
||||
<content type="html"><![CDATA[<h3><a class="title-link" name="update-jan-28-2017" href="#update-jan-28-2017"></a> UPDATE JAN 28, 2017</h3>
|
||||
|
||||
<p>After feedback from the community we have updated <a href="https://home-assistant.io/developers/cla/">the CLA</a> and the license that Home Assistant is distributed under. For the CLA, instead of enforcing requirements on the grants and code, we now require contributions to be licensed under the Apache 2.0 license. Special thanks to <a href="https://twitter.com/mjg59">Matthew Garrett</a> for his feedback and advice. This also means that starting with release 0.37, Home Assistant will re-license the current code under <a href="https://home-assistant.io/developers/license/">the Apache 2.0 license</a>.</p>
|
||||
|
||||
<hr />
|
||||
|
||||
<p>The Home Assistant project and community has seen enormous growth in the last three years. Many volunteers work tirelessly everyday to give you all the awesomeness that you see today. Much more work is involved than many people realize. Beyond simply coding Home Assistant, volunteers continually maintain related projects, update documentation, post examples, author blog posts, and moderate the forums and chat. This is something that we want to keep safe and functional, even as we grow.</p>
|
||||
|
||||
<p>Starting today we are announcing a few initiatives to help protect our users, contributors and community members.</p>
|
||||
|
||||
|
@ -32,7 +38,7 @@
|
|||
|
||||
<h2><a class="title-link" name="contributor-license-agreement" href="#contributor-license-agreement"></a> Contributor License Agreement</h2>
|
||||
|
||||
<p>Moving forward we will also require that all contributors to any project have electronically signed a contributor license agreement (CLA). We have adopted the CLA that GitHub uses for their projects. Currently we have no plans to retroactively require a CLA for previous contributions, only those going forward.</p>
|
||||
<p>Moving forward we will also require that all contributors to any project have electronically signed our <a href="https://home-assistant.io/developers/cla/">contributor license agreement (CLA)</a>. <del>We have adopted the CLA that GitHub uses for their projects</del> (see update at the top). Currently we have no plans to retroactively require a CLA for previous contributions, only those going forward.</p>
|
||||
|
||||
<p>Until a signed CLA is on file your pull request will not be reviewed or accepted. When you open a new pull request, if you do not have a CLA on file, our helpful bot will walk you through the steps to complete the process.</p>
|
||||
|
||||
|
@ -69,10 +75,6 @@
|
|||
|
||||
<p>There are many projects without corporate ownership that use a CLA or even a copyright assignment: jQuery and Eclipse, for example. However, it is true that projects with financial backing tend to be at a higher risk of becoming a target, so they may have a lower tolerance for legal ambiguity.</p>
|
||||
|
||||
<h3><a class="title-link" name="what-makes-the-github-cla-different-from-other-clas" href="#what-makes-the-github-cla-different-from-other-clas"></a> What makes the GitHub CLA different from other CLAs?</h3>
|
||||
|
||||
<p>The GitHub CLA does not include benign terms that serve no purpose, nor does it include pernicious terms that try to grab more rights than necessary to protect users of the project. Accepting the CLA is a low-overhead click-through when making a pull request, and it only needs to be accepted on the first contribution to a project or organization.</p>
|
||||
|
||||
<h2><a class="title-link" name="security-requirements" href="#security-requirements"></a> Security requirements</h2>
|
||||
|
||||
<p>With more collaborators involved with Home Assistant we are also exposing ourselves to more risk as more people have write access. As such we taking the following steps.</p>
|
||||
|
@ -88,15 +90,7 @@
|
|||
|
||||
<h3><a class="title-link" name="code-license" href="#code-license"></a> Code License</h3>
|
||||
|
||||
<p>The chosen license for all code projects under the Home Assistant organization is The MIT License.</p>
|
||||
|
||||
<p>The core Home Assistant project has been licensed under the MIT license since almost the beginning of the project and is the most chosen license for open source projects.</p>
|
||||
|
||||
<p>Wikipedia has this to say about it:</p>
|
||||
|
||||
<blockquote>
|
||||
<p>The MIT License is a permissive free software license originating at the Massachusetts Institute of Technology (MIT). As a permissive license, it puts only very limited restriction on reuse and has therefore an excellent license compatibility. The MIT license permits reuse within proprietary software provided that all copies of the licensed software include a copy of the MIT License terms and the copyright notice. The MIT license is also compatible with many copyleft licenses, such as the GNU General Public License (GPL); MIT licensed software can be integrated into GPL software, but not the other way around.</p>
|
||||
</blockquote>
|
||||
<p>The chosen license for all code projects under the Home Assistant organization is <a href="https://home-assistant.io/developers/license/">the Apache 2.0 license</a>.</p>
|
||||
|
||||
<h3><a class="title-link" name="documentation-license" href="#documentation-license"></a> Documentation License</h3>
|
||||
|
||||
|
@ -108,7 +102,8 @@
|
|||
|
||||
<h2><a class="title-link" name="in-closing" href="#in-closing"></a> In closing</h2>
|
||||
|
||||
<p>We hope you understand that our desire with these changes is only to help protect the amazing community that has been built around Home Assistant. If you have any questions, please contact me via email, Twitter or Gitter.</p>
|
||||
<p>We hope you understand that our desire with these changes is only to help protect the amazing community that has been built around Home Assistant. If you have any questions, please contact us via email, Twitter or Gitter.</p>
|
||||
|
||||
]]></content>
|
||||
</entry>
|
||||
|
||||
|
|
|
@ -171,7 +171,7 @@
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -226,7 +226,7 @@ This article will try to explain how they all relate.</p>
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -206,7 +206,7 @@
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -183,7 +183,7 @@
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -186,7 +186,7 @@
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -194,7 +194,7 @@ Home Assistant now supports <code class="highlighter-rouge">--open-ui</code> and
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -202,7 +202,7 @@ Events are saved in a local database. Google Graphs is used to draw the graph. D
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -187,7 +187,7 @@
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -177,7 +177,7 @@
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -178,7 +178,7 @@ The old logo, the new detailed logo and the new simple logo.
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -211,7 +211,7 @@ An initial version of voice control for Home Assistant has landed. The current i
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -246,7 +246,7 @@ I (Paulus) have contributed a scene component. A user can create scenes that cap
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -257,7 +257,7 @@
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -198,7 +198,7 @@
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -278,7 +278,7 @@ Before diving into the newly supported devices and services, I want to highlight
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -329,7 +329,7 @@ This switch platform allows you to control your motion detection setting on your
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -285,7 +285,7 @@ Fabian has added support for <a href="https://forecast.io/">Forecast.io</a> to g
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -270,7 +270,7 @@ Support for Temper temperature sensors has been contributed by <a href="https://
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -194,7 +194,7 @@
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -307,7 +307,7 @@ The automation and script syntax here is using a deprecated and no longer suppor
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -271,7 +271,7 @@
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -362,7 +362,7 @@
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -343,7 +343,7 @@
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -236,7 +236,7 @@ Glances web server started on http://0.0.0.0:61208/
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -221,7 +221,7 @@ Automation has gotten a lot of love. It now supports conditions, multiple trigge
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -201,7 +201,7 @@ Map in Home Assistant showing two people and three zones (home, school, work)
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -410,7 +410,7 @@ Home Assistant will keep track of historical values and allow you to integrate i
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -190,7 +190,7 @@
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -212,7 +212,7 @@ This makes more sense as most people run Home Assistant as a daemon</p>
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -206,7 +206,7 @@
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -248,7 +248,7 @@
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -183,7 +183,7 @@
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -190,7 +190,7 @@
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -265,7 +265,7 @@ name: binary_sensor
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -227,7 +227,7 @@ This is where we’ll configure our task, so select the plus icon to select an a
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -203,7 +203,7 @@ Philips Hue FAQ entries regarding 3rd party light bulbs.
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -262,7 +262,7 @@ sudo docker run -it --rm -p 80:80 --name certbot <span class="se">\</span>
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -222,7 +222,7 @@
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -204,7 +204,7 @@
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -208,7 +208,7 @@
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -210,7 +210,7 @@ Example of the new views in the frontend. <a href="/components/group/">Learn mor
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -381,7 +381,7 @@ Z-Wave light bulb |
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -347,7 +347,7 @@
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -213,7 +213,7 @@
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -297,7 +297,7 @@
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -221,7 +221,7 @@ Hold your NFC tag against the belly of Garfield to unlock the alarm.
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -212,7 +212,7 @@
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -216,7 +216,7 @@ player state attributes. This change affects automations, scripts and scenes.</l
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -225,7 +225,7 @@
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -181,7 +181,7 @@
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -187,7 +187,7 @@
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -195,7 +195,7 @@
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -179,7 +179,7 @@
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -196,7 +196,7 @@
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -214,7 +214,7 @@
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -301,7 +301,7 @@ For example, my wife works next door - and I couldn’t detect whether she’s a
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -177,7 +177,7 @@
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -259,7 +259,7 @@
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -177,7 +177,7 @@
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -191,7 +191,7 @@
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -210,7 +210,7 @@
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -181,7 +181,7 @@
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -317,7 +317,7 @@
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -197,7 +197,7 @@
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -231,7 +231,7 @@
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -202,7 +202,7 @@
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -224,7 +224,7 @@
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -278,7 +278,7 @@ target_dir /tmp
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -225,7 +225,7 @@
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -220,7 +220,7 @@ Over a year ago I participated in the <a href="https://www.kickstarter.com/proje
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -220,7 +220,7 @@
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -272,7 +272,7 @@ SQLite version 3.11.0 2016-02-15 17:29:24
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -237,7 +237,7 @@ One of the graphs created with this tutorial.
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -324,7 +324,7 @@ If a module is missing then you need to download it from the <a href="https://gi
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -239,7 +239,7 @@
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -276,7 +276,7 @@
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -312,7 +312,7 @@
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -238,7 +238,7 @@
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -292,7 +292,7 @@
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -178,7 +178,7 @@ Heatmap
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -373,7 +373,7 @@
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -268,7 +268,7 @@ So, part 1 of <a href="/blog/2016/07/28/esp8266-and-micropython-part1/">ESP8266
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -271,7 +271,7 @@
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -289,7 +289,7 @@
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -189,7 +189,7 @@
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -194,7 +194,7 @@
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -297,7 +297,7 @@
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -496,7 +496,7 @@
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -211,7 +211,7 @@
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -291,7 +291,7 @@
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -243,7 +243,7 @@
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -320,7 +320,7 @@
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -260,7 +260,7 @@
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -187,7 +187,7 @@
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -199,7 +199,7 @@
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -271,7 +271,7 @@ You have to note:
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -185,7 +185,7 @@
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>Home Assistant Governance - Home Assistant</title>
|
||||
<title>Home Assistant Governance [updated] - Home Assistant</title>
|
||||
<meta name="author" content="Paulus Schoutsen">
|
||||
<meta name="description" content="Protecting Home Assistant for all, now and into the future">
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
|||
<link rel="canonical" href="https://home-assistant.io/blog/2017/01/21/home-assistant-governance/">
|
||||
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Home Assistant Governance">
|
||||
<meta property="og:title" content="Home Assistant Governance [updated]">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/blog/2017/01/21/home-assistant-governance/">
|
||||
<meta property="og:type" content="article">
|
||||
|
@ -25,7 +25,7 @@
|
|||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:site" content="@home_assistant">
|
||||
<meta name="twitter:creator" content="@balloob">
|
||||
<meta name="twitter:title" content="Home Assistant Governance">
|
||||
<meta name="twitter:title" content="Home Assistant Governance [updated]">
|
||||
<meta name="twitter:description" content="Protecting Home Assistant for all, now and into the future">
|
||||
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
||||
|
@ -81,14 +81,14 @@
|
|||
|
||||
<header>
|
||||
|
||||
<h1 class="title indent">Home Assistant Governance</h1>
|
||||
<h1 class="title indent">Home Assistant Governance [updated]</h1>
|
||||
|
||||
|
||||
|
||||
<div class="meta clearfix">
|
||||
<time datetime="2017-01-21T23:05:00+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> January 21, 2017</time>
|
||||
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
||||
<span><i class='icon-time'></i> six minutes reading time</span>
|
||||
<span><i class='icon-time'></i> five minutes reading time</span>
|
||||
<span>
|
||||
<i class="icon-tags"></i>
|
||||
<ul class="tags unstyled">
|
||||
|
@ -109,7 +109,13 @@
|
|||
</header>
|
||||
|
||||
|
||||
<p>The Home Assistant project and community has seen enormous growth in the last three years. Many volunteers work tirelessly everyday to give you all the awesomeness that you see today. Much more work is involved than many people realize. Beyond simply coding Home Assistant, volunteers continually maintain related projects, update documentation, post examples, author blog posts, and moderate the forums and chat. This is something that we want to keep safe and functional, even as we grow.</p>
|
||||
<h3><a class="title-link" name="update-jan-28-2017" href="#update-jan-28-2017"></a> UPDATE JAN 28, 2017</h3>
|
||||
|
||||
<p>After feedback from the community we have updated <a href="/developers/cla/">the CLA</a> and the license that Home Assistant is distributed under. For the CLA, instead of enforcing requirements on the grants and code, we now require contributions to be licensed under the Apache 2.0 license. Special thanks to <a href="https://twitter.com/mjg59">Matthew Garrett</a> for his feedback and advice. This also means that starting with release 0.37, Home Assistant will re-license the current code under <a href="/developers/license/">the Apache 2.0 license</a>.</p>
|
||||
|
||||
<hr />
|
||||
|
||||
<p>The Home Assistant project and community has seen enormous growth in the last three years. Many volunteers work tirelessly everyday to give you all the awesomeness that you see today. Much more work is involved than many people realize. Beyond simply coding Home Assistant, volunteers continually maintain related projects, update documentation, post examples, author blog posts, and moderate the forums and chat. This is something that we want to keep safe and functional, even as we grow.</p>
|
||||
|
||||
<p>Starting today we are announcing a few initiatives to help protect our users, contributors and community members.</p>
|
||||
|
||||
|
@ -123,7 +129,7 @@
|
|||
|
||||
<h2><a class="title-link" name="contributor-license-agreement" href="#contributor-license-agreement"></a> Contributor License Agreement</h2>
|
||||
|
||||
<p>Moving forward we will also require that all contributors to any project have electronically signed a contributor license agreement (CLA). We have adopted the CLA that GitHub uses for their projects. Currently we have no plans to retroactively require a CLA for previous contributions, only those going forward.</p>
|
||||
<p>Moving forward we will also require that all contributors to any project have electronically signed our <a href="/developers/cla/">contributor license agreement (CLA)</a>. <del>We have adopted the CLA that GitHub uses for their projects</del> (see update at the top). Currently we have no plans to retroactively require a CLA for previous contributions, only those going forward.</p>
|
||||
|
||||
<p>Until a signed CLA is on file your pull request will not be reviewed or accepted. When you open a new pull request, if you do not have a CLA on file, our helpful bot will walk you through the steps to complete the process.</p>
|
||||
|
||||
|
@ -160,10 +166,6 @@
|
|||
|
||||
<p>There are many projects without corporate ownership that use a CLA or even a copyright assignment: jQuery and Eclipse, for example. However, it is true that projects with financial backing tend to be at a higher risk of becoming a target, so they may have a lower tolerance for legal ambiguity.</p>
|
||||
|
||||
<h3><a class="title-link" name="what-makes-the-github-cla-different-from-other-clas" href="#what-makes-the-github-cla-different-from-other-clas"></a> What makes the GitHub CLA different from other CLAs?</h3>
|
||||
|
||||
<p>The GitHub CLA does not include benign terms that serve no purpose, nor does it include pernicious terms that try to grab more rights than necessary to protect users of the project. Accepting the CLA is a low-overhead click-through when making a pull request, and it only needs to be accepted on the first contribution to a project or organization.</p>
|
||||
|
||||
<h2><a class="title-link" name="security-requirements" href="#security-requirements"></a> Security requirements</h2>
|
||||
|
||||
<p>With more collaborators involved with Home Assistant we are also exposing ourselves to more risk as more people have write access. As such we taking the following steps.</p>
|
||||
|
@ -179,15 +181,7 @@
|
|||
|
||||
<h3><a class="title-link" name="code-license" href="#code-license"></a> Code License</h3>
|
||||
|
||||
<p>The chosen license for all code projects under the Home Assistant organization is The MIT License.</p>
|
||||
|
||||
<p>The core Home Assistant project has been licensed under the MIT license since almost the beginning of the project and is the most chosen license for open source projects.</p>
|
||||
|
||||
<p>Wikipedia has this to say about it:</p>
|
||||
|
||||
<blockquote>
|
||||
<p>The MIT License is a permissive free software license originating at the Massachusetts Institute of Technology (MIT). As a permissive license, it puts only very limited restriction on reuse and has therefore an excellent license compatibility. The MIT license permits reuse within proprietary software provided that all copies of the licensed software include a copy of the MIT License terms and the copyright notice. The MIT license is also compatible with many copyleft licenses, such as the GNU General Public License (GPL); MIT licensed software can be integrated into GPL software, but not the other way around.</p>
|
||||
</blockquote>
|
||||
<p>The chosen license for all code projects under the Home Assistant organization is <a href="/developers/license/">the Apache 2.0 license</a>.</p>
|
||||
|
||||
<h3><a class="title-link" name="documentation-license" href="#documentation-license"></a> Documentation License</h3>
|
||||
|
||||
|
@ -199,7 +193,7 @@
|
|||
|
||||
<h2><a class="title-link" name="in-closing" href="#in-closing"></a> In closing</h2>
|
||||
|
||||
<p>We hope you understand that our desire with these changes is only to help protect the amazing community that has been built around Home Assistant. If you have any questions, please contact me via email, Twitter or Gitter.</p>
|
||||
<p>We hope you understand that our desire with these changes is only to help protect the amazing community that has been built around Home Assistant. If you have any questions, please contact us via email, Twitter or Gitter.</p>
|
||||
</article>
|
||||
|
||||
|
||||
|
|
|
@ -3264,7 +3264,7 @@
|
|||
</time>
|
||||
</div>
|
||||
<div class="grid__item four-fifths palm-one-whole">
|
||||
<h1 class="gamma"><a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a></h1>
|
||||
<h1 class="gamma"><a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a></h1>
|
||||
|
||||
<footer class="meta">
|
||||
<span>
|
||||
|
@ -3343,7 +3343,7 @@
|
|||
|
||||
|
||||
<li class="post">
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance</a>
|
||||
<a href="/blog/2017/01/21/home-assistant-governance/">Home Assistant Governance [updated]</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue