You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,28 @@ The goal of this project to add native support for the Dresden-Elektronik deCONZ
9
9
10
10
This library uses the deCONZ serial protocol for communicating with [ConBee](https://www.dresden-elektronik.de/conbee/), [ConBee II (ConBee 2)](https://shop.dresden-elektronik.de/conbee-2.html), and [RaspBee](https://www.dresden-elektronik.de/raspbee/) adapters from [Dresden-Elektronik](https://github.com/dresden-elektronik/).
11
11
12
+
# Testing new releases
13
+
14
+
Testing a new release of the zigpy-deconz library before it is released in Home Assistant.
15
+
16
+
If you are using Supervised Home Assistant (formerly known as the Hassio/Hass.io distro):
17
+
- Add https://github.com/home-assistant/hassio-addons-development as "add-on" repository
18
+
- Install "Custom deps deployment" addon
19
+
- Update config like:
20
+
```
21
+
pypi:
22
+
- zigpy-deconz==0.9.0
23
+
apk: []
24
+
```
25
+
where 0.5.1 is the new version
26
+
- Start the addon
27
+
28
+
If you are instead using some custom python installation of Home Assistant then do this:
0 commit comments