Site updated at 2017-07-17 17:25:30 UTC
This commit is contained in:
parent
f68f4f81cd
commit
8991e62209
28 changed files with 60 additions and 43 deletions
|
@ -168,6 +168,17 @@
|
|||
<li><strong>keyboard</strong> (<em>Optional</em>): List of rows of commands, comma-separated, to make a custom keyboard.</li>
|
||||
<li><strong>inline_keyboard</strong> (<em>Optional</em>): List of rows of commands, comma-separated, to make a custom inline keyboard with buttons with associated callback data.</li>
|
||||
</ul>
|
||||
<p class="note">
|
||||
Since Homeassistant version 0.48 you have to <a href="/docs/configuration/basic/">whitelist the source folder</a> of the file you want to include in the notification.
|
||||
<code class="highlighter-rouge">yaml
|
||||
configuration.yaml
|
||||
...
|
||||
homeassistant:
|
||||
whitelist_external_dirs:
|
||||
- /tmp
|
||||
- /home/kenji/data
|
||||
</code>
|
||||
</p>
|
||||
<h3><a class="title-link" name="document-support" href="#document-support"></a> Document support</h3>
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="nn">...</span>
|
||||
<span class="s">action</span><span class="pi">:</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue