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

https://github.com/mill1000/midea-ac-py/compare/refs/tags/2025.3.1...refs/tags/2025.4.0
This commit is contained in:
Martin Weinelt
2025-04-21 01:03:43 +02:00
parent 85c407678c
commit 9da8543593
@@ -8,13 +8,13 @@
buildHomeAssistantComponent rec {
owner = "mill1000";
domain = "midea_ac";
version = "2025.3.1";
version = "2025.4.0";
src = fetchFromGitHub {
owner = "mill1000";
repo = "midea-ac-py";
tag = version;
hash = "sha256-oO+t0my72PwWWUAzr8blA3Q8uJyICZNcfoOHsLFL3MQ=";
hash = "sha256-ZkLC0GhfN+jp1DWv30LNVCP+NEZywt9Pxycs2RWBzrM=";
};
dependencies = [ msmart-ng ];