Site updated at 2016-06-05 14:12:13 UTC
This commit is contained in:
parent
78f980f8ba
commit
2d7d7cbeaa
53 changed files with 679 additions and 252 deletions
|
@ -89,13 +89,11 @@
|
|||
<hr class="divider">
|
||||
|
||||
|
||||
<p>By default, all of your devices will be visible and have a default icon determined by their domain. You can customize the look and feel of your front <br />
|
||||
page by altering some of these parameters. This can be done by adding the following configuration inside the <code>homeassistant:</code> section.</p>
|
||||
<p>By default, all of your devices will be visible and have a default icon determined by their domain. You can customize the look and feel of your front page by altering some of these parameters. This can be done by adding the following configuration inside the <code>homeassistant:</code> section.</p>
|
||||
|
||||
<p>Devices that you don’t want to have visible can be hidden with <code>hidden</code>. <br />
|
||||
<code>entity_picture</code>entries, badges, <code>device_tracker</code> pictures, etc. can either be external URLs (e.g. <code>http://example.com/example.jpg</code>) or <br />
|
||||
of the form <code>/local/filename.jpg</code>, where <code>/local</code> represents the directory <code>www</code> in the HASS configuration directory. <br />
|
||||
You may have to create the <code>www</code> directory yourself as it is not made automatically.</p>
|
||||
<p>Devices that you don’t want to have visible can be hidden with <code>hidden</code>.</p>
|
||||
|
||||
<p><code>entity_picture</code>entries, badges, <code>device_tracker</code> pictures, etc. can either be external URLs (e.g. <code>http://example.com/example.jpg</code>) or of the form <code>/local/filename.jpg</code>, where <code>/local</code> represents the directory <code>www</code> in the HASS configuration directory. You may have to create the <code>www</code> directory yourself as it is not made automatically.</p>
|
||||
|
||||
<p>You can also use <code>icon</code> and refer to any icon from <a href="http://MaterialDesignIcons.com">MaterialDesignIcons.com</a>.</p>
|
||||
|
||||
|
@ -150,15 +148,16 @@ You may have to create the <code>www</code> directory yourself as it is not made
|
|||
<li><a href='/getting-started/installation-raspberry-pi-all-in-one/'>Raspberry Pi All-In-One Installer </a></li>
|
||||
<li><a href='/getting-started/installation-docker/'>Docker </a></li>
|
||||
<li><a href='/getting-started/installation-synology/'>Synology NAS </a></li>
|
||||
<li><a href='/getting-started/installation-virtualenv/'>VirtualEnv Linux </a></li>
|
||||
<li><a href='/getting-started/installation-virtualenv/'>Virtualenv Linux </a></li>
|
||||
<li><a href='/getting-started/updating/'>Updating </a></li>
|
||||
<li><a href='/getting-started/troubleshooting/'>Troubleshooting </a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
Configuration
|
||||
<a href='/getting-started/configuration/'>Configuration </a>
|
||||
<ul>
|
||||
<li><a href='/getting-started/configuration/'>Configuration.yaml </a></li>
|
||||
<li><a href='/getting-started/yaml/'>YAML </a></li>
|
||||
<li><a href='/getting-started/basic/'>Basic information </a></li>
|
||||
<li><a href='/getting-started/devices/'>Setting up devices </a></li>
|
||||
<li><a class='active' href='/getting-started/customizing-devices/'>Customizing devices and services </a></li>
|
||||
<li><a href='/getting-started/presence-detection/'>Presence Detection </a></li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue