Steps
- Open homeassistant container in docker
- select “terminal” and create a new “Launch with Command” window
- Determine your vizio IP address using the TV menu, network
- Initiate pairing with the following commands (use correct IP)
pyvizio --ip=[ipaddress] --device_type=tv pair
pyvizio --ip=[ipaddress] --device_type=tv pair-finish --token={challenge_token returned in command line} --pin={pin returned on tv}
- Update the configuration.yaml and secret.yam files as follows
media_player:
- platform: vizio
host: !secret VizioOne_IP
access_token: !secret VizioOne_TOKEN
- platform: vizio
host: !secret VizioTwo_IP
access_token: !secret VizioTwo_TOKEN
References