Site updated at 2017-10-21 23:33:52 UTC

This commit is contained in:
Travis CI 2017-10-21 23:33:53 +00:00
parent b95006b9eb
commit a6fbc15960
1416 changed files with 21669 additions and 4045 deletions

View file

@ -23,7 +23,7 @@
<meta name="twitter:title" content="Modbus">
<meta name="twitter:description" content="Instructions how to integrate Modbus within 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="/stylesheets/screen.css" media="screen, projection, print" rel="stylesheet">
<link href="/atom.xml" rel="alternate" title="Home Assistant" type="application/atom+xml">
<link rel='shortcut icon' href='/images/favicon.ico' />
<link rel='icon' type='image/png' href='/images/favicon-192x192.png' sizes='192x192' />
@ -89,6 +89,7 @@
<li><strong>type</strong> (<em>Required</em>): Type of the connection to Modbus.</li>
<li><strong>host</strong> (<em>Required</em>): The IP address of your Modbus device, eg. 192.168.1.1.</li>
<li><strong>port</strong> (<em>Required</em>): The port for the communication.</li>
<li><strong>timeout</strong> (<em>Optional</em>): Timeout for slave response in seconds. (default: 3)</li>
</ul>
<p>For a serial connection:</p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry for a serial connection</span>
@ -111,6 +112,7 @@
<li><strong>stopbits</strong> (<em>Required</em>): The stopbits for the serial connection.</li>
<li><strong>bytesize</strong> (<em>Required</em>): The bytesize for the serial connection.</li>
<li><strong>parity</strong> (<em>Required</em>): The parity for the serial connection.</li>
<li><strong>timeout</strong> (<em>Optional</em>): Timeout for slave response in seconds. (default: 3)</li>
</ul>
<h3><a class="title-link" name="services" href="#services"></a> Services</h3>
<table>
@ -318,6 +320,9 @@
<li>
<a href='/components/satel_integra/'>Satel Integra Alarm</a>
</li>
<li>
<a href='/components/skybell/'>Skybell</a>
</li>
<li>
<a href='/components/sleepiq/'>SleepIQ</a>
</li>
@ -339,6 +344,9 @@
<li>
<a href='/components/thethingsnetwork/'>The Things Network</a>
</li>
<li>
<a href='/components/toon/'>Toon</a>
</li>
<li>
<a href='/components/twilio/'>Twilio</a>
</li>