home-assistant-custom-components.midea_ac_lan: 0.6.10 -> 0.6.11

Diff: https://github.com/wuwentao/midea_ac_lan/compare/v0.6.10...v0.6.11

Changelog: https://github.com/wuwentao/midea_ac_lan/releases/tag/v0.6.11
This commit is contained in:
Robert Schütz
2026-03-28 08:00:07 -07:00
parent 695c6c3242
commit d1b0335ffb
@@ -8,13 +8,13 @@
buildHomeAssistantComponent rec {
owner = "wuwentao";
domain = "midea_ac_lan";
version = "0.6.10";
version = "0.6.11";
src = fetchFromGitHub {
inherit owner;
repo = domain;
tag = "v${version}";
hash = "sha256-xpa5xxqVEWxO4xa7ppFig09nDGfOoXpS9DDmjGU/zbc=";
hash = "sha256-s5Rk3xBVWBicKVCbPDTuwyMRaLqIG8ttGthtQtastBs=";
};
dependencies = [ midea-local ];