diff --git a/source/_components/media_player.vizio.markdown b/source/_components/media_player.vizio.markdown index ae68385e13a..7c8cfa363ba 100644 --- a/source/_components/media_player.vizio.markdown +++ b/source/_components/media_player.vizio.markdown @@ -97,4 +97,7 @@ Vizio SmartCast service is accessible through HTTPS with self-signed certificate `InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised.` You can adjust the log level for `media_player` components with the [logger](https://home-assistant.io/components/logger/) component, or if you need to keep a low log level for `media_player` you could proxy calls to your TV through an NGINX reverse proxy. + +If you want to only ignore only this specific [python urllib3 SSL warning](https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings), you will need to run Home Assistant with the python flag `-W` or the environment variable `PYTHONWARNINGS` set to: +`ignore:Unverified HTTPS request is being made`