Site updated at 2017-03-18 09:29:32 UTC

This commit is contained in:
Travis CI 2017-03-18 09:29:32 +00:00
parent 197236a942
commit 7573fcba68
24 changed files with 38 additions and 38 deletions

View file

@ -93,7 +93,7 @@
<p>If you would like to use your own <a href="/developers/frontend_add_card/">State card</a> without merging your code into <a href="https://github.com/home-assistant/home-assistant-polymer/">home-assistant-polymer</a> you can create your own implementation.</p>
<ul>
<li>Put the element source file and its dependencies in <code class="highlighter-rouge">www/custom_ui/</code> directory under you homeassistant config.</li>
<li>Put the element source file and its dependencies in <code class="highlighter-rouge">www/custom_ui/</code> directory under your homeassistant config directory.</li>
</ul>
<p>For example if creating a state card for the <code class="highlighter-rouge">light</code> domain named <code class="highlighter-rouge">my_custom_light_card</code> put <code class="highlighter-rouge">state-card-my_custom_light_card.html</code> in <code class="highlighter-rouge">www/custom_ui/</code>.</p>