home-assistant-custom-components.localtuya: init at 2025.2.1
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user