home-assistant-custom-components.yandex-station: 3.18.3 -> 3.19.1

This commit is contained in:
ferres
2025-07-02 15:49:00 +03:00
parent 8dc663ea18
commit 6cdbc31b13
@@ -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