Site updated at 2018-01-28 08:25:07 UTC
This commit is contained in:
parent
79c565ed6d
commit
99f0a0c6fd
28 changed files with 73 additions and 71 deletions
|
@ -77,17 +77,18 @@
|
|||
<p>The <code class="highlighter-rouge">panasonic_viera</code> platform allows you to control a Panasonic Viera TV.</p>
|
||||
<p>Currently known supported models:</p>
|
||||
<ul>
|
||||
<li>TX-P42STW50</li>
|
||||
<li>TC-P65VT30</li>
|
||||
<li>TX-55CX700E</li>
|
||||
<li>TX-32AS520E</li>
|
||||
<li>TX-49DX650B</li>
|
||||
<li>TX-50DX700B</li>
|
||||
<li>TX-L42ET50</li>
|
||||
<li>TX-P50GT60E</li>
|
||||
<li>TX-55CX700E</li>
|
||||
<li>TX-65EXW784</li>
|
||||
<li>TX-32AS520E</li>
|
||||
<li>TX-L42ET50</li>
|
||||
<li>TX-P42STW50</li>
|
||||
<li>TX-P50GT30Y</li>
|
||||
<li>TX-P50GT60E</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.io">GitHub</a>.</p>
|
||||
<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/blob/next/source/_components/media_player.panasonic_viera.markdown">GitHub</a>.</p>
|
||||
<p>Some Panasonic Viera TVs allow Home Assistant to turn them on, if you specify the MAC address with <code class="highlighter-rouge">mac:</code>.</p>
|
||||
<p>To add a TV to your installation, add the following to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
|
||||
|
|
|
@ -113,6 +113,7 @@
|
|||
<li>K6500AF (port must be set to 8001)</li>
|
||||
<li>KS8005 (port must be set to 8001, and <code class="highlighter-rouge">pip3 install websocket-client</code> must be executed)</li>
|
||||
<li>KU6290 (port must be set to 8001)</li>
|
||||
<li>KU7000 (port must be set to 8001)</li>
|
||||
<li>MU6170UXZG (port must be set to 8001, and <code class="highlighter-rouge">pip3 install websocket-client</code> must be executed)</li>
|
||||
<li>KS7502 (port must be set to 8001, and <code class="highlighter-rouge">pip3 install websocket-client</code> must be executed, turn on doesn’t work, turn off works fine)</li>
|
||||
<li>K5600AK (partially supported, turn on works but state is not updated)</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue