diff --git a/bellows/zigbee/application.py b/bellows/zigbee/application.py index c4516307..1bd0271c 100644 --- a/bellows/zigbee/application.py +++ b/bellows/zigbee/application.py @@ -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, }, ) diff --git a/tests/test_application.py b/tests/test_application.py index 0323c2f1..018dd632 100644 --- a/tests/test_application.py +++ b/tests/test_application.py @@ -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, }, ), )