Skip to content

Commit bab4617

Browse files
committed
Merge branch 'pr262' into dev
2 parents 22836b9 + 8bf6dfa commit bab4617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/zha_toolkit/binds.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ async def binds_get(
614614
if binding.DstAddress.addrmode == 1:
615615
dst_info = {
616616
"addrmode": binding.DstAddress.addrmode,
617-
"group": f"0x{binding.DstAddress.nwk}",
617+
"group": f"0x{binding.DstAddress.nwk:04X}",
618618
}
619619
elif binding.DstAddress.addrmode == 3:
620620
dst_info = {

0 commit comments

Comments
 (0)