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

https://github.com/mill1000/midea-ac-py/releases/tag/2025.3.1
This commit is contained in:
emilylange 2025-03-28 14:38:20 +01:00
parent 7605633c21
commit c3b36902e4
No known key found for this signature in database
GPG Key ID: 0AD773CE46FD0F87

View File

@ -8,13 +8,13 @@
buildHomeAssistantComponent rec {
owner = "mill1000";
domain = "midea_ac";
version = "2025.3.0";
version = "2025.3.1";
src = fetchFromGitHub {
owner = "mill1000";
repo = "midea-ac-py";
tag = version;
hash = "sha256-UJS9z+t+Tb/w7yRHKXJ6HoQ4uS1guM8PYl0OcLz4EJM=";
hash = "sha256-oO+t0my72PwWWUAzr8blA3Q8uJyICZNcfoOHsLFL3MQ=";
};
dependencies = [ msmart-ng ];