11 buildPythonPackage rec {
14 format = "setuptools";
16 disabled = pythonOlder "3.9";
18 src = fetchFromGitHub {
19 owner = "home-assistant-libs";
21 rev = "refs/tags/${version}";
22 hash = "sha256-CWv3ebDulZuiFP+nJ2Xr7U/HTDFTqA9VYC0USLkpWR0=";
25 propagatedBuildInputs = [
29 passthru.optional-dependencies = {
39 ++ passthru.optional-dependencies.async;
41 pythonImportsCheck = [
46 description = "Python package to communicate with the IKEA Trådfri ZigBee Gateway";
47 homepage = "https://github.com/home-assistant-libs/pytradfri";
48 changelog = "https://github.com/home-assistant-libs/pytradfri/releases/tag/${version}";
49 license = licenses.mit;
50 maintainers = with maintainers; [ dotlambda ];
51 # https://github.com/home-assistant-libs/pytradfri/issues/720
52 broken = versionAtLeast pydantic.version "2";