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

This commit is contained in:
Martin Weinelt
2025-07-04 02:12:24 +02:00
committed by GitHub
@@ -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