home-assistant-custom-components.midea_ac_lan: switch to maintained fork
This commit is contained in:
@@ -2,27 +2,27 @@
|
||||
lib,
|
||||
buildHomeAssistantComponent,
|
||||
fetchFromGitHub,
|
||||
pycryptodome,
|
||||
midea-local,
|
||||
}:
|
||||
|
||||
buildHomeAssistantComponent rec {
|
||||
owner = "georgezhao2010";
|
||||
owner = "wuwentao";
|
||||
domain = "midea_ac_lan";
|
||||
version = "0.3.22";
|
||||
version = "0.6.5";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
inherit owner;
|
||||
repo = domain;
|
||||
rev = "v${version}";
|
||||
hash = "sha256-xTnbA4GztHOE61QObEJbzUSdbuSrhbcJ280DUDdM+n4=";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-BOKGALMrJg2zhcF6E874xaBpqNDivToCQhBP8kh4oJY=";
|
||||
};
|
||||
|
||||
dependencies = [ pycryptodome ];
|
||||
dependencies = [ midea-local ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Auto-configure and then control your Midea M-Smart devices (Air conditioner, Fan, Water heater, Washer, etc) via local area network";
|
||||
homepage = "https://github.com/georgezhao2010/midea_ac_lan/";
|
||||
changelog = "https://github.com/georgezhao2010/midea_ac_lan/releases/tag/v${version}";
|
||||
homepage = "https://github.com/wuwentao/midea_ac_lan/";
|
||||
changelog = "https://github.com/wuwentao/midea_ac_lan/releases/tag/v${version}";
|
||||
maintainers = with maintainers; [ k900 ];
|
||||
license = licenses.mit;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user