You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/media_player.vizio/index.html
+14-13
Original file line number
Diff line number
Diff line change
@@ -76,18 +76,18 @@ <h1 class="title indent">
76
76
<hrclass="divider">
77
77
<p>The <codeclass="highlighter-rouge">vizio</code> component will allow you to control <ahref="https://www.vizio.com/smartcast-app">SmartCast</a> compatible TVs (2016+ models).</p>
78
78
<h2>Pairing</h2>
79
-
<p>Before adding TV to Home Assistant you’ll need to pair it manually, to do so follow these steps:</p>
80
-
<p>Install the command-line tool using pip (you can choose to download it manually):</p>
79
+
<p>Before adding your TV to Home Assistant you’ll need to pair it manually. To do so follow these steps:</p>
80
+
<p>Install the command-line tool using pip (or you can choose to download it manually):</p>
<tdstyle="text-align: left">Usually it’s should be <codeclass="highlighter-rouge">"1"</code>, if it’s not the case for you, use additional parameter <codeclass="highlighter-rouge">--ch_type=your_type</code> in the next step</td>
105
+
<tdstyle="text-align: left">Usually it should be <codeclass="highlighter-rouge">"1"</code>. If not, use the additional parameter <codeclass="highlighter-rouge">--ch_type=your_type</code> in the next step</td>
106
106
</tr>
107
107
<tr>
108
108
<tdstyle="text-align: left">Challenge token</td>
109
109
<tdstyle="text-align: left">Token required to finalize pairing in the next step</td>
110
110
</tr>
111
111
</tbody>
112
112
</table>
113
-
<p>Finally, at this point PIN code should be displayed at the top of your TV. With all these values, you can now finish pairing:</p>
113
+
<p>Finally, at this point a PIN code should be displayed at the top of your TV. With all these values, you can now finish pairing:</p>
<li><strong>host</strong> (<em>Required</em>): IP address of your TV.</li>
130
-
<li><strong>access_token</strong> (<em>Required</em>): Authentication token you’ve received in last step of the pairing process.</li>
130
+
<li><strong>access_token</strong> (<em>Required</em>): Authentication token you received in the last step of the pairing process.</li>
131
131
</ul>
132
132
<h2>Notes and limitations</h2>
133
133
<h3>Turning TV on</h3>
134
-
<p>If you do have <codeclass="highlighter-rouge">Power Mode</code> of your TV configured to be <codeclass="highlighter-rouge">Eco Mode</code>, turning device ON won’t work.</p>
134
+
<p>If the <codeclass="highlighter-rouge">Power Mode</code> of your TV is set to <codeclass="highlighter-rouge">Eco Mode</code>, turning the device ON won’t work.</p>
135
135
<h3>Changing tracks</h3>
136
136
<p>Changing tracks works like channels switching. If you have source other than regular TV it might end do nothing.</p>
137
137
<h3>Sources</h3>
138
138
<p>Source list shows all external devices connected to the TV through HDMI plus list of internal devices (TV mode, Chrome Cast, etc.).</p>
139
139
<pclass="note">
140
-
Vizio SmartCast service is accessible through HTTPS with self-signed certificate. It means that if you have low LOGLEVEL in your Home Assistant configuration, you’ll see a lot of warnings like this <codeclass="highlighter-rouge">InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised.</code>
141
-
As an option, you could proxy all calls for example through NGINX.
140
+
Vizio SmartCast service is accessible through HTTPS with self-signed certificate. If you have low LOGLEVEL in your Home Assistant configuration, you’ll see a lot of warnings like this:
141
+
<codeclass="highlighter-rouge">InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised.</code>
142
+
You can adjust the log level for <codeclass="highlighter-rouge">media_player</code> components with the <ahref="https://home-assistant.io/components/logger/">logger</a> component, or if you need to keep a low log level for <codeclass="highlighter-rouge">media_player</code> you could proxy calls to your TV through an NGINX reverse proxy.
Copy file name to clipboardExpand all lines: components/snips/index.html
+8-7
Original file line number
Diff line number
Diff line change
@@ -134,13 +134,14 @@ <h3>Specifying the MQTT broker</h3>
134
134
<h3>Triggering actions</h3>
135
135
<p>In Home Assistant, we trigger actions based on intents produced by Snips using the <ahref="/components/intent_script"><codeclass="highlighter-rouge">intent_script</code></a> component. For instance, the following block handles <codeclass="highlighter-rouge">ActivateLightColors</code> intents (included in the Snips IoT intent bundle) to change light colors:</p>
0 commit comments