Site updated at 2017-05-05 05:34:25 UTC
This commit is contained in:
parent
3d26f9fe20
commit
162674e7bf
27 changed files with 54 additions and 39 deletions
|
@ -105,6 +105,7 @@
|
|||
<p>Currently tested but not working models:</p>
|
||||
<ul>
|
||||
<li>J5200 - Unable to see state and unable to control</li>
|
||||
<li>JU7000 - Unable to see state and unable to control (but port 8001 <em>is</em> open)</li>
|
||||
<li>JU7500 - Unable to see state and unable to control</li>
|
||||
</ul>
|
||||
<p>If your model is not on the list then give it a test, if everything works correctly then add it to the list on <a href="https://github.com/home-assistant/home-assistant.github.io/tree/current/source/_components/media_player.samsungtv.markdown">GitHub</a>.
|
||||
|
|
|
@ -122,6 +122,20 @@
|
|||
<span class="s">entity_id</span><span class="pi">:</span> <span class="s">switch.vision_zm1601eu5_battery_operated_siren_switch_9_0</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
<p>An example to show the use of event_data in the action:</p>
|
||||
<div class="highlighter-rouge"><pre class="highlight"><code>- alias: 'Kitchen Telegram Speak'
|
||||
trigger:
|
||||
platform: event
|
||||
event_type: telegram_command
|
||||
event_data:
|
||||
command: '/speak'
|
||||
action:
|
||||
- service: notify.kitchen_echo
|
||||
data_template:
|
||||
message: >
|
||||
Message from {{ trigger.event.data["from_first"] }}. {% for state in trigger.event.data["args"] %} {{ state }} {% endfor %}
|
||||
</code></pre>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue