home-assistant-custom-components.localtuya: init at 2025.2.1 (#383209)

This commit is contained in:
Martin Weinelt
2025-02-19 01:37:40 +01:00
committed by GitHub
@@ -5,21 +5,21 @@
}:
buildHomeAssistantComponent rec {
owner = "rospogrigio";
owner = "xZetsubou";
domain = "localtuya";
version = "5.2.2";
version = "2025.2.1";
src = fetchFromGitHub {
owner = "rospogrigio";
repo = "localtuya";
rev = "v${version}";
hash = "sha256-GexGUu4hevRDGF7gv7Jklr5YZJV+QH3kZN7p+eK9HlM=";
owner = "xZetsubou";
repo = "hass-localtuya";
rev = version;
hash = "sha256-on/KuZSJOCBGNRnGtxgGB5bquznjeJ+xMYNVnW67m0s=";
};
meta = with lib; {
changelog = "https://github.com/rospogrigio/localtuya/releases/tag/${version}";
description = "Home Assistant custom Integration for local handling of Tuya-based devices";
homepage = "https://github.com/rospogrigio/localtuya";
changelog = "https://github.com/xZetsubou/hass-localtuya/releases/tag/${version}";
description = "Home Assistant custom Integration for local handling of Tuya-based devices, fork from local-tuya";
homepage = "https://github.com/xZetsubou/hass-localtuya";
maintainers = with maintainers; [ rhoriguchi ];
license = licenses.gpl3Only;
};