Unverified Commit 68dac458 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

home-assistant-custom-components.solax_modbus: 2025.09.6 -> 2025.09.9 (#443402)

parents ee70de3b 522e5e2c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@
buildHomeAssistantComponent rec {
  owner = "wills106";
  domain = "solax_modbus";
  version = "2025.09.6";
  version = "2025.09.9";

  src = fetchFromGitHub {
    owner = "wills106";
    repo = "homeassistant-solax-modbus";
    tag = version;
    hash = "sha256-FA7OTrXrqlAFH/9nYlV6+35PH1063tqchHM57X206C8=";
    hash = "sha256-OqLkXvAX1yGjSjHpeLQECeVyX3RxQSPRpvdVuzLa+kI=";
  };

  dependencies = [ pymodbus ];