Site updated at 2017-08-05 14:37:26 UTC

This commit is contained in:
Travis CI 2017-08-05 14:37:27 +00:00
parent 446247daee
commit 652d6ee4e7
26 changed files with 42 additions and 41 deletions

View file

@ -74,7 +74,8 @@
</h1>
</header>
<hr class="divider">
<p>To enable this sensor, add the following lines to your <code class="highlighter-rouge">configuration.yaml</code>:</p>
<p>The <code class="highlighter-rouge">pocketcasts</code> sensor platform let one monitor the podcasts at <a href="https://play.pocketcasts.com/">Pocket Casts</a>.</p>
<p>To enable this sensor, add the following lines to your <code class="highlighter-rouge">configuration.yaml</code>:</p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
<span class="s">sensor</span><span class="pi">:</span>
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">pocketcasts</span>
@ -82,7 +83,7 @@
<span class="s">password</span><span class="pi">:</span> <span class="s">YOUR_PASSWORD</span>
</code></pre>
</div>
<p>Configuration options for the PocketCasts Sensor:</p>
<p>Configuration variables:</p>
<ul>
<li><strong>username</strong> (<em>Required</em>): The username to access the PocketCasts service.</li>
<li><strong>password</strong> (<em>Required</em>): The password for the given username.</li>