home-assistant-custom-components.xiaomi_gateway3: 4.1.3 -> 4.1.4 (#449749)

This commit is contained in:
Martin Weinelt
2025-11-04 11:22:05 +00:00
committed by GitHub
@@ -9,13 +9,13 @@
buildHomeAssistantComponent rec {
owner = "AlexxIT";
domain = "xiaomi_gateway3";
version = "4.1.3";
version = "4.1.4";
src = fetchFromGitHub {
owner = "AlexxIT";
repo = "XiaomiGateway3";
rev = "v${version}";
hash = "sha256-CcJoXD60z91Gahv5pVrWaIpUNhetW0BN1Nd4DAVRPJs=";
hash = "sha256-pa9B2c1QeQ3DR2qjttP0c/44pERGtune+4nlnzPBSYo=";
};
dependencies = [ zigpy ];