Unverified Commit f46f86ec authored by Martin Weinelt's avatar Martin Weinelt
Browse files
parent 32a4cbdc
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -8,18 +8,19 @@
buildHomeAssistantComponent rec {
  owner = "ekutner";
  domain = "home_connect_alt";
  version = "1.3.0-b1";
  version = "1.3.2";

  src = fetchFromGitHub {
    owner = "ekutner";
    repo = "home-connect-hass";
    tag = version;
    hash = "sha256-jWrVHwMdzjG0gHWl1NS6WAzdmlmS20BUmh6HzplsGgw=";
    hash = "sha256-t5Af58HgYVMZki/93t63X2JPXDJm7PPt84yGj7MJKkE=";
  };

  dependencies = [ home-connect-async ];

  meta = with lib; {
    changelog = "https://github.com/ekutner/home-connect-hass/releases/tag/${src.tag}";
    description = "Alternative (and improved) Home Connect integration for Home Assistant";
    homepage = "https://github.com/ekutner/home-connect-hass";
    maintainers = with maintainers; [ kranzes ];