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

https://github.com/mill1000/midea-ac-py/compare/2024.10.4...2025.1.1
This commit is contained in:
Martin Weinelt
2025-01-09 13:40:50 +01:00
parent 116b19de7d
commit f1caa4a63f
@@ -8,13 +8,13 @@
buildHomeAssistantComponent rec {
owner = "mill1000";
domain = "midea_ac";
version = "2024.10.4";
version = "2025.1.1";
src = fetchFromGitHub {
owner = "mill1000";
repo = "midea-ac-py";
rev = version;
hash = "sha256-P/s8HMP9xQWI+bgy6JHe4pAx+jItpK6BCWIyKsfTjmg=";
tag = version;
hash = "sha256-dQcSXV7UlcSNjad5IkqoBXyJO3GRKzgPGpydnWHYxxE=";
};
dependencies = [ msmart-ng ];