10 buildPythonPackage rec {
11 pname = "python-mystrom";
15 inherit pname version;
16 hash = "sha256-VFsTA/isBw0H7qXQhOX6K2p1QcVxO7q5TIzf8YivVgc=";
19 propagatedBuildInputs = [
26 # no tests are present
29 pythonImportsCheck = [
36 description = "Python API client for interacting with myStrom devices";
38 Asynchronous Python API client for interacting with myStrom devices.
39 There is support for bulbs, motion sensors, plugs and buttons.
41 homepage = "https://github.com/home-assistant-ecosystem/python-mystrom";
42 changelog = "https://github.com/home-assistant-ecosystem/python-mystrom/releases/tag/${version}";
43 license = with licenses; [ mit ];
44 maintainers = with maintainers; [ fab ];