Site updated at 2018-03-06 19:56:31 UTC

This commit is contained in:
Travis CI 2018-03-06 19:56:31 +00:00
parent a4d56325b2
commit 4053ead194
28 changed files with 75 additions and 75 deletions

View file

@ -184,7 +184,7 @@ The component will only write a log message. Keep in mind for later that you hav
<p class="note">
Entities also have a similar property <code class="highlighter-rouge">state_attributes</code>, which normally doesnt need to be defined by new platforms. This property is used by base components to add standard sets of attributes to a state. Example: The light component uses <code class="highlighter-rouge">state_attributes</code> to add brightness to the state dictionary. If you are designing a new component, you should define <code class="highlighter-rouge">state_attributes</code> instead.
</p>
<p>To get your component included in the Home Assistant releases, follow the steps described in the <a href="https://home-assistant.io/developers/#submitting-improvements">Submitting improvements</a> section. Basically you only need to move your component in the <code class="highlighter-rouge">homeassistant/component/</code> directory of your fork and create a Pull Request.</p>
<p>To get your component included in the Home Assistant releases, follow the steps described in the <a href="https://home-assistant.io/developers/development_submitting/">Submit your work</a> section. Basically you only need to move your component in the <code class="highlighter-rouge">homeassistant/component/</code> directory of your fork and create a Pull Request.</p>
</article>
</div>
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">