Site updated at 2017-02-23 16:26:28 UTC

This commit is contained in:
Travis CI 2017-02-23 16:26:29 +00:00
parent b212569c16
commit 8d86d0717a
137 changed files with 1028 additions and 166 deletions

View file

@ -7,26 +7,26 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Tools - Home Assistant</title>
<title>Development Tools - Home Assistant</title>
<meta name="author" content="Home Assistant">
<meta name="description" content="Description of tools which helps when using Home Assistant.">
<meta name="description" content="Description of the Developer Tools.">
<meta name="viewport" content="width=device-width">
<link rel="canonical" href="https://home-assistant.io/docs/tools/dev-tools/">
<meta property="fb:app_id" content="338291289691179">
<meta property="og:title" content="Tools">
<meta property="og:title" content="Development Tools">
<meta property="og:site_name" content="Home Assistant">
<meta property="og:url" content="https://home-assistant.io/docs/tools/dev-tools/">
<meta property="og:type" content="article">
<meta property="og:description" content="Description of tools which helps when using Home Assistant.">
<meta property="og:description" content="Description of the Developer Tools.">
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@home_assistant">
<meta name="twitter:title" content="Tools">
<meta name="twitter:description" content="Description of tools which helps when using Home Assistant.">
<meta name="twitter:title" content="Development Tools">
<meta name="twitter:description" content="Description of the Developer Tools.">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
@ -86,13 +86,49 @@
<header>
<h1 class="title indent">
Tools
Development Tools
</h1>
</header>
<hr class="divider">
<p>Home Assistant ships a couple of helpers for the command-line and the frontend which simplify common tasks, are helping with migrations, and ensure that Home Assistant runs properly.</p>
<p>The frontend contains a section called “Developer Tools”.</p>
<p class="img">
<img src="/images/screenshots/developer-tools.png" />
Screenshot of Home Assistants Developer Tools.
</p>
<table>
<thead>
<tr>
<th>Section</th>
<th>description</th>
</tr>
</thead>
<tbody>
<tr>
<td>Services</td>
<td>Calls services from components</td>
</tr>
<tr>
<td>States</td>
<td>Sets the representation of an entity</td>
</tr>
<tr>
<td>Events</td>
<td>Fires events</td>
</tr>
<tr>
<td>Templates</td>
<td>Renders templates</td>
</tr>
<tr>
<td>Info</td>
<td>Details about Home Assistant</td>
</tr>
</tbody>
</table>
</article>
@ -140,7 +176,6 @@
<li><a href='/docs/configuration/basic/'>Basic information </a></li>
<li><a href='/docs/configuration/devices/'>Setting up devices </a></li>
<li><a href='/docs/configuration/customizing-devices/'>Customizing devices and services </a></li>
<li><a href='/docs/configuration/presence-detection/'>Presence Detection </a></li>
<li><a href='/docs/configuration/troubleshooting/'>Troubleshooting </a></li>
<li><a href='/docs/configuration/securing/'>Security Check Points </a></li>
</ul>
@ -192,6 +227,14 @@
<li><a href='/docs/scripts/conditions/'>Conditions </a></li>
</ul>
</li>
<li>
<a href='/docs/tools/'>Tools and Helpers </a>
<ul>
<li><a class='active' href='/docs/tools/dev-tools/'>Developer Tools </a></li>
<li><a href='/docs/tools/hass/'>hass </a></li>
<li><a href='/docs/tools/scripts/'>Scripts </a></li>
</ul>
</li>
<li>
<a href='/docs/z-wave/'>Z-Wave </a>
<ul>