8 buildPythonPackage rec {
9 pname = "python-openzwave-mqtt";
12 src = fetchFromGitHub {
16 sha256 = "0zqx00dacs59y4gjr4swrn46c7hrp8a1167bcl270333284m8mqm";
19 propagatedBuildInputs = [
28 description = "Python wrapper for OpenZWave's MQTT daemon";
29 homepage = "https://github.com/cgarwood/python-openzwave-mqtt";
30 license = licenses.asl20;
31 maintainers = with maintainers; [ hexa ];