Site updated at 2017-08-26 06:14:00 UTC
This commit is contained in:
parent
0408a5478d
commit
bf5e0c0bc2
733 changed files with 8077 additions and 1976 deletions
|
@ -213,6 +213,7 @@
|
|||
<ul>
|
||||
<li><a href='/docs/scripts/service-calls/'>Service Calls </a></li>
|
||||
<li><a href='/docs/scripts/conditions/'>Conditions </a></li>
|
||||
<li><a href='/docs/scripts/editor/'>Editor </a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
|
|
|
@ -179,6 +179,7 @@
|
|||
<ul>
|
||||
<li><a href='/docs/scripts/service-calls/'>Service Calls </a></li>
|
||||
<li><a href='/docs/scripts/conditions/'>Conditions </a></li>
|
||||
<li><a href='/docs/scripts/editor/'>Editor </a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>Automation Editor - Home Assistant</title>
|
||||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Instructions on how to use the new automation editor.">
|
||||
<meta name="description" content="Instructions on how to use the automation editor.">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/docs/automation/editor/">
|
||||
<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/docs/automation/editor/">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:description" content="Instructions on how to use the new automation editor.">
|
||||
<meta property="og:description" content="Instructions on how to use the automation editor.">
|
||||
<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="Automation Editor">
|
||||
<meta name="twitter:description" content="Instructions on how to use the new automation editor.">
|
||||
<meta name="twitter:description" content="Instructions on how to use the automation editor.">
|
||||
<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">
|
||||
|
@ -75,9 +75,8 @@
|
|||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
<p>In Home Assistant 0.45 we have introduced the first version of our automation editor. The editor is still in a very early stage and rough around the edges. For now we are only supporting Chrome but better browser support is planned for the future.</p>
|
||||
<p>If you just created a new configuration with Home Assistant then you’re all set! Go to the UI and enjoy.</p>
|
||||
<p>From the UI choose <strong>Automation</strong> which is located in the sidebar. Press the <strong>+</strong> sign in the lower right corner to get started. This example is based on the manual steps described in the <a href="/getting-started/automation/">Getting started section</a> for a <a href="/components/sensor.random/"><code class="highlighter-rouge">random</code> sensor</a>.</p>
|
||||
<p>In Home Assistant 0.45 we introduced the first version of our automation editor. If you just created a new configuration with Home Assistant then you’re all set! Go to the UI and enjoy.</p>
|
||||
<p>From the UI choose <strong>Configuration</strong> which is located in the sidebar, then click on <strong>Automation</strong> to go to the automation editor. Press the <strong>+</strong> sign in the lower right corner to get started. This example is based on the manual steps described in the <a href="/getting-started/automation/">Getting started section</a> for a <a href="/components/sensor.random/"><code class="highlighter-rouge">random</code> sensor</a>.</p>
|
||||
<p>Choose a meaningful name for your automation rules.</p>
|
||||
<p class="img">
|
||||
<img src="/images/docs/automation-editor/new-automation.png" />
|
||||
|
@ -216,6 +215,7 @@ Any comments in the YAML file will be lost when you update an automation via the
|
|||
<ul>
|
||||
<li><a href='/docs/scripts/service-calls/'>Service Calls </a></li>
|
||||
<li><a href='/docs/scripts/conditions/'>Conditions </a></li>
|
||||
<li><a href='/docs/scripts/editor/'>Editor </a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
|
|
|
@ -213,6 +213,7 @@
|
|||
<ul>
|
||||
<li><a href='/docs/scripts/service-calls/'>Service Calls </a></li>
|
||||
<li><a href='/docs/scripts/conditions/'>Conditions </a></li>
|
||||
<li><a href='/docs/scripts/editor/'>Editor </a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
|
|
|
@ -213,6 +213,7 @@ As of version 0.42 you have to set an initial state in your automations in order
|
|||
<ul>
|
||||
<li><a href='/docs/scripts/service-calls/'>Service Calls </a></li>
|
||||
<li><a href='/docs/scripts/conditions/'>Conditions </a></li>
|
||||
<li><a href='/docs/scripts/editor/'>Editor </a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
|
|
|
@ -417,6 +417,7 @@
|
|||
<ul>
|
||||
<li><a href='/docs/scripts/service-calls/'>Service Calls </a></li>
|
||||
<li><a href='/docs/scripts/conditions/'>Conditions </a></li>
|
||||
<li><a href='/docs/scripts/editor/'>Editor </a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
|
|
|
@ -318,6 +318,7 @@ With template triggers you can also evaluate attribute changes by using is_state
|
|||
<ul>
|
||||
<li><a href='/docs/scripts/service-calls/'>Service Calls </a></li>
|
||||
<li><a href='/docs/scripts/conditions/'>Conditions </a></li>
|
||||
<li><a href='/docs/scripts/editor/'>Editor </a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
|
|
|
@ -168,6 +168,7 @@ INFO [homeassistant.components.automation] Initialized rule Rain is over
|
|||
<ul>
|
||||
<li><a href='/docs/scripts/service-calls/'>Service Calls </a></li>
|
||||
<li><a href='/docs/scripts/conditions/'>Conditions </a></li>
|
||||
<li><a href='/docs/scripts/editor/'>Editor </a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue