Merge pull request #117298 from fabaff/pydeconz
This commit is contained in:
@@ -151,7 +151,7 @@
|
||||
"datadog" = ps: with ps; [ datadog ];
|
||||
"ddwrt" = ps: with ps; [ ];
|
||||
"debugpy" = ps: with ps; [ debugpy ];
|
||||
"deconz" = ps: with ps; [ ]; # missing inputs: pydeconz
|
||||
"deconz" = ps: with ps; [ pydeconz ];
|
||||
"decora" = ps: with ps; [ bluepy ]; # missing inputs: decora
|
||||
"decora_wifi" = ps: with ps; [ ]; # missing inputs: decora_wifi
|
||||
"default_config" = ps: with ps; [ pynacl aiohttp-cors async-upnp-client defusedxml distro emoji hass-nabucasa netdisco pillow scapy sqlalchemy zeroconf ];
|
||||
|
||||
@@ -193,6 +193,7 @@ in with py.pkgs; buildPythonApplication rec {
|
||||
"conversation"
|
||||
"counter"
|
||||
"cover"
|
||||
"deconz"
|
||||
"default_config"
|
||||
"demo"
|
||||
"derivative"
|
||||
|
||||
Reference in New Issue
Block a user