Site updated at 2015-11-17 05:48:24 UTC
This commit is contained in:
parent
f9339c33ec
commit
8e4da669aa
165 changed files with 8373 additions and 5285 deletions
|
@ -113,7 +113,7 @@
|
|||
<span class="comment"># Optional radius in meters (default: 100)</span>
|
||||
<span class="key">radius</span>: <span class="string"><span class="content">250</span></span>
|
||||
<span class="comment"># Optional icon to show instead of name</span>
|
||||
<span class="key">icon</span>: <span class="string"><span class="content">group-work</span></span>
|
||||
<span class="key">icon</span>: <span class="string"><span class="content">mdi:school</span></span>
|
||||
|
||||
<span class="key">zone 2</span>:
|
||||
<span class="key">name</span>: <span class="string"><span class="content">Work</span></span>
|
||||
|
@ -126,7 +126,7 @@
|
|||
<span class="key">latitude</span>: <span class="string"><span class="content">32.8793367</span></span>
|
||||
<span class="key">longitude</span>: <span class="string"><span class="content">-117.2474053</span></span>
|
||||
<span class="key">radius</span>: <span class="string"><span class="content">100</span></span>
|
||||
<span class="key">icon</span>: <span class="string"><span class="content">social:people</span></span>
|
||||
<span class="key">icon</span>: <span class="string"><span class="content">mdi:account-multiple</span></span>
|
||||
</pre></div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -137,10 +137,7 @@
|
|||
|
||||
<h4><a class="title-link" name="icons" href="#icons"></a> Icons</h4>
|
||||
|
||||
<p>It is preferred to pick an icon to use for your zone. By default, Home Assistant includes most of the <a href="https://www.google.com/design/icons/">material icons</a>. See <a href="https://github.com/balloob/home-assistant-polymer/blob/master/src/resources/home-assistant-icons.html#L3">the source</a> for a specific list which categories are included.</p>
|
||||
|
||||
<p>For all but the action category you will need to prefix the icon name with its category. For example <code>social:people</code> or <code>av:radio</code>. For the action category, you will not need to do this, examples are <code>home</code>, <code>work,</code>, <code>group-work</code> and <code>shopping-cart</code>.</p>
|
||||
|
||||
<p>It is preferred to pick an icon to use for your zone. Pick any zone that you can find on <a href="https://materialdesignicons.com/">materialdesignicons.com</a> and prefix the name with <code>mdi:</code>. For example <code>mdi:school</code>, <code>mdi:worker</code>, <code>mdi:home</code>, <code>mdi:cart</code>, <code>mdi:castle</code>.</p>
|
||||
|
||||
</article>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue