Skip to content

Commit

Permalink
Update README to include installation instructions from Git
Browse files Browse the repository at this point in the history
  • Loading branch information
puddly committed Aug 17, 2020
1 parent 38b0445 commit ee25e45
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,17 @@
Together with zigpy and compatible home automation software (namely Home Assistant's [ZHA (Zigbee Home Automation) integration component](https://www.home-assistant.io/integrations/zha/)), you can directly control most Zigbee devices such as Philips Hue, GE, OSRAM LIGHTIFY, Xiaomi/Aqara, IKEA Tradfri, Samsung SmartThings, and many more.

# Installation
Install the Python module within your virtual environment:
Install the Python module from the PyPI within your virtual environment:

```shell
(venv) $ pip install zigpy-znp
```

Or the most recent commit directly from Git:
```shell
(venv) $ pip install git+https://github.com/zha-ng/zigpy-znp/
```

If you are using Home Assistant, copy `custom_components/zha_custom_radios.py` into your `custom_components` folder and create a new entry in your `configuration.yaml` file:

```yaml
Expand Down

0 comments on commit ee25e45

Please sign in to comment.