We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 458ba50 commit 8bf6dfaCopy full SHA for 8bf6dfa
custom_components/zha_toolkit/binds.py
@@ -612,7 +612,7 @@ async def binds_get(
612
if binding.DstAddress.addrmode == 1:
613
dst_info = {
614
"addrmode": binding.DstAddress.addrmode,
615
- "group": f"0x{binding.DstAddress.nwk}",
+ "group": f"0x{binding.DstAddress.nwk:04X}",
616
}
617
elif binding.DstAddress.addrmode == 3:
618
0 commit comments