pythonPackages.aioesphomeapi: init at 1.8.0
This commit is contained in:
parent
40be34b3f9
commit
323cfa90b5
15
pkgs/development/python-modules/aioesphomeapi/default.nix
Normal file
15
pkgs/development/python-modules/aioesphomeapi/default.nix
Normal file
@ -0,0 +1,15 @@
|
||||
{ buildPythonPackage, fetchPypi, attrs, protobuf, zeroconf }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "aioesphomeapi";
|
||||
version = "1.8.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "16ywa7yggmsx8m2r9azdq7w9fxjh736g1vd1aibgh24g7srhwwhj";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ attrs protobuf zeroconf ];
|
||||
|
||||
meta = {};
|
||||
}
|
@ -387,7 +387,7 @@
|
||||
"envisalink.alarm_control_panel" = ps: with ps; [ ];
|
||||
"envisalink.binary_sensor" = ps: with ps; [ ];
|
||||
"envisalink.sensor" = ps: with ps; [ ];
|
||||
"esphome" = ps: with ps; [ ];
|
||||
"esphome" = ps: with ps; [ aioesphomeapi ];
|
||||
"esphome.binary_sensor" = ps: with ps; [ ];
|
||||
"esphome.config_flow" = ps: with ps; [ ];
|
||||
"esphome.cover" = ps: with ps; [ ];
|
||||
|
@ -5458,6 +5458,8 @@ in {
|
||||
lzstring = callPackage ../development/python-modules/lzstring { };
|
||||
|
||||
flickrapi = callPackage ../development/python-modules/flickrapi { };
|
||||
|
||||
aioesphomeapi = callPackage ../development/python-modules/aioesphomeapi { };
|
||||
});
|
||||
|
||||
in fix' (extends overrides packages)
|
||||
|
Loading…
Reference in New Issue
Block a user