File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff 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
3456New packages of tagged versions are also released via the "zigpy-xbee" project on PyPI
You can’t perform that action at this time.
0 commit comments