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

https://github.com/mill1000/midea-ac-py/compare/2024.9.2...2024.10.4
This commit is contained in:
Martin Weinelt
2024-12-12 03:52:45 +01:00
parent 37a9f73b67
commit ca3ef68104
@@ -8,13 +8,13 @@
buildHomeAssistantComponent rec {
owner = "mill1000";
domain = "midea_ac";
version = "2024.9.2";
version = "2024.10.4";
src = fetchFromGitHub {
owner = "mill1000";
repo = "midea-ac-py";
rev = version;
hash = "sha256-PVR3yuyWMilmyOS341pS73c9ocOrFfJ9dwiKEYqCtM4=";
hash = "sha256-P/s8HMP9xQWI+bgy6JHe4pAx+jItpK6BCWIyKsfTjmg=";
};
dependencies = [ msmart-ng ];