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

https://github.com/mill1000/midea-ac-py/releases/tag/2026.7.0
This commit is contained in:
Martin Weinelt
2026-07-05 01:06:45 +02:00
parent 7e1a19b3e4
commit 3088f4f845
@@ -10,13 +10,13 @@
buildHomeAssistantComponent rec {
owner = "mill1000";
domain = "midea_ac";
version = "2026.4.0";
version = "2026.7.0";
src = fetchFromGitHub {
owner = "mill1000";
repo = "midea-ac-py";
tag = version;
hash = "sha256-XYajDvp7K1pBlVhT553Rqa8Hi/mA8AWwchTUN4PZ+iw=";
hash = "sha256-lZfhZRvKdeisjQAHjYxPsyS2YL486wLtuf4ERw57vZ4=";
};
dependencies = [ msmart-ng ];