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

home-assistant-custom-components.yandex-station: 3.18.3 -> 3.19.1 (#421781)

parents f404c776 6cdbc31b
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -10,19 +10,23 @@
buildHomeAssistantComponent rec {
  owner = "AlexxIT";
  domain = "yandex_station";
  version = "3.18.3";
  version = "3.19.1";

  src = fetchFromGitHub {
    owner = "AlexxIT";
    repo = "YandexStation";
    tag = "v${version}";
    hash = "sha256-l8DsL8g6K8/SjCIk7rjfQSk4iRsKBoGgzJpy7UhxQ7o=";
    hash = "sha256-O+LHD9wKnXaNX/aVrt5lOuuqi1ymF+YqEJP+24NVBhw=";
  };

  dependencies = [
    zeroconf
  ];

  pytestFlagsArray = [
    # this test seems to be broken
    "--deselect=tests/test_local.py::test_track"
  ];
  nativeCheckInputs = [
    home-assistant
    pytestCheckHook