home-assistant-custom-components.midea_ac: 2025.9.0 -> 2025.9.1

https://github.com/mill1000/midea-ac-py/releases/tag/2025.9.1
This commit is contained in:
Martin Weinelt
2025-09-25 18:51:13 +02:00
parent 03725e0ddf
commit 0859745fdd
@@ -10,13 +10,13 @@
buildHomeAssistantComponent rec {
owner = "mill1000";
domain = "midea_ac";
version = "2025.9.0";
version = "2025.9.1";
src = fetchFromGitHub {
owner = "mill1000";
repo = "midea-ac-py";
tag = version;
hash = "sha256-gpCxSTUQdkpLQWIHA2kKmM9bi21tCq1+du4qU5s+Uwk=";
hash = "sha256-fmVX+b7x4+172+mcJ8+LFhljQEQrhLFXwXn6eI1f36Y=";
};
dependencies = [ msmart-ng ];