Skip to content

Commit 77cd72f

Browse files
dnaphreakfabaff
authored andcommitted
minor change to make instructions clear (home-assistant#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
1 parent 259bdf8 commit 77cd72f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

source/_components/media_player.vizio.markdown

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,15 @@ The `vizio` component will allow you to control [SmartCast](https://www.vizio.co
2020

2121
Before adding your TV to Home Assistant you'll need to pair it manually. To do so follow these steps:
2222

23-
Install the command-line tool using pip (or you can choose to download it manually):
23+
Install the command-line tool using `pip` (or you can choose to download it manually):
2424

2525
```bash
2626
$ pip3 install git+https://github.com/vkorn/pyvizio.git@master
27+
```
28+
29+
or
30+
31+
```bash
2732
$ pip3 install -I .
2833
```
2934

0 commit comments

Comments
 (0)