Site updated at 2017-12-18 12:40:58 UTC

This commit is contained in:
Travis CI 2017-12-18 12:40:58 +00:00
parent 2fffb30834
commit 680df69178
29 changed files with 76 additions and 74 deletions

View file

@ -8,7 +8,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Mochad Light - Home Assistant</title>
<meta name="author" content="Home Assistant">
<meta name="description" content="Instructions how to integrate X10 Mochad switches into Home Assistant.">
<meta name="description" content="Instructions how to integrate X10 Mochad lights into Home Assistant.">
<meta name="viewport" content="width=device-width">
<link rel="canonical" href="https://home-assistant.io/components/light.mochad/">
<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/light.mochad/">
<meta property="og:type" content="article">
<meta property="og:description" content="Instructions how to integrate X10 Mochad switches into Home Assistant.">
<meta property="og:description" content="Instructions how to integrate X10 Mochad lights into 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="Mochad Light">
<meta name="twitter:description" content="Instructions how to integrate X10 Mochad switches into Home Assistant.">
<meta name="twitter:description" content="Instructions how to integrate X10 Mochad lights into Home Assistant.">
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
<link href="/stylesheets/screen.css" media="screen, projection, print" rel="stylesheet">
<link href="/atom.xml" rel="alternate" title="Home Assistant" type="application/atom+xml">
@ -74,7 +74,7 @@
</h1>
</header>
<hr class="divider">
<p>The <code class="highlighter-rouge">mochad</code> switch platform lets you control an X10 enabled dimmer/light
<p>The <code class="highlighter-rouge">mochad</code> light platform lets you control an X10 enabled dimmer/light
device.</p>
<p>To enable this sensor, you first have to set up the <a href="/components/mochad/">mochad component</a> and then add the following to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yml entry</span>
@ -88,8 +88,10 @@ device.</p>
<p>Configuration variables:</p>
<ul>
<li><strong>address</strong> (<em>Required</em>): The X10 address of the light.</li>
<li><strong>name</strong> (<em>Optional</em>): The name of the switch. Default is: x10<em>light_dev</em><em>address</em>.</li>
<li><strong>name</strong> (<em>Optional</em>): The name of the light. Default is: x10<em>light_dev</em><em>address</em>.</li>
<li><strong>comm_type</strong> (<em>Optional</em>): pl (powerline) or rf (radio frequency). Default is pl.</li>
<li><strong>brightness_levels</strong> (<em>Optional</em>): The number of brightness levels the X10 light device supports. This can either be 32, 64, or 256 (note that the max
value sent to the device will be n-1 because it starts at 0)</li>
</ul>
</article>
</div>