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

https://github.com/mill1000/midea-ac-py/releases/tag/2025.9.0
This commit is contained in:
Martin Weinelt
2025-09-02 13:56:26 +02:00
parent ad32621518
commit 66223382af
@@ -10,13 +10,13 @@
buildHomeAssistantComponent rec {
owner = "mill1000";
domain = "midea_ac";
version = "2025.7.0";
version = "2025.9.0";
src = fetchFromGitHub {
owner = "mill1000";
repo = "midea-ac-py";
tag = version;
hash = "sha256-tFUQa+19ksmEuSm8n2tTf7tdVnNQIovnFgbecq4XurY=";
hash = "sha256-gpCxSTUQdkpLQWIHA2kKmM9bi21tCq1+du4qU5s+Uwk=";
};
dependencies = [ msmart-ng ];