Unverified Commit 3aeec708 authored by Luflosi's avatar Luflosi
Browse files

home-assistant-custom-components.solax_modbus: 2024.10.3 -> 2024.10.4

parent f6058e6a
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 = "2024.10.3";
  version = "2024.10.4";

  src = fetchFromGitHub {
    owner = "wills106";
    repo = "homeassistant-solax-modbus";
    rev = "refs/tags/${version}";
    hash = "sha256-6XLXCD7ItTGCRN9XQUetZfZBuMbFEmho6IOyFs4m0ek=";
    hash = "sha256-EeFDUxZ7/W5Ng+d56mOCeRntga0uU55OQsaPWzM/bcY=";
  };

  dependencies = [ pymodbus ];