home-assistant-custom-components.midea_ac_lan: 0.6.7 -> 0.6.8

https://github.com/wuwentao/midea_ac_lan/releases/tag/v0.6.8
This commit is contained in:
Martin Weinelt
2025-06-12 11:45:37 -07:00
committed by Robert Schütz
parent 2d479eba45
commit fae4731103
@@ -8,13 +8,13 @@
buildHomeAssistantComponent rec {
owner = "wuwentao";
domain = "midea_ac_lan";
version = "0.6.7";
version = "0.6.8";
src = fetchFromGitHub {
inherit owner;
repo = domain;
tag = "v${version}";
hash = "sha256-L1dlj7gOH/VpwayoyQGbwu/4IIDW1tTxmnTQNTwfxUw=";
hash = "sha256-y78Leb+XxEpijP7XbmjDGSD2RArfxlSgdtXkeYggxto=";
};
dependencies = [ midea-local ];