Skip to content

Commit

Permalink
Fix form CLI command (#642)
Browse files Browse the repository at this point in the history
  • Loading branch information
HadrienPatte authored Aug 4, 2024
1 parent 69e342b commit a86f7f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bellows/cli/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ async def async_inner(ctx, *args, **kwargs):
zigpy_conf.CONF_DEVICE: {
zigpy_conf.CONF_DEVICE_PATH: ctx.obj["device"],
zigpy_conf.CONF_DEVICE_BAUDRATE: ctx.obj["baudrate"],
zigpy_conf.CONF_FLOW_CONTROL: ctx.obj["flow_control"],
zigpy_conf.CONF_DEVICE_FLOW_CONTROL: ctx.obj["flow_control"],
},
zigpy_conf.CONF_DATABASE: ctx.obj["database_file"],
}
Expand Down

0 comments on commit a86f7f1

Please sign in to comment.