Skip to content

Commit e5616d1

Browse files
authored
Updated README.md with info on how-to test new releases. (#99)
Updated README.md with info on how-to test new releases. Copied this text from zigpy-cc so credits go to @sanyatuning
1 parent 0a145ac commit e5616d1

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,28 @@ These are XBee Zigbee based radios that have been tested with the [zigpy-xbee](h
2929
- Digi XBee Series 2 (S2) modules. Note: These will need to be manually flashed with the Zigbee Coordinator API firmware via XCTU.
3030
- Digi XBee Series 3 (xbee3-24) modules
3131

32+
# Testing new releases
33+
34+
Testing a new release of the zigpy-xbee library before it is released in Home Assistant.
35+
36+
If you are using Supervised Home Assistant (formerly known as the Hassio/Hass.io distro):
37+
- Add https://github.com/home-assistant/hassio-addons-development as "add-on" repository
38+
- Install "Custom deps deployment" addon
39+
- Update config like:
40+
```
41+
pypi:
42+
- zigpy-xbee==0.12.0
43+
apk: []
44+
```
45+
where 0.12.0 is the new version
46+
- Start the addon
47+
48+
If you are instead using some custom python installation of Home Assistant then do this:
49+
- Activate your python virtual env
50+
- Update package with ``pip``
51+
```
52+
pip install zigpy-xbee==0.12.0
53+
3254
# Releases of zigpy-xbee via PyPI
3355
3456
New packages of tagged versions are also released via the "zigpy-xbee" project on PyPI

0 commit comments

Comments
 (0)