18 buildPythonPackage rec {
19 pname = "bleak-esphome";
23 disabled = pythonOlder "3.10";
25 src = fetchFromGitHub {
26 owner = "bluetooth-devices";
27 repo = "bleak-esphome";
29 hash = "sha256-rN2vpXiOaUjjN6yNZxeEgTpcz0K5soUqKKiDDOhcBtc=";
32 build-system = [ poetry-core ];
49 pythonImportsCheck = [ "bleak_esphome" ];
52 description = "Bleak backend of ESPHome";
53 homepage = "https://github.com/bluetooth-devices/bleak-esphome";
54 changelog = "https://github.com/bluetooth-devices/bleak-esphome/blob/v${version}/CHANGELOG.md";
55 license = licenses.mit;
56 maintainers = with maintainers; [ fab ];