home-assistant-custom-components.midea_ac: 2025.1.4 -> 2025.2.1

https://github.com/mill1000/midea-ac-py/compare/refs/tags/2025.1.4...2025.2.1
This commit is contained in:
Martin Weinelt
2025-02-24 05:26:16 +01:00
parent 058fb97545
commit afea9a8edf
@@ -8,13 +8,13 @@
buildHomeAssistantComponent rec {
owner = "mill1000";
domain = "midea_ac";
version = "2025.1.4";
version = "2025.2.1";
src = fetchFromGitHub {
owner = "mill1000";
repo = "midea-ac-py";
tag = version;
hash = "sha256-xKoZFcvfVF6x3PM1lNZ+/1hPIAcIQoDNSs9jUJU90p4=";
hash = "sha256-3s80zljCFPxott5rLwq4yWJPmD/baCMyQU/qKLrX/Vs=";
};
dependencies = [ msmart-ng ];