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

https://github.com/mill1000/midea-ac-py/compare/refs/tags/2025.1.1...2025.1.4
This commit is contained in:
Martin Weinelt
2025-02-22 14:43:50 +01:00
parent 74e933a5f8
commit d2cbc002ca
@@ -8,13 +8,13 @@
buildHomeAssistantComponent rec {
owner = "mill1000";
domain = "midea_ac";
version = "2025.1.1";
version = "2025.1.4";
src = fetchFromGitHub {
owner = "mill1000";
repo = "midea-ac-py";
tag = version;
hash = "sha256-dQcSXV7UlcSNjad5IkqoBXyJO3GRKzgPGpydnWHYxxE=";
hash = "sha256-xKoZFcvfVF6x3PM1lNZ+/1hPIAcIQoDNSs9jUJU90p4=";
};
dependencies = [ msmart-ng ];