Site updated at 2017-02-23 16:26:28 UTC
This commit is contained in:
parent
b212569c16
commit
8d86d0717a
137 changed files with 1028 additions and 166 deletions
|
@ -7,26 +7,26 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>Hass - Home Assistant</title>
|
||||
<title>hass - 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 hass.">
|
||||
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/docs/tools/hass/">
|
||||
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Hass">
|
||||
<meta property="og:title" content="hass">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/docs/tools/hass/">
|
||||
<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 hass.">
|
||||
<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="Hass">
|
||||
<meta name="twitter:description" content="Description of tools which helps when using Home Assistant.">
|
||||
<meta name="twitter:title" content="hass">
|
||||
<meta name="twitter:description" content="Description of hass.">
|
||||
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
|
||||
|
||||
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
|
||||
|
@ -92,7 +92,7 @@
|
|||
<hr class="divider">
|
||||
|
||||
|
||||
<p>The command-line part of Home Assistant is</p>
|
||||
<p>The command-line part of Home Assistant is <code class="highlighter-rouge">hass</code>.</p>
|
||||
|
||||
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>hass -h
|
||||
usage: hass <span class="o">[</span>-h] <span class="o">[</span>--version] <span class="o">[</span>-c path_to_config_dir] <span class="o">[</span>--demo-mode] <span class="o">[</span>--debug]
|
||||
|
@ -125,6 +125,7 @@ optional arguments:
|
|||
</div>
|
||||
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
|
||||
|
@ -170,7 +171,6 @@ optional arguments:
|
|||
<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>
|
||||
|
@ -222,6 +222,14 @@ optional arguments:
|
|||
<li><a href='/docs/scripts/conditions/'>Conditions </a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/docs/tools/'>Tools and Helpers </a>
|
||||
<ul>
|
||||
<li><a href='/docs/tools/dev-tools/'>Developer Tools </a></li>
|
||||
<li><a class='active' 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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue