home-assistant-custom-components.midea_ac: 2025.4.0 -> 2025.5.1

https://github.com/mill1000/midea-ac-py/releases/tag/2025.5.0

https://github.com/mill1000/midea-ac-py/releases/tag/2025.5.1
This commit is contained in:
emilylange
2025-05-31 18:16:20 +02:00
parent 77cd83bb00
commit c3c8170124
@@ -8,13 +8,13 @@
buildHomeAssistantComponent rec {
owner = "mill1000";
domain = "midea_ac";
version = "2025.4.0";
version = "2025.5.1";
src = fetchFromGitHub {
owner = "mill1000";
repo = "midea-ac-py";
tag = version;
hash = "sha256-ZkLC0GhfN+jp1DWv30LNVCP+NEZywt9Pxycs2RWBzrM=";
hash = "sha256-6CNxhgygAyzpy3idj3RkVvI8WMHCfar9v0GG21Y7YKE=";
};
dependencies = [ msmart-ng ];