home-assistant-custom-components.midea_ac_lan: 0.6.5 -> 0.6.6

This commit is contained in:
K900 2025-02-01 00:25:26 +03:00
parent a28a58ff16
commit f343aa1828

View file

@ -8,13 +8,13 @@
buildHomeAssistantComponent rec {
owner = "wuwentao";
domain = "midea_ac_lan";
version = "0.6.5";
version = "0.6.6";
src = fetchFromGitHub {
inherit owner;
repo = domain;
tag = "v${version}";
hash = "sha256-BOKGALMrJg2zhcF6E874xaBpqNDivToCQhBP8kh4oJY=";
hash = "sha256-GksX+RmQ7lcyuUL3vu9b1q3c56W9yB2Hg20DUNTeOxY=";
};
dependencies = [ midea-local ];