home-assistant-custom-components.midea_ac: 2015.12.0 -> 2026.1.1

https://github.com/mill1000/midea-ac-py/releases/tag/2026.1.1
This commit is contained in:
Martin Weinelt
2026-01-08 02:43:17 -08:00
committed by Robert Schütz
parent 9ce4825178
commit f2e7bf7290
@@ -10,13 +10,13 @@
buildHomeAssistantComponent rec {
owner = "mill1000";
domain = "midea_ac";
version = "2015.12.0";
version = "2026.1.1";
src = fetchFromGitHub {
owner = "mill1000";
repo = "midea-ac-py";
tag = version;
hash = "sha256-PXCL3vaCdIOHuv2eUSLxVwVBZNzfynzcKRfQqm1PGvw=";
hash = "sha256-7024kXheMUAhlWGCp4S8xn0qGmlJFphiIqTYQi3NXYo=";
};
dependencies = [ msmart-ng ];