Unverified Commit 0859745f authored by Martin Weinelt's avatar Martin Weinelt
Browse files

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

parent 03725e0d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];