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

home-assistant-custom-components.daikin_onecta: 4.4.3 -> 4.4.4 (#474543)

parents 1357c229 09550217
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@
buildHomeAssistantComponent rec {
  owner = "jwillemsen";
  domain = "daikin_onecta";
  version = "4.4.3";
  version = "4.4.4";

  src = fetchFromGitHub {
    owner = "jwillemsen";
    repo = "daikin_onecta";
    tag = "v${version}";
    hash = "sha256-OhihiBM+MX2jzBjoi73EhTAixKDr2Fp0oR/w8tWrd18=";
    hash = "sha256-8a5P+eoa3iEER4b2SlsYi+feyPnc4n4RYzl6Lg+nqmQ=";
  };

  meta = {