Site updated at 2017-10-13 12:26:36 UTC
This commit is contained in:
parent
10bf5699f9
commit
47327bf7df
28 changed files with 83 additions and 75 deletions
|
@ -8,7 +8,7 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>Config - Home Assistant</title>
|
||||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Instructions how to setup the configuration panel Home Assistant.">
|
||||
<meta name="description" content="Instructions how to setup the configuration panel for Home Assistant.">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/components/config/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
|
@ -16,12 +16,12 @@
|
|||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/components/config/">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:description" content="Instructions how to setup the configuration panel Home Assistant.">
|
||||
<meta property="og:description" content="Instructions how to setup the configuration panel for Home Assistant.">
|
||||
<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="Config">
|
||||
<meta name="twitter:description" content="Instructions how to setup the configuration panel Home Assistant.">
|
||||
<meta name="twitter:description" content="Instructions how to setup the configuration panel for Home Assistant.">
|
||||
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
|
||||
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
|
||||
<link href="/atom.xml" rel="alternate" title="Home Assistant" type="application/atom+xml">
|
||||
|
@ -80,16 +80,19 @@
|
|||
<span class="s">config</span><span class="pi">:</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
<h3><a class="title-link" name="group--views" href="#group--views"></a> Group & Views</h3>
|
||||
<p>The <strong>Groups & Views</strong> sections allows you to re-arrange your <a href="/components/group/">groups</a>. Also, you can edit the group’s setting and switch between “view” and “group”.</p>
|
||||
<p class="img">
|
||||
<img src="/images/screenshots/group-views.png" />
|
||||
</p>
|
||||
<h3><a class="title-link" name="server-management" href="#server-management"></a> Server Management</h3>
|
||||
<h3><a class="title-link" name="general" href="#general"></a> General</h3>
|
||||
<p>This section enables you to control Home Assistant from within Home Assistant. Check your configuration, reload the core, groups, and automation, and the Home Assistant process itself. With a single mouse click.</p>
|
||||
<p class="img">
|
||||
<img src="/images/screenshots/server-management.png" />
|
||||
</p>
|
||||
<h3><a class="title-link" name="customization" href="#customization"></a> Customization</h3>
|
||||
<p>This section enables you to customize entities within Home Assistant. Use this to set friendly names, change icons, hide entities, and modify other attributes.</p>
|
||||
<h3><a class="title-link" name="automation" href="#automation"></a> Automation</h3>
|
||||
<p>This section enables you to create and modify automations from within Home Assistant, without needing to write out the yaml code.</p>
|
||||
<h3><a class="title-link" name="script" href="#script"></a> Script</h3>
|
||||
<p>Similar to the automation editor, this section enables you to create and modify scripts from within Home Assistant, without needing to write out the yaml code.</p>
|
||||
<h3><a class="title-link" name="z-wave" href="#z-wave"></a> Z-Wave</h3>
|
||||
<p>This section enables you to control your Z-Wave network and devices from within Home Assistant. You can add and remove devices, as well as change device specific configuration variables.</p>
|
||||
</article>
|
||||
</div>
|
||||
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue