home-assistant-custom-components.xiaomi_gateway3: 4.1.2 -> 4.1.3

This commit is contained in:
R. Ryantm
2025-09-28 14:25:43 +00:00
parent bcffac3ac5
commit ed59146e15
@@ -9,13 +9,13 @@
buildHomeAssistantComponent rec {
owner = "AlexxIT";
domain = "xiaomi_gateway3";
version = "4.1.2";
version = "4.1.3";
src = fetchFromGitHub {
owner = "AlexxIT";
repo = "XiaomiGateway3";
rev = "v${version}";
hash = "sha256-20OA2H1HOwQKLL6Cjhp4xfTv1/BSc/XaMHX+wO+EM5s=";
hash = "sha256-CcJoXD60z91Gahv5pVrWaIpUNhetW0BN1Nd4DAVRPJs=";
};
dependencies = [ zigpy ];