Skip to content

Commit e4ee732

Browse files
authored
home-assistant-custom-components.midea_ac_lan: add missed dependency (#353216)
1 parent ce22e01 commit e4ee732

File tree

1 file changed

+3
-0
lines changed
  • pkgs/servers/home-assistant/custom-components/midea_ac_lan

1 file changed

+3
-0
lines changed

pkgs/servers/home-assistant/custom-components/midea_ac_lan/package.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{ lib
22
, buildHomeAssistantComponent
33
, fetchFromGitHub
4+
, pycryptodome
45
}:
56

67
buildHomeAssistantComponent rec {
@@ -15,6 +16,8 @@ buildHomeAssistantComponent rec {
1516
hash = "sha256-xTnbA4GztHOE61QObEJbzUSdbuSrhbcJ280DUDdM+n4=";
1617
};
1718

19+
dependencies = [ pycryptodome ];
20+
1821
meta = with lib; {
1922
description = "Auto-configure and then control your Midea M-Smart devices (Air conditioner, Fan, Water heater, Washer, etc) via local area network";
2023
homepage = "https://github.com/georgezhao2010/midea_ac_lan/";

0 commit comments

Comments
 (0)