10 buildPythonPackage rec {
15 disabled = pythonOlder "3.6";
17 src = fetchFromGitHub {
18 owner = "emontnemery";
20 rev = "refs/tags/${version}";
21 hash = "sha256-Kbz/ETSJGx6u0ZNfEWfl9klBIB3yPcfHGy1uKK50TGA=";
28 propagatedBuildInputs = [
33 # Project has no tests
36 pythonImportsCheck = [
41 description = "Python module to help parse and construct Tasmota MQTT messages";
42 homepage = "https://github.com/emontnemery/hatasmota";
43 changelog = "https://github.com/emontnemery/hatasmota/releases/tag/${version}";
44 license = with licenses; [ mit ];
45 maintainers = with maintainers; [ fab ];