home-assistant-custom-components.midea_ac_lan: 0.6.11 -> 0.6.12
Diff: https://github.com/wuwentao/midea_ac_lan/compare/v0.6.11...v0.6.12 Changelog: https://github.com/wuwentao/midea_ac_lan/releases/tag/v0.6.12
This commit is contained in:
committed by
Martin Weinelt
parent
9762b3c9d1
commit
28d5db3704
@@ -8,13 +8,13 @@
|
||||
buildHomeAssistantComponent rec {
|
||||
owner = "wuwentao";
|
||||
domain = "midea_ac_lan";
|
||||
version = "0.6.11";
|
||||
version = "0.6.12";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
inherit owner;
|
||||
repo = domain;
|
||||
tag = "v${version}";
|
||||
hash = "sha256-s5Rk3xBVWBicKVCbPDTuwyMRaLqIG8ttGthtQtastBs=";
|
||||
hash = "sha256-3+DCG08VZL1w4sn9igZE/ysbrPRpOn7/fPV6nZWwntY=";
|
||||
};
|
||||
|
||||
dependencies = [ midea-local ];
|
||||
|
||||
Reference in New Issue
Block a user