Site updated at 2016-09-11 01:34:03 UTC

This commit is contained in:
Travis CI 2016-09-11 01:34:03 +00:00
parent 99424b497c
commit f143c60d71
311 changed files with 4596 additions and 1607 deletions

View file

@ -98,7 +98,7 @@
<span class="s">name</span><span class="pi">:</span> <span class="s">NOTIFIER_NAME</span>
<span class="s">platform</span><span class="pi">:</span> <span class="s">file</span>
<span class="s">filename</span><span class="pi">:</span> <span class="s">FILENAME</span>
<span class="s">timestamp</span><span class="pi">:</span> <span class="s">1 or 0</span>
<span class="s">timestamp</span><span class="pi">:</span> <span class="s">true or false</span>
</code></pre>
</div>
@ -107,7 +107,7 @@
<ul>
<li><strong>name</strong> (<em>Optional</em>): Setting the optional parameter <code class="highlighter-rouge">name</code> allows multiple notifiers to be created. The default value is <code class="highlighter-rouge">notify</code>. The notifier will bind to the service <code class="highlighter-rouge">notify.NOTIFIER_NAME</code>.</li>
<li><strong>filename</strong> (<em>Required</em>): Name of the file to use. The file will be created if it doesnt exist and saved in your <code class="highlighter-rouge">config/</code> folder.</li>
<li><strong>timestamp</strong> (<em>Optional</em>): Setting <code class="highlighter-rouge">timestamp</code> to 1 adds a timestamp to every entry.</li>
<li><strong>timestamp</strong> (<em>Optional</em>): Setting <code class="highlighter-rouge">timestamp</code> to True adds a timestamp to every entry.</li>
</ul>
<p>To use notifications, please see the <a href="/getting-started/automation/">getting started with automation page</a>.</p>