Skip to content

Commit

Permalink
minor change to make instructions clear (home-assistant#3590)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
dnaphreak authored and fabaff committed Oct 21, 2017
1 parent 7a0c5f2 commit 79c80c1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion source/_components/media_player.vizio.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
```

Expand Down

0 comments on commit 79c80c1

Please sign in to comment.