home-assistant-custom-components.midea_ac: 2026.2.0 -> 2026.4.0

https://github.com/mill1000/midea-ac-py/releases/tag/2026.4.0
This commit is contained in:
Martin Weinelt
2026-04-08 15:23:51 +02:00
parent fb59de3bab
commit 5f58d58f02
@@ -10,13 +10,13 @@
buildHomeAssistantComponent rec {
owner = "mill1000";
domain = "midea_ac";
version = "2026.2.0";
version = "2026.4.0";
src = fetchFromGitHub {
owner = "mill1000";
repo = "midea-ac-py";
tag = version;
hash = "sha256-EhqWkbE3fTapqUrfAEEfH1bdkMYTolOrdkmz324ZE+I=";
hash = "sha256-XYajDvp7K1pBlVhT553Rqa8Hi/mA8AWwchTUN4PZ+iw=";
};
dependencies = [ msmart-ng ];