Add more zigpy stuff
This commit is contained in:
parent
80e2275412
commit
7b1c3d0034
@ -6,15 +6,17 @@
|
|||||||
configWritable = true;
|
configWritable = true;
|
||||||
config = null;
|
config = null;
|
||||||
extraPackages = python3Packages: with pkgs.python3Packages; [
|
extraPackages = python3Packages: with pkgs.python3Packages; [
|
||||||
|
zigpy-cc
|
||||||
|
zigpy-znp
|
||||||
zigpy-zigate
|
zigpy-zigate
|
||||||
zigpy-xbee
|
zigpy-xbee
|
||||||
|
zigpy-deconz
|
||||||
gtts
|
gtts
|
||||||
bellows
|
bellows
|
||||||
radios
|
radios
|
||||||
paho-mqtt
|
paho-mqtt
|
||||||
zha-quirks
|
zha-quirks
|
||||||
pyunifiprotect
|
pyunifiprotect
|
||||||
zigpy-deconz
|
|
||||||
unifi-discovery
|
unifi-discovery
|
||||||
];
|
];
|
||||||
customComponents = with pkgs.home-assistant-custom-components; [
|
customComponents = with pkgs.home-assistant-custom-components; [
|
||||||
|
Loading…
Reference in New Issue
Block a user