Skip to content

Commit

Permalink
Update installation documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rytilahti committed Aug 3, 2022
1 parent 25db214 commit 39259cd
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,16 @@ It works by by communicating with Home Assistant using its websocket API, and ex

## I want it right now, but how?!

1. Clone this repository
1. Install from PyPI, the simplest way is to use [pipx](https://github.com/pypa/pipx). Alternatively, simple clone this repository and run `poetry install`

```
$ git clone https://github.com/rytilahti/homeassistant-mpris-bridge
pipx install homeassistant-mpris-bridge
```

2. Install using poetry
2. Launch `hassbridge`

```
$ poetry install
```
3. Launch it!

```
$ hassbridge --endpoint http://192.168.123.123:8123 --token <long lived token>
hassbridge --endpoint http://192.168.123.123:8123 --token <long lived token>
```

Instead of using `--endpoint` and `--token` you can also define the following environment variables to achieve the same:
Expand Down

0 comments on commit 39259cd

Please sign in to comment.