{ lib, buildHomeAssistantComponent, fetchFromGitHub, aiofiles, shapely, paho-mqtt, pytestCheckHook, pytest-homeassistant-custom-component, pytest-freezer, }: buildHomeAssistantComponent rec { owner = "amitfin"; domain = "oref_alert"; version = "3.1.3"; src = fetchFromGitHub { owner = "amitfin"; repo = "oref_alert"; tag = "v${version}"; hash = "sha256-Mr9zNq5KMuzwRAGoxi0P7ruYpKHoxy/DQWWjCisn7tA="; }; dependencies = [ aiofiles shapely paho-mqtt ]; ignoreVersionRequirement = [ "shapely" ]; nativeCheckInputs = [ pytestCheckHook pytest-homeassistant-custom-component pytest-freezer ]; meta = { changelog = "https://github.com/amitfin/oref_alert/releases/tag/v${version}"; description = "Israeli Oref Alerts"; homepage = "https://github.com/amitfin/oref_alert"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ kranzes ]; }; }