9 buildPythonPackage rec {
10 pname = "switchbot-api";
14 disabled = pythonOlder "3.10";
16 src = fetchFromGitHub {
17 owner = "SeraphicCorp";
18 repo = "py-switchbot-api";
19 rev = "refs/tags/v${version}";
20 hash = "sha256-dJLjWwBzrT3GnsRpTIXu3SkVDUlnAbRwBlfSQaHWPzc=";
34 pythonImportsCheck = [
39 description = "An asynchronous library to use Switchbot API";
40 homepage = "https://github.com/SeraphicCorp/py-switchbot-api";
41 changelog = "https://github.com/SeraphicCorp/py-switchbot-api/releases/tag/v${version}";
42 license = licenses.mit;
43 maintainers = with maintainers; [ fab ];