Skip to content

Commit 54d18d6

Browse files
committed
Update custom deps deployment options in README
1 parent 58c1c0e commit 54d18d6

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,11 @@ Launch Home Assistant with the `--skip-pip` command line option to prevent zigpy
3737
- Add https://github.com/home-assistant/hassio-addons-development as an addon repository.
3838
- Install the "Custom deps deployment" addon.
3939
- Add the following to your `configuration.yaml` file:
40-
```yaml
41-
pypi:
42-
- git+https://github.com/zigpy/zigpy-znp/
43-
```
40+
```yaml
41+
apk: []
42+
pypi:
43+
- git+https://github.com/zigpy/zigpy-znp/
44+
```
4445
4546
# Configuration
4647
Below are the defaults with the top-level Home Assistant `zha:` key.

0 commit comments

Comments
 (0)