Unverified Commit abab77f9 authored by Jon Seager's avatar Jon Seager
Browse files

home-assistant-custom-components.solis-sensor: 3.7.2 -> 3.8.0

parent f46af671
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@
buildHomeAssistantComponent rec {
  owner = "hultenvp";
  domain = "solis";
  version = "3.7.2";
  version = "3.8.0";

  src = fetchFromGitHub {
    owner = "hultenvp";
    repo = "solis-sensor";
    rev = "v${version}";
    hash = "sha256-8+KzZCfBYvXO73SrMXLGCUjecxKn49hz0wCXWCUBULU=";
    hash = "sha256-lExwqJj70iNzjZyTw5udcWx6FB95aqZh7cYtXHWMHK0=";
  };

  dependencies = [ aiofiles ];