Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions bellows/zigbee/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,9 +409,9 @@ async def load_network_info(self, *, load_devices=False) -> None:
"flow_control": (
flow_control.name.lower() if flow_control is not None else None
),
# Z2M will not load EZSP backups without this internal key
"ezspVersion": ezsp.ezsp_version,
},
# Z2M will not load EZSP backups without this internal key
"ezspVersion": ezsp.ezsp_version,
},
)

Expand Down
4 changes: 2 additions & 2 deletions tests/test_application.py
Original file line number Diff line number Diff line change
Expand Up @@ -2089,8 +2089,8 @@ def zigpy_backup() -> zigpy.backups.NetworkBackup:
"can_burn_userdata_custom_eui64": True,
"can_rewrite_custom_eui64": True,
"chip_info": None,
"ezspVersion": 8,
}
},
"ezspVersion": 8,
},
),
)
Expand Down
Loading