We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58c1c0e commit 54d18d6Copy full SHA for 54d18d6
README.md
@@ -37,10 +37,11 @@ Launch Home Assistant with the `--skip-pip` command line option to prevent zigpy
37
- Add https://github.com/home-assistant/hassio-addons-development as an addon repository.
38
- Install the "Custom deps deployment" addon.
39
- Add the following to your `configuration.yaml` file:
40
- ```yaml
41
- pypi:
42
- - git+https://github.com/zigpy/zigpy-znp/
43
- ```
+ ```yaml
+ apk: []
+ pypi:
+ - git+https://github.com/zigpy/zigpy-znp/
44
+ ```
45
46
# Configuration
47
Below are the defaults with the top-level Home Assistant `zha:` key.
0 commit comments