3 , bleak-retry-connector
9 buildPythonPackage rec {
10 pname = "cometblue-lite";
12 format = "setuptools";
14 disabled = pythonOlder "3.8";
16 src = fetchFromGitHub {
18 repo = "python-cometblue_lite";
19 rev = "refs/tags/${version}";
20 hash = "sha256-Cjd7PdZ2/neRr1jStDY5iJaGMJ/srnFmCea8aLNan6g=";
23 propagatedBuildInputs = [
31 pythonImportsCheck = [
36 description = "Module for Eurotronic Comet Blue thermostats";
37 homepage = "https://github.com/neffs/python-cometblue_lite";
38 license = licenses.mit;
39 maintainers = with maintainers; [ fab ];