mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-09 18:36:51 +00:00
minor change to make instructions clear (#3590)
* minor change to make instructions clear change to make it clear there are two ways to install pyvizio rather than two steps. * Add blank lines before code
This commit is contained in:
parent
7a0c5f2f96
commit
79c80c162b
@ -20,10 +20,15 @@ The `vizio` component will allow you to control [SmartCast](https://www.vizio.co
|
||||
|
||||
Before adding your TV to Home Assistant you'll need to pair it manually. To do so follow these steps:
|
||||
|
||||
Install the command-line tool using pip (or you can choose to download it manually):
|
||||
Install the command-line tool using `pip` (or you can choose to download it manually):
|
||||
|
||||
```bash
|
||||
$ pip3 install git+https://github.com/vkorn/pyvizio.git@master
|
||||
```
|
||||
|
||||
or
|
||||
|
||||
```bash
|
||||
$ pip3 install -I .
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user